Using VB6, CR8 RDC, and Btrieve database files.
I set the location of my tables thus:
strParameters = gMyDatabaseName & "\oeordhdr.btr"
Report.Database.Tables(1).SetTableLocation strParameters, "OEORDHDR_SQL", " "
Where gMyDatabaseName has the full path to the database.
My report has a subreport in it, and I can not figure out how to set the table location for the files in the subreport.
Any help would be certainly appreciated!
Regards,
Bob Goldberg
I set the location of my tables thus:
strParameters = gMyDatabaseName & "\oeordhdr.btr"
Report.Database.Tables(1).SetTableLocation strParameters, "OEORDHDR_SQL", " "
Where gMyDatabaseName has the full path to the database.
My report has a subreport in it, and I can not figure out how to set the table location for the files in the subreport.
Any help would be certainly appreciated!
Regards,
Bob Goldberg