Welcome to the nuBuilder Forums!

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

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

Questions related to using nuBuilder Forte.
selector
Posts: 41
Joined: Tue Feb 22, 2022 1:55 pm
Has thanked: 9 times

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

Unread post 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.
steven
Posts: 370
Joined: Mon Jun 15, 2009 10:03 am
Has thanked: 52 times
Been thanked: 52 times

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

Unread post 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
A short post is a good post.
Post Reply