Welcome to the nuBuilder Forums!

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

Unable to create a launch form Topic is solved

Questions related to using nuBuilder Forte.
kev1n
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

Unread post by kev1n »

At the moment you can do the following:

Create a Procedure named nuStartup and call nuCreateViewsOrTables();

Basically, it checks if the views exist and creates them if they do not.
If you have no permission to create views, it will create table equivalents instead (or updates them, if they already exist)

The idea is to incorporate that into nuBuilder directly later.
startup.png
Updated files:

nudatabase.php
nusystemupdatelibs.php
You do not have the required permissions to view the files attached to this post.
kev1n
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

Unread post by kev1n »

Could you test it?
Post Reply