Showing related child records in tab panels ???

if you would have 1 main panel with 2 tabpanels that are both a pk->pk relation then there are 2 queries:

1 for the main and 1 for the relation (that is then shared over the 2 tabs)

if you have the same setup but ten with a FS->FS relation then there is only 1 query and that is only for the main and all the tabs have the same foundset shared.

Hi,

Tested these Fs - Fs relations.

When you have a baseform with no fields and two tabforms (all based on the same table) on it (using a Fs-Fs relation) containg the fields
there is an issue when you use find/search.

If you enter search criteria in one of the tabforms and do a search you get an error message :

Missng join condition in relation

Created a case for this (204878)

Regards,

Hans

Hi,

Tested this in latest intermediate build and issue is solved there !!!

Regards,

Hans