Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Why is this form appearing minimized?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00590801
Message ID:
00590920
Vues:
24
>I done what you said but the debugger just sits on read events!

Then let's try starting the debugger earlier than that. Edit the form's BeforeOpenTables in the DataEnvironment. If there is no code there, put the following at the very top of that method
if .f.
   return
endif
dedefault()
In the debugger, break at location:

dataenvironment.BeforeOpenTables, 1

Now try running the form.
Mark McCasland
Midlothian, TX USA
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform