community.borland.com

Article #19064: IMPORT.PAS name fields empty

 Technical Notes Database

TN4064C.txt   IMPORT.PAS name fields empty
Category   :Pascal
Platform    :All
Product    :BDE  2.0

Description:
  After Initializing the fields in the InitFields function in import.pas, 
we forget to return True (OK).  This results in empty fields.  To fix, add
the line
  InitFields := True;
to the end of the function.
 IMPORT.PAS is an example program for the TP for DOS PX Engine.


Reference:


7/2/98 10:45:35 AM
 

Last Modified: 01-SEP-99