Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
VB6.0 Data report Problem
Name: yakholloway Date: October 13, 2003 at 08:25:28 Pacific OS: Debian Linux
Comment:
Right now I am working for a company that has a VB6.0 front end installed on various machines. The code uses data reports and the data environment.
The problem that I am having is that when the data reports are called they change some of the labels in the report headers durring run time using code. This works on all the computers but my personal laptop and some other machines that I have at home. On these machines I get an error that says that I cannot change the caption of the label (in the report header) durring run time.
I was just wondering if anyone knows the solution so that my laptop can do what the rest of the computers are allowing me to do.
Summary: I have created a Data Report using Data Environment in VB6.0. I would like to add a column to the report that will print serial number from 1,2,3,4,5.... in each line. Can any one help me in this ...
Summary: I have developed a Pharmacy Program that can be used to Add stock, dispense drugs etc in VB6.0, and created a Data Report to view the same.The report I have only displays the date of the latest transa...