Thanks to B. Bailey for the following update :
Actually, PB does use the catalog tables at runtime, if they exist. I have frequently included an ad-hoc query window in many of my applications. As a part of the query window, I create the DW dynamically, using SyntaxFromSQL(). When a DW is thus created, PB uses the catalog tables to define the column characteristics in exactly the same manner as it does in the IDE. For example, if I define an edit style for a column, the dynamic DW will contain the edit style that is specified in the PBCATEDT table.
Written and compiled by Réal Gagnon ©1998-2005
[ home ]