Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Browse window coordinates
Message
 
 
To
29/11/2007 19:12:23
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 8 SP1
Miscellaneous
Thread ID:
01272277
Message ID:
01272280
Views:
19
Rich,

You can use NAME clause wich gives access to all properties thougth the object it creates.
BROWSE LAST NOWAIT NAME oBrWhatever
oBrWhatever.Top = 12
oBrWhatever.Left = 52
...
>I have a program which opens several tables and does a BROWSE LAST NOWAIT on them
>
>On occasion, I work with those tables outside this program so LAST does not give what I need.
>
>I'm pretty sure I have seen reference to the browse window properties.....but I can't remember exactly how to get them. Is there some way to set Top, Left, Height, Width on the browse object without specificly defining a window and having the Browse take place in the window?
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform