Hi Carolyn,
I've written with Delphi4 (and VCL for Crystal Reports) the following source:
procedure .....
var
sSectionSubReport: string;
cnt: integer;
begin
// Subreport exists?
Crpe1.Subreports.Retrieve;
try
sSectionSubReport:= Crpe1.Subreports[1].Section;
//...
Hello,
a Customer I support has the problem, that database files (dbase, Paradox) get corrupt. He is using Borland BDE 5.01 and Delphi 1 to access these tables. Some tables are large (> 100 000 records), some are small (< 100 records). For a long time there occures no error. Suddenly one, ore...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.