NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: rupertvz on April 06, 2018, 02:50:57 AM

Title: NWF Drop - Adding Records
Post by: rupertvz on April 06, 2018, 02:50:57 AM
Hi Guys,

I there a way to allow new records to be added to a NWF Drop, on the fly?

Or what is the easiest to accomplish this?
Title: Re: NWF Drop - Adding Records
Post by: urayoan on April 06, 2018, 04:18:43 AM
Hi rupertvz,
  What kind of data?

Cheers @ Urayoan
Title: Re: NWF Drop - Adding Records
Post by: rupertvz on April 06, 2018, 06:01:33 AM
It is a list of customer delivery addresses in the drop-down to be selected for quotation or invoice header.

The user would like to add another (new) address on the fly, if necessary
Title: Re: NWF Drop - Adding Records
Post by: Rene Simons on April 06, 2018, 07:42:45 AM
Hi,
Create a button next to the drop to a popup browseAddress with insert enabled.
after enter, refresh your drop.
Rene
Title: Re: NWF Drop - Adding Records
Post by: Bruce on April 09, 2018, 10:35:44 PM
Hi Rupert,

So I think what you're looking for is a "combo box" type field - where you can select from an existing list _or_ add a new value. Right?

That would be a STRING control, not a DROP control. Use a String, with auto-complete, and the option to store an "invalid" value.

cheers
Bruce