Hello
I am trying to give an INFORMATION message by using the below Java Script, but its giving ERROR message ('X' with RED circle) kind of popup/display
xfa.host.messageBox("You are all set - Good to Go");
I guess, below also will not work!
app.alert("You are all set - Good to Go")
Thank you
Solved! Go to Solution.
Views
Replies
Total Likes
Try using,
app.alert("You are all set - Good to Go",3);
It will display information icon
Thanks,
Anitha
Views
Replies
Total Likes
Try using,
app.alert("You are all set - Good to Go",3);
It will display information icon
Thanks,
Anitha
Views
Replies
Total Likes
Thank you, here number "3" making as INFO?
THank uo
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies