Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Object Reference Lost
Message
De
29/12/2005 18:13:07
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP
Network:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01081825
Message ID:
01081900
Vues:
7
>Thank you very much Fabio,
>
>This is very strange, i also reinstalled the vfp. I did what you said, and still the same problem. I added this code, at the end of all the lines in the "activate" property of the form:
>
>* Break when an expression becomes true
>IF VARTYPE(principal)#"O"
> WAIT "Reference lost" window
>ELSE
> WAIT "Reference Ok" Window
> WAIT VARTYPE(principal) Window
>ENDIF
>
>And shows: "Reference Ok"
>
>
>And i added a button on the form with the same code on its "click" property, and when i click this button, shows: "Reference Lost" :(
>
>Why? I don't know :( But the reference is lost.

You have to set a Debug breakpoint, not a code breakpoint.
With this, VFP stop the execution when m.principal change.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform