Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - CL.FKIE

Pages: [1]
1
Hello,
I try to generate a RTF document template with very specific information of a single element (and it's relations).
I am using a custom script template fragment for this, which wraps the informations in a XML DOM Object. (See the Example “Example RTF Template Fragment Script”)

The Script works quite well for small test scenarios, but as soon as some Note fields get bigger the script fails:

"An invalid XML Document was supplied for a custom report."

The Error does not occur in the Script but after the “return xmlDOM.xml;“ Statement.

After some testing i found out, that the EA can work internally with arbitrarily big XML documents, but as soon as the length of the returning xmlDOM exceeds 16385 Bytes, the script stops to work with the mentioned error message.

The question is: how to increase the size the maximum parameter size internally used by EA?

After some more research i found this under the EA 11 Beta Notes:
"Script fragements can now can now return a result larget than 16k in length."

Now i wonder if if this can be changed before the the release of EA 11?

Kind regards,
cl

Pages: [1]