Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cut, Copy and Paste functions
Message
 
To
21/07/1998 15:20:22
Jim Rieck
Quicken Loans/Rock Financial/Title Sourc
Livonia, Michigan, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00119820
Message ID:
00119850
Views:
22
>Is there another function that does the same thing, but returns a true or false? I
>am designing a shortcut menu.
>Jim

>>Jim ---
>>
>>Control.SelText = text selected in a given control (textbox)

Read the online help on the SelText property. You can check what this property contains in code in your menu skip conditions, ie.

IIF(_screen.activeform.activecontrol.seltext="",.F.,.T.)
Previous
Reply
Map
View

Click here to load this message in the networking platform