how can I move the cursor between fields...... 
Author Message
 how can I move the cursor between fields......

The command to position a cursor on a field is setfocus.
In order for a field to receive the focus it must have it's taborder
property set to
true. Positioning order varies per the tabindex property. See VB help for
more details.

Example: Text1.setfocus  will position the cursor on textbox1.

Hope this helps,

Mike D.



Tue, 27 Jul 1999 03:00:00 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. Repost: Stop up\down cursor keys moving between (text) form fields in a protected document

2. Stop up\down cursor keys moving between fields?

3. Causing the cursor moves to next tab stop when a field has reached its maximum

4. how can I move the cursor between fields......

5. Moving a field on a report, based on value of another field

6. Enabling Tab Key to move from field to field

7. Moving field data between fields using VB 6 exe

8. Moving from field to field

9. Moving from field to field

10. Using ENTER key to move from field to field

11. cursor keeps moving back in vb

12. Moving cursor

 

 
Powered by phpBB® Forum Software