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:
00851088
Vues:
14
Nifty little trick, turns out I had a different problem than I thought. Thanks


>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
Bill Morris
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform