Need JavaScript /FormCalc code to show multiple messages in popup
19-09-2008
Hi,
I need the scripting code to show the multiple messages in a popup, I know the method XFA.HOST.MESSAGEBOX() which only shows one message at a time.
My requirement is I am consuming a web service hosted in SAP using Adobe Lifecycle Designer in my Adobe form. This web service will return messages in a table format, I need to show all of these messages in a single popup when the user clicks a button.
Thanks,
Basava
Replies
14-10-2008
Hi Basava,
you can add line breaks in the messagebox.
Is that a possibility for you?
you only have to add a '\n' in the output-text (javascript)