Tabbed form losing its tabs

Rusty

Registered User.
Local time
Today, 13:03
Joined
Apr 15, 2004
Messages
207
Hey guys,

I have attached some screengrabs to illustrate the very problem but here goes...

It’s a 4-tab form that’s too long to fit on the screen. (i.e. the user will need to scroll down to view all the fields on Pages 2 and 3.

When I open the main form I have the following code on there to force the page ‘up’ so the tabs are visible.

Code:
Me.PatientDataPage.SetFocus
SendKeys "{PGUP}"

However, when I click on the second page “SF_36Page” the page opens with the tabs 'missing' and you have to use the vertical scrollbar to see them.

I have tried various combinations of VBA to try and force the page ‘up’, but with no success.

Any ideas guys?

Rusty
:D
 

Attachments

I'm pretty sure it is just a focus issue. Make sure the control on that tab page that is the first to get the focus is located up high on the tab. You might also make sure the TabControl itself has its TabStop value set to NO. It is on the "Other" tab of the properties sheet for the control.
 
hi Rusty,

I need a small information from you..Can you Please tell me How to use tabs on the form.

With Regards,
HimaBindu
 

Users who are viewing this thread

Back
Top Bottom