NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: broche on June 20, 2017, 09:58:20 AM
-
NT 9....
CL10
Using drop list on a field to get the Supervisor ID from another table. Want to fill in a couple more fields on the form from drop selection. Where do I do this please?
Brian.
-
Hi Brian,
In the ValidateValue routine of your lookup field you can read the selected record (or any other file or record for that matter) and get additional fields. Remember to assign to session values.
Peter
-
Peter is right.
Also remember you will need to open the "other table" and read the record here to "load" the other values.
cheers
Bruce