Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. horizonsoffsite

    Change Desktop Settings for All Roaming Profiles

    We want to add a desktop icons for all of our users. Where can I go to just adjust the current settings?
  2. horizonsoffsite

    Frontpage Printing Problem

    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
  3. horizonsoffsite

    Tab Control needs to Add a new record

    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
  4. horizonsoffsite

    Is there any way to Maximize a second Page of a Tab Control

    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
  5. horizonsoffsite

    How Can I Hide the Page Tabs and still referece my tab control?

    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...
  6. horizonsoffsite

    Automatically Advance Tab Controls without using Ctrl+Tab Key!!

    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
  7. horizonsoffsite

    Automatically Advance Tab Controls without using Ctrl+Tab Key!!

    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...

Part and Inventory Search

Back
Top