Notifications
Clear all
Topic starter
How can I get a form to evaluate a statement upon the form being open? I want to remove having the user click a button to call the evaluation.
Thanks,
Sam
Posted : November 6, 2012 3:05 am
Generally that is done with ! (bang): {!fn myfunction(){...... {!global myglobal....} etc. May depend on how the statement is structured and from where you're calling it.
Posted : November 6, 2012 3:28 am