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

    Word macro from VBA code

    I am currently building an application that creates a word document as its target for data that is collected. This data must be put in tables on the form. I have found no clean way to navigate from one table to another. originally I tried using.. ActiveWindow.ActivePane.View.SeekView =...
  2. denmark42

    Word Macro - Navigating Multiple Tables

    I am currently building an application that creates a word document as its target for data that is collected. This data must be put in tables on the form. I have found no clean way to navigate from one table to another. originally I tried using.. ActiveWindow.ActivePane.View.SeekView =...
  3. denmark42

    SSTab Control

    Does anyone have any example code for using the tab control to display different forms? I have not found very good reference for this item.. Thanks
  4. denmark42

    list box multi select?

    It seems you should set a(i) = true or 1 not a(i) = i, was that a typo??? Here is some code I use to do something similar that works... Dim i As Integer, x As Integer, cnt As Integer cnt = 0 For i = 0 To ListFRID.ListCount - 1 If ListFRID.Selected(i) Then...
  5. denmark42

    Date Report In VB: Multiple Detail Sections

    Is it possible to put multiple detail(1 parent, 2 or more child) sections on the report designer in VB6?? If not, is there some type of workaround? I have a CustRecord(Parent) table with 2 child (1 to many relat) tables that need to go on 1 form. Thanks, VB neophyte...

Part and Inventory Search

Back
Top