Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do I...
Message
From
10/07/2000 13:19:04
 
 
To
07/07/2000 23:20:06
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00389776
Message ID:
00390347
Views:
11
Hi Ulises,

>>I tried an ON KEY LABEL F2 thisform.thisfield.setfocus

Try _Screen.ActiveForm.thisfield.setfocus() "Thisform" is out of scope to an ON KEY LABEL COMMAND.

The equivalent to the SendKeys command in VB is the KEYBOARD command in FoxPro. For the purposes of what you describe you might want to check out the Keypress event, both the form and the combobox have them and they might be a more controled way to achieve what you want.

Regards,

pamela
Previous
Reply
Map
View

Click here to load this message in the networking platform