Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Can a BROWSE window be resized?
Message
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9
Miscellaneous
Thread ID:
01049778
Message ID:
01049788
Views:
13
>I have a browse window in my app. wondering if it can be resized. The window always comes up the size of the underlying screen. I want to be able to make it wider, longer, whatever.

It's not a good idea to use BROWSE in an application. You can always reolace it with a grid and have full control over it. Anyway, if yor BEOWSE isn't modal, you can get reference to the BROWSE object and manipulate it (Message # 1019785). Otherwise you can use UN clause to open BROWSE in the predefined window/form.
...
oFrm = CREATEOBJECT("form")
oFrm.Show()
BROWSE IN (oFrm.Name)
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform