Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Edit Window - automatic maximize
Message
From
19/10/2005 15:24:22
 
 
To
19/10/2005 15:17:47
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:
01060447
Views:
10
Thanks Borislav!

>>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
>>ENDIF
>>
>>
>>TIA,
>>Tracy
>
>I never worked with Filer and I dont know what WindowType is Edit window Modal or Modeless. If it is a modeless window try:
>
>
>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
>    LOCAL lcWinOnTop
>    m.lcWinOnTop = WONTOP()
>    ZOOM WINDOW (m.lcWinOnTop) MAX
>ENDIF
>
>with some LockScreens where you need them ;o)
.·*´¨)
.·`TCH
(..·*

010000110101001101101000011000010111001001110000010011110111001001000010011101010111001101110100
"When the debate is lost, slander becomes the tool of the loser." - Socrates
Vita contingit, Vive cum eo. (Life Happens, Live With it.)
"Life is not measured by the number of breaths we take, but by the moments that take our breath away." -- author unknown
"De omnibus dubitandum"
Previous
Reply
Map
View

Click here to load this message in the networking platform