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

    Record Count - Please Help Me!!

    Michael, is this the sort of thing you mean? Option Explicit Dim boapp As busobj.Application Dim MyDoc As busobj.Document Dim bodps As busobj.DataProviders Dim bodp As busobj.DataProvider Dim bocols As busobj.Columns Dim i As Long Dim ColCount As Long Dim RowCount As Long Public Sub...
  2. Kingstonian

    Importing Query Results into Arrays

    Don't worry all. Fixed it myself: Dim boapp As busobj.Application Dim MyDoc As busobj.Document Dim bodps As busobj.DataProviders Dim bodp As busobj.DataProvider Dim bocols As busobj.Columns Dim theColumn As busobj.Column Dim i As Long Dim c As Long Dim ColCount As Long Dim RowCount As Long Dim...
  3. Kingstonian

    Importing Query Results into Arrays

    I am hoping to import the data from Report Tabs in a Business Objects Document, but I can never seem to work out how to trap the data results either in a variable or an array. Does anybody have any ideas?

Part and Inventory Search

Back
Top