Skip to main content



      Home
Home » Archived » BIRT » Including HTML Forms in a report
Including HTML Forms in a report [message #151719] Thu, 06 April 2006 21:52
Eclipse UserFriend
I am trying to determine the easiest way to include
HTML forms in a report design.

The long term solution would be to have a reportitem
container FORM, and a reportitem INPUT. Is there any feature request for
this, which will allow Birt to be a great tool to change the data in the
data base instead of just reporting on the data?

I looked at the rotateText reportitem plugin and it does
not seem that it is possible to add reportitem plugin containers
(eg like the table, grid or list).

Then I thought that it may be possible to create two reportitems
FORM_START (that would emit "<form ...>") and FORM_END (that would
emit "</form>")

So what I need is to create a reportitem that emit a HTML fragment that
is not balanced. I have played a great deal with various different
OUTPUT types
- OUTPUT_AS_TEXT: The problem here is that the string output from my
report item get escaped (ie <form> becomes &lt;form&gt; )
- OUTPUT_AS_HTML_TEST: The problem here is that it does not allow
unbalanced fragments.
(It also does not allow unsupported tags which should be fixed in
Birt 2.1.0, see https://bugs.eclipse.org/bugs/show_bug.cgi?id=114821)

Any clever idea?

Carsten
Previous Topic:how to control name of .rptdocument and multiuser access
Next Topic:Urgent:Passing Design Object to Run/Render task & cacheing ???
Goto Forum:
  


Current Time: Tue Sep 16 09:06:31 EDT 2025

Powered by FUDForum. Page generated in 0.24739 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top