Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Menu selection
Message
 
 
To
09/04/2001 15:01:57
General information
Forum:
Visual FoxPro
Category:
Menus & Menu designer
Title:
Miscellaneous
Thread ID:
00493669
Message ID:
00493715
Views:
23
>Yes I think prompt() would work except I can't figure out where to put it.
>
>Tyler
What about
DO Myform WITH PROMPT()

Myform.Init
LPARAMETERS tcPrompt

DO CASE
CASE Upper(tcPrompt) = Upper("Menu Selection 1")
    This.Caption = "Caption 1"
    .....
OTHERWISE
ENDCASE
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform