Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Browse Window Full View ?
Message
From
14/09/1999 15:23:46
 
 
To
14/09/1999 14:59:35
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00264630
Message ID:
00264640
Views:
19
>I'm using the browse command, I need to make sure that the browse window open maximized. I have left the normal command out and it still doesn't open maximized! Any ideas on how I can make it open maximized?
>
>Thanks
>Scott

Try this:

DEFINE WINDOW MyWindow FROM 1, 1, TO 2, 2
ZOOM WINDOW MyWindow MAX
ACTIVATE WINDOW MyWindow
BROWSE WINDOW MyWindow
RELEASE WINDOW MyWindow
Craig Berntson
MCSD, Microsoft .Net MVP, Grape City Community Influencer
Previous
Reply
Map
View

Click here to load this message in the networking platform