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 MikeeOK 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: *

  • Users: VBGuy
  • Order by date
  1. VBGuy

    Passing a Multidimensional array from a VB Com to ASP

    Can anyone help me to access the array that is returned from the VB code below in my ASP Page - Function GetAllCodes(iComp As Integer, sCat As String) As Variant ' ##PD iComp. The company ' ##PD sCat. The Code Category. ' ##RD A Variant. A two dimentional array. Array(0)(x) = ids...
  2. VBGuy

    Adding multiple TTX files to Crystal Reports

    I have Crystal Reports version 7 and I can't get the data to show up using multiple ttx files in VB 6. If I use one its fine - anybody know if there is special code to write to see all the data from these 3 files. This is an example of one recordset populating one ttx file - the rest are about...
  3. VBGuy

    Function for Last Day of Previous Month

    &nbsp;&nbsp;&nbsp;vardate = Month(Now) & &quot;/&quot; & Day(Now) & &quot;/&quot; & Year(Now)<br>&nbsp;&nbsp;&nbsp;varday = Month(vardate) & &quot;/01/&quot; & Year(vardate)<br>&nbsp;&nbsp;&nbsp;vardate = varday - 1

Part and Inventory Search

Back
Top