Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Why does my form not start maximized?
Message
From
03/03/2004 16:19:28
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00882789
Message ID:
00882898
Views:
25
Thanks, but I already did. As soon as I tested your keyboard code in the example and it worked and then it didn't work in my app I added:
PRIVATE lconkeyf10
lconkeyf10=ON('KEY LABEL','CTRL+F10')
ON KEY LABEL CTRL+F10
KEYBOARD '{CTRL+F10}'
ON KEY LABEL CTRL+F10 &lconkeyf10
to no avail. I even remarked out completely the ON KEY assignment for CTRL+F10 in the main program (I searched to verify and it is not being set anyplace else in the app) and still CTRL+F10 does nothing in my app. When I am previewing a report in the form it does nothing at but the same class code (taken from the app) used in the test program it works fine. I'm stumped on this for today.... Something weird is happening...

>Hi Tracy,
>
>Try this where you put my prior code:
>
>* Turn original default to CTRL+F10 on.
>ON KEY LABEL CTRL+F10
>* Better do this.
>CLEAR TYPEAHEAD
>* Now preview it to max.
>KEYBOARD '{CTRL+F10}'
>
>Hopefully that will work.
>
>You didn't say if you still needed to re-assign the CTRL+F10, but if you do put it after the KEYBOARD '{CTRL+F10}'
>
>Mel Cummings
.·*´¨)
.·`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
Next
Reply
Map
View

Click here to load this message in the networking platform