Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Quick way to set a Object ref
Message
From
08/05/1999 15:29:35
 
 
To
08/05/1999 09:35:11
Vinod Parwani
United Creations L.L.C.
Ad-Dulayl, Jordan
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00216363
Message ID:
00216439
Views:
38
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform