My webpage previews correctly,and publishes correctly. However, it prints only half of the page.
Is there any way to fix this?
Someone suggested that there might be a java script. How do people get the printer friendly version?
Thanks
I have a some code:
Private Sub Command26_Click()
Me.Tab2.SetFocus
End Sub
But I NEED it to open to a blank new record (just like adding a new record, the star key)
How can I accomplish this?
Thanks
I currently have the form set to maximize on open (which works, and you can't see the tab controls at the top...I don't want to see the page tab controls)
However, when I set the focus to the second page of the tab control, it does not maximize this page. How can I do this?
Thanks
I have two pages in my tab control. Tab1 and Tab2 in TabCtl0. There mere presence is shifting my form design and making it look terrible. Is there any way that I can hide just the tops of the tabs from view without hiding the entire page?
I have tried
Me.TabCtl0.Pages("Tab1").Visible = False...
Thanks so much! Works perfectly! Do you know how I can hide the tabs so they won't display?
I tried Me.Tab2.Visible=False but I got an error message.
Could I have put it into the wrong place?
Is the code wrong?
Thanks
Does anyone know what the code is to attach to a command button so my end users do not have to press Ctrl+Tab key to move from one tabbed page to another.
Also, is there any easy way to hide the actual tab controls themselves? (They are making the form too large) Can I set a visibility...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.