Page 2 of 2

Re: Open -> Add record -> Save and Close -> Add to Lookup

Posted: Thu Jun 09, 2022 5:13 pm
by selector
steven wrote: Thu Jun 09, 2022 3:35 pm Hi selector,

The easiest way to add a number of records at a time to a table is through a BrowesEdit Form before you ask a Lookup to Choose just one record.

You could do this by adding a Button that goes to that BrowesEdit, placing it near the Lookup, and making its title something like
Add Multiple Records For this Lookup.

Steven
Thanks, I've seen this topic. I made a slightly different implementation. I have a need to work away from the city in conditions of poor communication. Therefore, my implementation saves the data in Localstorage and adds them to the database by calling a php procedure directly into the database. Thus, keeping them just in the form can lead to data loss when the connection is broken.

Re: Open -> Add record -> Save and Close -> Add to Lookup

Posted: Fri Jun 10, 2022 1:46 am
by steven
selector,

The good thing about nuBuilder is that you can make a Web Application quickly but the developer can still customise it to their own needs.


Steven