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 Shaun E 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. jewelthief

    OleObject and making it Visible

    If you are using OLEObject var to ConnectToNewObject(...), use: ole_1.Visible = TRUE However, if you are using an OCX control placing it on the window, try: ole_1.Object.Visible = TRUE or the above (if this does not work). --- PowerObject! -----------------------------------------...
  2. jewelthief

    how to supress the header from second page

    I want to print header info only on the first pge. any help apprecaited.

Part and Inventory Search

Back
Top