Re: F4.5: Multirecord block and non-database fields

From: QuadTwin <quadtwin_at_aol.com>
Date: 1997/03/03
Message-ID: <19970303130901.IAA06366_at_ladder02.news.aol.com>#1/1


If I understand your need, I suggest using the POST-QUERY trigger to issue a select statement to obtain a related value. This trigger fires as each record is fetched from the base table.

Perhaps a better-performing approach is to create a view which joins the two tables. Then base your block on that view. That way you get your data in one network trip.

Al Received on Mon Mar 03 1997 - 00:00:00 CET

Original text of this message