lemonjuice
Programmer
Is it posible to call a script from a form and place values in a listbox(on the form) from within the script? If so, how will i do that?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
var
myForm form
endvar
myForm.open(":work:LJsForm")
myForm.#List6.datasource="[:work:myListValues.listofstuff]"