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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by cardiacresearch

  1. cardiacresearch

    VB6 DataReport w/o DataEnvironment: SHAPE Command

    You need to set the provider as a datashape: db.Open "Provider=MSDATASHAPE; Data Provider=Microsoft.JET.OLEDB.4.0;" & _ "Data Source=C:\VB\test dbase.mdb;"
  2. cardiacresearch

    VB6 DataReport w/o DataEnvironment: SHAPE Command

    Dear Reader- I've created a datareport in VB6 without using the data environment. There is one grouping level, achieved using the SHAPE command. (Code below) Unfortunately, the shape command does not seem to work in this situation. I get the following error… Run-time error ‘-2147217900...
  3. cardiacresearch

    Datagrid..

    try a for... next loop
  4. cardiacresearch

    Accessing an Access DB w/a workgroup

    Mark- I had a simmilar project. Here is the code I used to connect. On Error GoTo GetData_Err Dim db As Connection, strvar As String Dim dbcmd As Command, rst As Recordset Dim db2 As Connection Dim dbcmd2 As Command, rst2 As Recordset Dim intMark As Integer Dim intDia As Integer Dim intSys As...
  5. cardiacresearch

    Datafield not found for datareport child fields

    Dear Reader- I've created a datareport in VB6 without using the data environment. There is one grouping level, achieved using the SHAPE command. (Code below) Unfortunately, the shape command does not seem to work in this situation. I get the following error… Run-time error ‘-2147217900...

Part and Inventory Search

Back
Top