NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: osquiabro on October 30, 2018, 07:13:29 PM

Title: Dropdown Question
Post by: osquiabro on October 30, 2018, 07:13:29 PM
Is possible add more fields assignment after select a record in dropdown like a look up??
Title: Re: Dropdown Question
Post by: DonRidley on November 04, 2018, 03:16:36 AM
Take a look at NetTalk user group webinar 109.

Don
Title: Re: Dropdown Question
Post by: osquiabro on November 04, 2018, 06:26:15 AM
thanks DonRidley but i'm created my own solution, this video don't have a solution for dropbox only change the dropbox to string and i need a dropbox.
Title: Re: Dropdown Question
Post by: bshields on November 04, 2018, 08:19:35 PM
Hi,

Can't you just tick "[ ] Send new value to server" and do it there?

Regards
Bill
Title: Re: Dropdown Question
Post by: Bruce on November 04, 2018, 10:15:12 PM
>> Can't you just tick "[ ] Send new value to server" and do it there?

yes, it would be done server side. You need to do it in the ValidateValue routine.
a) open the related table and fetch the record
b) make whatever additional you want - but make sure it's in the session Value - ie your goal here is to set additional fields and their session values.

cheers
Bruce
Title: Re: Dropdown Question
Post by: osquiabro on November 05, 2018, 04:46:34 AM
Thanks,my solution is in server side like mentioned