Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: WDLM
  • Order by date
  1. WDLM

    Programmatically suppressing the printing of a subreport

    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; //...
  2. WDLM

    Corrupt database files dBASE, Paradox

    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...

Part and Inventory Search

Back
Top