Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
I want to create an old version dbf? Is it possible?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00198894
Message ID:
00198974
Vues:
18
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform