Temporary Table on subform

Can I use Temporary table on subform?

Sure. Since the main form is aware of the existence of the sub form, it can call its functions. One of these functions can be used to pass a record variable (by var). Override the OnFind and OnNext triggers on the subform to read from the record variable.

Hi Mena, For examples look at the code in form 20 (General Ledger Entries) and 344 (Navigate), in version 3.60 (you should actually find it in version 3.01->). Regards, Bruno