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 Mike Lewis 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. PJlwcb

    References needed for Split

    Add this code to VBA97 to achieve Split/Join. Be sure to remove/rename when you upgrade Office. 'Like VB6's Split function - should phase out with Access2000 'Note order of arguments differs from Perl's split function Public Function Split(ByVal SourceText$, Optional DelimiterChars As Variant)...
  2. PJlwcb

    Print VB Data Report to File for eMail, Print, etc.

    You can try the VSView Print Preview control from ComponentOne. They also have a PDF control to take the contents from the Print Preview control and create a PDF. That's all you'd have to redistribute (just like any other control in your app - no need for PDF Writer or Acrobat or whatever)
  3. PJlwcb

    How to convert image/ picture into array?

    I have to agree with JavaJoe. The question needs to be better formed. It doesn't make sense right now.
  4. PJlwcb

    Problem with screen resolutions

    I concur with the TabControl approach. Probably the best solution you'll find because resizing controls is probably counter-productive (they were originally designed to be a certain size and that should still be necessary, even at 800x600).
  5. PJlwcb

    What is equivalent to Access subform control in VB?

    Somebody correct me if I'm wrong here ... Subform in VB implies using the DataRepeater control but the DataRepeater control can only display a control contained in an OCX (custom-designed in another project via UserControls). So if you have a fairly complex app with multiple types of subforms...

Part and Inventory Search

Back
Top