Welcome to the nuBuilder Forums!

Register and log in to access exclusive forums and content available only to registered users.

Cannot run a form

Questions related to using nuBuilder Forte.
toms
Posts: 785
Joined: Sun Oct 14, 2018 11:25 am

Re: Cannot run a form

Unread post 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
You do not have the required permissions to view the files attached to this post.
admin
Site Admin
Posts: 2814
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

Re: Cannot run a form

Unread post by admin »

.
Post Reply