Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Another VFP9 SP2 bug?
Message
From
06/12/2007 02:29:04
Walter Meester
HoogkarspelNetherlands
 
 
To
05/12/2007 08:35:18
Emerson Reed
Folhamatic Tecnologia Em Sistemas
Americana - São Paulo, Brazil
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Miscellaneous
Thread ID:
01267554
Message ID:
01273514
Views:
17
I guess this is what I have to do. I'll have to search the menuitems for direct DO FORM commands and call seperate procedures for them... ugly, but probably the best soltuion.

Walter,



>>> BTW, the bug also occurs on a ON KEY LABEL xx DO FORM Myform
>
>Have you tried something like this?
>
>
>ON KEY LABEL xx CallMyForm()
>
>Function CallMyForm
>   DO FORM Myform
>   Return .T.
>EndFunc
>
>
>Or this:
>
>
>ON KEY LABEL xx Do CallMyForm
>
>Procedure CallMyForm
>   DO FORM Myform
>   Return .T.
>EndProc
>
Previous
Reply
Map
View

Click here to load this message in the networking platform