Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to implement tool tips
Message
From
03/03/2004 11:43:17
Steven Kleypas
Tarrant County College District
Texas, United States
 
General information
Forum:
Visual FoxPro
Category:
The Mere Mortals Framework
Miscellaneous
Thread ID:
00880862
Message ID:
00882756
Views:
29
Woohoo! (That's Texan for "This is good stuff!") For anyone interested, got it to work by putting the code in the KeyPress event:

GotFocus:
.lFirstTimeKeypress = .T.


KeyPress:
IF .lShowChoicesOnEntry .AND. .lFirstTimeKeypress
.lFirstTimeKeyPress = .F.
KEYBOARD '{F4}'
ENDIF
Previous
Reply
Map
View

Click here to load this message in the networking platform