Help with shortcuts please!!! (DESPERATE)

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have built a tab form with all of my information seperated into three different catagories (cust. info, vehicle info, and insurance info). But, when I tab through, it stays on the customer information, going from one to the next and never showing the vehicle info and the insurance info. I would like to be able to create some sort of a shortcut so that I can quickly change from tab to tab...any suggestions?
 
-----Original Message-----
I have built a tab form with all of my information
seperated into three different catagories (cust. info,
vehicle info, and insurance info). But, when I tab
through, it stays on the customer information, going from
one to the next and never showing the vehicle info and the
insurance info. I would like to be able to create some
sort of a shortcut so that I can quickly change from tab
to tab...any suggestions?
 
You can make it possible to tab from one tab to the next by adding a tiny
textbox on each page and setting it last in the tab order for the page. Then
you create a OnEnter event proc for each of the tiny textboxes and use the
SetFocus method of the control you want to move to on each page.
If you make these dummy controls really small you can hide then at the
corner of an existing control and they will not be noticable.

Ragnar
 
Back
Top