Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Edit Window - automatic maximize
Message
From
19/10/2005 15:15:39
 
 
To
19/10/2005 14:30:23
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01060411
Message ID:
01060439
Views:
13
This message has been marked as the solution to the initial question of the thread.
>In the code below (from editfile of filer.scx), when edit is called, I would like the edit window automatically maximized. What is the best way to do that? I tried KEYBOARD '{CTRL+F10}' and SET MEMOWIDTH, etc to no avail.
>
>
>IF THIS.oFiler.Item[m.j].Path+THIS.oFiler.Item[m.j].Name = ;
>    THIS.lstFiles.List(m.i) AND FILE(THIS.lstFiles.List(m.i))
>    THIS.oFiler.Item[m.j].Edit  && I want this window maximized automatically
     ZOOM WINDOW (WONTOP()) MAX
>ENDIF
>
>
>TIA,
>Tracy
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform