Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Would you please...
Message
From
06/03/1997 12:29:23
 
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00023153
Message ID:
00023157
Views:
28
>If I want to move control to a specific command button among
>the command group in which the button is,
>What command should I use?
>
>For example,
>
>In case that a screen is like this below,
>
>-----------------------------------------
> label1 textbox1
> label2 textbox2
> label3 textbox3
>
>-----------------------------------------
> command1 command2 command3 command4 <-command group1
>-----------------------------------------
>
>after writing textbox1,textbox2,textbox3,
>I need to move the current control to command3 button
>If I fill up the blank of textbox3 and press Enter.
>And then skip command4 button.
>And then again, Current Control should be on the textbox1.
>command1 and the other 2 buttons are to be accessed
>only by using arrow buttons or mouse pointer.
>
>
>Sorry for my Bad English Expression.
>Cause I'm not so good at English...
>
>Any help would be great.
>thanks,
>Over and Out.

Basically, you use NODEFAULT and Thisform.controlname.SetFocus() to redirect focus to appropriate control.
Edward Pikman
Independent Consultant
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform