I'm a newbie in nuBuilder 4.5 and I have a problem with creation a launch form.
1. I created a launch form Code="start" Description="Start form", Tab="Main"
2. On "Main" Tab I created a button ID="launch_books_public", Type="Run", Label="Books", Cloneable="No", Align="Center", Validation="None", Access="Editable"
3. on Details of this button, in Tab="Run" I tried to select the apropriate form to open, but the lookup list of forms is empty and I'm not able to finish creating the launch form.
But there are 68 forms in the database, 9 of them created by me and working. The apropriate form is "frm_books_public"
What I'm doing uncorrect ?
Thanx in advance
Duski
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.
Unable to create a launch form Topic is solved
-
- Posts: 95
- Joined: Thu Mar 04, 2021 2:03 pm
Unable to create a launch form
You do not have the required permissions to view the files attached to this post.
-
- nuBuilder Team
- Posts: 4292
- Joined: Sun Oct 14, 2018 6:43 pm
- Has thanked: 71 times
- Been thanked: 444 times
- Contact:
Re: Unable to create a launch form
Hi,
Check in your db if the VIEW zzzzsys_run_list exists.
If it doesn't, create it. (The other 2 views might be missing as well)
viewtopic.php?p=24616#p24616
Check in your db if the VIEW zzzzsys_run_list exists.
If it doesn't, create it. (The other 2 views might be missing as well)
viewtopic.php?p=24616#p24616
-
- Posts: 95
- Joined: Thu Mar 04, 2021 2:03 pm
Re: Unable to create a launch form
Thanx for your answer Kevin. "zzzzsys_run_list" exists, but is empty 

-
- nuBuilder Team
- Posts: 4292
- Joined: Sun Oct 14, 2018 6:43 pm
- Has thanked: 71 times
- Been thanked: 444 times
- Contact:
-
- Posts: 95
- Joined: Thu Mar 04, 2021 2:03 pm
-
- nuBuilder Team
- Posts: 4292
- Joined: Sun Oct 14, 2018 6:43 pm
- Has thanked: 71 times
- Been thanked: 444 times
- Contact:
Re: Unable to create a launch form
Drop these 3 tables
`zzzzsys_report_data`
`zzzzsys_run_list`
`zzzzsys_object_list`
And run the sql from the link above to create the views
`zzzzsys_report_data`
`zzzzsys_run_list`
`zzzzsys_object_list`
And run the sql from the link above to create the views
-
- Posts: 95
- Joined: Thu Mar 04, 2021 2:03 pm
Re: Unable to create a launch form
3 tables dropped, but when creating view "zzzzsys_object_list", server response:
#1142 - CREATE VIEW command denied to user 'duski1641832389'@'klokanek.stable.cz' for table 'zzzzsys_object_list'
#1142 - CREATE VIEW command denied to user 'duski1641832389'@'klokanek.stable.cz' for table 'zzzzsys_object_list'
-
- nuBuilder Team
- Posts: 4292
- Joined: Sun Oct 14, 2018 6:43 pm
- Has thanked: 71 times
- Been thanked: 444 times
- Contact:
Re: Unable to create a launch form
That means your user does not have the permission to create views.