Hi
I have a problem with a form that contains a tablebox with 3 columns:
- 2 from a table that is linked with the form (Table1.Field1,Table1.Field2)
- 1 from a table that is linked through a record variable (recVariable.Field)
When I run the form nothing comes in the column recVariable.Field
To be ownest I have not jet understand how the tablebox works when it presents data from two tables.
I would appreciate if anyone can help me in this topic....
0
Comments
- link the third column to the Table 2 (in Properties-SourceExpr=RecVariable.Field) ?
- In Trigger OnAfterGetRecord, did you make a RecVariable.GET(Table1.Ref) ?
Hope can help ...