Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
I want to create an old version dbf? Is it possible?
Message
From
17/03/1999 19:01:56
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00198894
Message ID:
00198974
Views:
17
dont forget to verify the table as well, as I was pulling my hair out with this, as I could see the updated data when ever I replsced the data with a new selection.
oCrystal=CreateObject('Crystal.CRPE.Application')
oReport=oCrystal.OpenReport('report1 .rpt')
oReport.database.Verify

and if you want to preview
oReport.Preview

or to print with out user intervenstion
oReport.Printout(.F.)
Iain Brodie
Previous
Reply
Map
View

Click here to load this message in the networking platform