Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Report doesn't work in exe.
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Divers
Thread ID:
00850753
Message ID:
00850994
Vues:
11
Here's another debugging trick I use for some of the tough things.

In some of the methods of the DE, such as Init and Open Tables, I put some code like the following:

STRTOFILE('Init method' + CHR(13), 'Mytest.txt', 1)


Then in the OnEntry and OnExit expressions of some of the bands, you can do something similar like this:

EXECSCRIPT(STRTOFILE('PageHeader OnEntry' + CHR(13), 'Mytest.txt', 1))


This will build a text file with a bunch of stuff so you can follow what happened.

Cathy
Cathy Pountney, Microsoft Visual FoxPro MVP
Memorial Business Systems, Inc. (www.mbs-intl.com)

My Website: (www.frontier2000.com)
My Blog: (www.cathypountney.blogspot.com)
My Book: The Visual FoxPro Report Writer - Pushing it to the Limit and Beyond
Free MSDN Article: What's New in the VFP 9.0 Report Writer
Free MSDN Article: The VFP 9.0 Report Writer In Action
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform