Board index » delphi » ttable.createtable--what am I doing wrong?
Helga Gray
![]() Delphi Developer |
Tue, 30 Oct 2001 03:00:00 GMT
ttable.createtable--what am I doing wrong?
I dropped a ttable component named treelist onto a report and defined its
fields in the fielddefs property in the object inspector. It's tablename property is called treelist.db and its database property is set to wcdata, the alias of my data files. I want this table to be created if it does not already exist when file/print is selected on the main form. The code I use to do this looks like this: With repgenealogy do end; When the program tries to execute the createTable command I get an These fields are defined as integer fields in my fielddefs property. I have Helga Gray |