Re: Cannot run a form
Posted: Fri May 18, 2018 8:30 am
Basically, nurunlist runs this query to retrieve the browse rows.
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()
Code: Select all
SELECT id,run,code,description
FROM zzzzsys_run_list
WHERE 1
And you may want to inspect the browse form in the console by running nuCurrentProperties()