Welcome to the nuBuilder Forums!
Register and log in to access exclusive forums and content available only to registered users.
Register and log in to access exclusive forums and content available only to registered users.
Cannot run a form
-
- Posts: 6
- Joined: Thu May 17, 2018 1:50 am
Cannot run a form
When I try to set up a run object for a form, and go to the "Run" tab, and look up the form using the "Run" lookup table, it always come up with an empty table. So, I cannot run any form.
The same thing goes with existing run form objects. They do run fine, but when I try to edit any of them, the "Run" lookup field is always empty and as a result, it wouldn't let me save any changes.
Any idea what is going on? Thanks much.
The same thing goes with existing run form objects. They do run fine, but when I try to edit any of them, the "Run" lookup field is always empty and as a result, it wouldn't let me save any changes.
Any idea what is going on? Thanks much.
-
- Posts: 6
- Joined: Thu May 17, 2018 1:50 am
Re: Cannot run a form
I changed the run lookup table from "nurunlist" to "nuform" and now the form shows up. But it only shows the Edit form, not the browse form. A bit frustrating.
-
- Posts: 785
- Joined: Sun Oct 14, 2018 11:25 am
Re: Cannot run a form
Hi,
The first step would be to create your own form e.g. using the Form Builder (Button "Fast Form")
Then you can pick that newly created Form from the Run lookup:
If you type a -1 in the Record ID field, an Edit Form is opened.
To open a Browse Form, leave the Record ID field empty.
Note that Fast Form already creates a Run button for Edit/Browse Forms so you don't need to do it manually.
Hope that helps!
The first step would be to create your own form e.g. using the Form Builder (Button "Fast Form")
Then you can pick that newly created Form from the Run lookup:
If you type a -1 in the Record ID field, an Edit Form is opened.
To open a Browse Form, leave the Record ID field empty.
Note that Fast Form already creates a Run button for Edit/Browse Forms so you don't need to do it manually.
Hope that helps!
You do not have the required permissions to view the files attached to this post.
-
- Posts: 6
- Joined: Thu May 17, 2018 1:50 am
Re: Cannot run a form
I created a bunch of forms, but none of them showed up, until I changed the "Run" lookup table to look up nuform instead of nurunlist. Then the forms all show up. The nurunlist is always empty for some reason. I'm probably not supposed to do that though.
-
- Posts: 785
- Joined: Sun Oct 14, 2018 11:25 am
Re: Cannot run a form
nuform, nurunlist are "system" Forms. I see no reason why they should be executed and they shouldn^t probably be shown in the lookup table (Unless I miss something....)
Re: Cannot run a form
christofng,
Can you post some screenshots of the "Before and After" of what you are talking about.
Steven
Can you post some screenshots of the "Before and After" of what you are talking about.
Steven
-
- Posts: 6
- Joined: Thu May 17, 2018 1:50 am
Re: Cannot run a form
See attached. I suppose the nurunlist is supposed to populate the forms I created (via Fast Forms), but for some reason it didn't.
EDIT: Note that the images are sorted alphabetically, so the AFTER images come first.
EDIT: Note that the images are sorted alphabetically, so the AFTER images come first.
You do not have the required permissions to view the files attached to this post.
Re: Cannot run a form
christofng,
You said...
If it's not working for you try a new install - it works properly for everyone else.
Steven
You said...
If you go changing stuff in the system tables, you're on your own.I changed the "Run" lookup table to look up nuform instead of nurunlist.
If it's not working for you try a new install - it works properly for everyone else.
Steven
-
- Posts: 6
- Joined: Thu May 17, 2018 1:50 am
-
- Posts: 785
- Joined: Sun Oct 14, 2018 11:25 am
Re: Cannot run a form
Could you run this sql query on your database?
Then check if the browse table is still empty.
Code: Select all
UPDATE `zzzzsys_setup` SET `set_denied` = '0';