Page 2 of 2

Re: Cannot run a form

Posted: Fri May 18, 2018 8:30 am
by toms
Basically, nurunlist runs this query to retrieve the browse rows.

Code: Select all

SELECT id,run,code,description
 FROM zzzzsys_run_list
WHERE 1
You can run it on your database to see if you get any rows back.

And you may want to inspect the browse form in the console by running nuCurrentProperties()
lookup.png

Re: Cannot run a form

Posted: Fri May 18, 2018 11:04 am
by admin
.