Hi friends
Pls help
I have table empl inside table
Anum int number empl
Name string name empl
form è Gridè field(Combo box)
form è Gridè field(StringEdit)
from Combo box when I dropdown and click number I need to show the name in field(StringEdit)
what I need
1- Write to Function to get the name
2- Where I but this function in which method and where (table- Combo box)
ihave table this table EMPL_TABLE have 2 field (EMPL_NO, EMPL_NAME)
icreate form this form have Grid and this Grid have 2 columns first colum combo box have EMPL_NO from EMPL_TABLE
now what ineed when dropdown and click number I need to show the EMPL_NAME from EMPL_TABLE in sec2 colum after chose the number from combo box show the name sec2 colum NAME automaitic no need to write in the name field