NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started 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??
-
Take a look at NetTalk user group webinar 109.
Don
-
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.
-
Hi,
Can't you just tick "[ ] Send new value to server" and do it there?
Regards
Bill
-
>> 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
-
Thanks,my solution is in server side like mentioned