Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem regarding formset
Message
From
07/07/1999 10:57:28
Rodrigo Arce
Soft Service Co.
La Paz, Bolivia
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00238253
Message ID:
00238295
Views:
15
Evan,

Try doing someting like this:

On the last object of your child form in a formset or inclusive on the child's form KeyPress Event trapp your "Tab"

KeyPress Event (for the form or the object)
LPARAMETERS nKeyCode, nShiftAltCtrl
IF nKeyCode = 9
Thisformset.Formxx.Objectyy.SetFocus
ENDIF


Rodrigo
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform