Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Debugging a form.property
Message
De
11/08/1999 19:26:35
 
 
À
11/08/1999 19:04:59
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00252785
Message ID:
00252790
Vues:
16
>Anyone got a fix for the annoying problem you have when setting a breakpoint on a form property in the debug watch window?
>
>Every time the code calls a method the form property goes out of scope and the watch window shows 'Expression could not be evaluated' and suspends the program because it reads that as a change in the value of the property. We only want the damn thing to suspend if the value changes while its 'in scope'.
>
>Can it be done?
>
>Harry

You can try:

_SCREEN.ActiveForm.myproperty

-or-

_SCREEN.Forms[1].myproperty

in the watch window.
Fred
Microsoft Visual FoxPro MVP

foxcentral.net
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform