Re: Unable to create a launch form
Posted: Thu Dec 15, 2022 11:41 am
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.
Updated files:
nudatabase.php
nusystemupdatelibs.php
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.
Updated files:
nudatabase.php
nusystemupdatelibs.php