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 IamaSherpa 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. Beaner5434

    Binding a data control to Excel

    I am developing a VB6 app to process a number of Excel workbooks I receive every month. When I bind the workbook to a data control, however, it takes the first row of the Excel sheet as the Field name. Is there a way to get it to NOT do that (other than going in and manually inserting a new...
  2. Beaner5434

    Treeview Add Node Error (version 6)

    I thought of that, and I still get the error. I even tried the examples they give in the help file, with the same results. The syntax is right on the mark, so I don't understand why I am getting a type mismatch error. Very weird...
  3. Beaner5434

    Treeview Add Node Error (version 6)

    I'm creating a treeview control with VB6. If I use version 5 of the treeview control, the following codeline works just fine... Set nodX = frmPatTree.trePatRecs.Nodes.Add(, , "Alpha", "Patient Names (" & PatCount & " patients)") However, if I use that same line...
  4. Beaner5434

    Error 3703 -- Operation not supported

    In case anyone else ever runs into this error, that is the cause. VB app is running fine now.
  5. Beaner5434

    Error 3703 -- Operation not supported

    Figured out (finally) that it was because the VB project referenced the DAO 3.6 object library, while the one that worked referenced the DAO 3.51 library. I am assuming that this has SOMETHING to do with the Jet Engine, and Access 97 uses the 3.51 version, not the 3.6?
  6. Beaner5434

    Error 3703 -- Operation not supported

    I'm developing a VB5 app that draws from several different Access 97 backends. All the A97 databases are replicas, and they synchronize fine from within A97. What I am trying to do is allow users to pull copies of these replicated databases to their local drive, then synchronize them back up...
  7. Beaner5434

    Data line weight inside chart

    Using VB5 and the RDC (version 8), I've put together a line chart to show data trends over the last year. The chart frame looks fine, but the data lines themselves are so light that they are practically invisible. Is there a way to increase the weight of the data lines so people can SEE the...
  8. Beaner5434

    Refreshing data on a .DSR report

    I have developed a VB5 app which uses a .dsr report and the CRViewer. The user has the option of selecting two dates to compare on the VB5 form, then printing the results via the .DSR report. The following code is used when opening the form that contains the CRViewer control...
  9. Beaner5434

    Updating data on a .DSR report

    Follow-up on this issue... I went into the report and clicked the refresh button. The report went blank. When I closed the form and opened it again, the correct data is there. I know the correct data is in the Access 97 backend database; I went in and looked to see what was there when the...
  10. Beaner5434

    Updating data on a .DSR report

    I have developed a VB5 app which uses a .dsr report and the CRViewer. The user has the option of selecting two dates to compare on the VB5 form, then printing the results via the .DSR report. The following code is used when opening the form that contains the CRViewer control...
  11. Beaner5434

    Learning VB5 and Crystal Reports 8

    I have been working with Access for a few years, and I can make that app dance if I need to. But now I am expanding my resources, and I am trying to figure out how to get Visual Basic 5 and Crystal Reports 8 to talk with one another. Specifically, I am wanting to learn how to use VB5 to pass...
  12. Beaner5434

    Sorting records dynamically from VB5

    I am developing an app in VB5 that uses an interface to determine which records will appear on the report. All the records are in a single table. I want to give the user the option to sort the records on one of five fields: Date Entered, Date Due, Date of Service, Date Received, or Patient...

Part and Inventory Search

Back
Top