Page 3 of 3

Re: Unable to create a launch form

Posted: Thu Dec 15, 2022 11:41 am
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

Re: Unable to create a launch form

Posted: Mon Dec 19, 2022 5:58 pm
by kev1n
Could you test it?