Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Browse window
Message
 
To
18/01/2007 01:13:46
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Environment versions
Visual FoxPro:
VFP 9 SP1
Miscellaneous
Thread ID:
01186516
Message ID:
01186517
Views:
21
>How to change attrib of browse window? like size and position?
>
>TIA.
>
>:)
May be the simplest way is:
DEFINE WINDOW myBrowse AT 2,2 SIZE 32,120 FONT "Arial",10
ACTIVATE WINDOW myBrowse
BROWSE WINDOW myBrowse
RELEASE WINDOW myBrowse
Previous
Reply
Map
View

Click here to load this message in the networking platform