ThunderForest
IS-IT--Management
Using WaveLink Studio
Delphi 4.0
Compiling using DCC32.Exe
I'm trying to add an 'existing' table dynamically to a unit with no form, open it, and list data from it on the barcode scanner menu. I am able to compile the unit, but the program will not load using the WaveLink virtual client (indicative of a crash). If I leave out the code below, the menu program will run. The following code is in Main() in a case statement:
cGun01 is declared as ttable....
ttable.create(cGun01);
cGun01.databaseName := 'c:\...etc...\';
cGun01.tableName := 'cogun01.db';
cGun01.TableType := ttDefault;
cGun01.active := True;
Am I missing anything?
Getting answers before I'm asked
is why I go to Tek-Tips.
Delphi 4.0
Compiling using DCC32.Exe
I'm trying to add an 'existing' table dynamically to a unit with no form, open it, and list data from it on the barcode scanner menu. I am able to compile the unit, but the program will not load using the WaveLink virtual client (indicative of a crash). If I leave out the code below, the menu program will run. The following code is in Main() in a case statement:
cGun01 is declared as ttable....
ttable.create(cGun01);
cGun01.databaseName := 'c:\...etc...\';
cGun01.tableName := 'cogun01.db';
cGun01.TableType := ttDefault;
cGun01.active := True;
Am I missing anything?
Getting answers before I'm asked
is why I go to Tek-Tips.