Hi – Not sure if I am using the right terminology, but How do I create global functions?
for example, I my have a formatting function that I want to use in different Scripts that I create within a form.
Thanks,
rocky
I created a form called ‘Script Manager’ which I use to put form scripts and then you can load them like this:
document.getFormNamed('Script Manager').runScriptNamed('Form Logger');
I use this idiom for a bunch of sample scripts you can find on the forum.
Sam – Thanks! That worked…