Present data from 2 tables in a tablebox

kkaklkkakl Member Posts: 8
edited 2004-12-22 in Navision Financials
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....

Comments

  • HalMdyHalMdy Member Posts: 429
    Did you :

    - 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 ...
Sign In or Register to comment.