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...
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...
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...
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?
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...
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...
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...
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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.