1836
Technical User
- Jun 19, 2008
- 18
HI All
I havent really used forms & am starting now. I have the following problem: used the wizard to create data update for client.dbf among the data is a field called group consisting of group code, in the Data Environment added the group.dbf & linked it with client.dbf (line is connecting the group fields in both tables). i whould like to have the user enter a group code and at that time will move the group name from the group.dbf into the group_name field of the client.dbf. in the inteactiveChange event of the group field i have the following code:
thisform.group_name1.value=group.group_name
this is not working why?
thank you
I havent really used forms & am starting now. I have the following problem: used the wizard to create data update for client.dbf among the data is a field called group consisting of group code, in the Data Environment added the group.dbf & linked it with client.dbf (line is connecting the group fields in both tables). i whould like to have the user enter a group code and at that time will move the group name from the group.dbf into the group_name field of the client.dbf. in the inteactiveChange event of the group field i have the following code:
thisform.group_name1.value=group.group_name
this is not working why?
thank you