Forums
Hi all,
We have a slight issue with subfiles and was after some help. Currently we are building a subfile all in one go, (using a break out program to page down to the bottom), and can use a scroll bar to roll up and down. We've done this using an iLob so we don't have any concerns about the string size of html we're passing. However we don't know how to add a subfile input field, (and be able to use it), with this method. Is there any tips you could provide?
Failing that we've noticed we could use emlArea2Grid, but can't find what parameters are to be passed to this function.
Any help would be appreciated.
emlArea2Grid
Hi Aerosol_Kid
Have you read the documentation for emlArea2Grid ? You find it under "Administration/IceCap emulator API documentation/area2grid" ?
Use this config options:
Show column with option field (default to false).
(optional) If not specified, system will try to find the column number for option field. But it is not possible, if the subfile is empty.
(optional) If not specified, system will try to find the length off the option field. But it is not possible, if the subfile is empty. (default to 1).
-to show the option field.
Claus, Thanks for the
Claus,
Thanks for the response. Unfortunately I'm still having no luck, and when I try the code I get the following error message:
'Invalid server response : SyntaxError: Unexpected token ILLEGAL
An error log is written.'
This is strange as since we've installed the latest software 2.000.065 our 'IceCaped' demo of the customer subfile has the same error message, (this was working fine before the upgrade).
Error log
Hi Aerosol_kid
Could you please email me the error log. You find it in the ifs folder: /www/icecap/trace/error_nn.......
Thanks in advance
Claus
Error log
Hi Claus,
I presume you mean the error log for the IceCap demo, if so I've attached the error log, renamed as .txt
Invalid characters
Hi Aerosol_kid
When I look into the error log file you attached, I see invalid characters such as £ (pound sign).
Please check the ccsid on the source file from where you compile the useremul program.
It have to be you country ccsid.
Claus,Many thanks for your
Claus,
Many thanks for your help on this. It appears that the CCSID changed on the Icecap server when we upgraded, I've now changed that and all appears fine.