I have created a table name Item1 and It is related with "ITEM" table(ID 27)
Both tables have same field name and data type.
I want when I put the No. in my created table it will aslo automaticcaly take the other values from ITEM table(ID 27).
How can I do?
0
Comments
if it is that way i think about it, then just add the following code in the OnInsert-Trigger:
1.) Get the No.
2.) Create a record variable on table 27
3.) Make a filter statement on Rec27
4.) Call the CAL function transferfields
5.) DONE
IMHO this should work, i do not have the time to test it.
HTH,
Rainer
You can validate the existance of the your typed value with ITEM (27) table Value and transfer all the field values from the ITEM(27) to your created table.
http://www.mibuso.com/forum/viewtopic.php?t=12824
http://www.mibuso.com/forum/viewtopic.php?t=12859