Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Quick way to set a Object ref
Message
De
08/05/1999 15:29:35
 
 
À
08/05/1999 09:35:11
Vinod Parwani
United Creations L.L.C.
Ad-Dulayl, Jordanie
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00216363
Message ID:
00216439
Vues:
37
>which is quickest way to set a object ref ??
>
>while debugging, sometimes we want to chk properites of an object...
>
>I'm using VFP 5

If you can see the object on the screen, and your command window is active (you have suspended execution), try this:

Enter this command, but don't press Enter:
lO = sys(1270)

Now position your mouse cursor over the object in question, and then press enter.

The variable lO will contain a valid object reference to the object on the screen. You can place lO in your watch window to see the properties. You can also change properties from the command prompt.

lO.SomeProperty = SomeValue

and then continue execution.

Peter Robinson
Peter Robinson ** Rodes Design ** Virginia
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform