Page 1 of 1

Grid with multiple tables fields

Posted: Mon Mar 14, 2011 7:37 am
by raymanw
Hi all,

How do I create a grid have fields from more than 1 table?

Eg. If I want to list the transaction table with an additional description field from the master table.

Thanks.

Re: Grid with multiple tables fields

Posted: Mon Mar 14, 2011 7:53 am
by mol
if you set relation from master dbf, you can add into fieldcolmuns qualified field, eg db2->field5

I think, it should work

Re: Grid with multiple tables fields

Posted: Mon Mar 14, 2011 9:24 am
by raymanw
Hi Mol,

I managed to get it to work as suggested.

Thanks.