When I add a text control and connect it via the DataField, DataMember and DataSource = (DataEnvironment) properties, it saves properly to an access database...but now I would rather use the RichTextBox (more powerful), but when I connect as described above with this RichTextBox, it doesn't save...
I'm trying to learn the differences between the M.S. Data Report Object and Crystal Reports. How much easier, better, etc. is Crystal Reports.
Thanks
Glenn
I hope I explain this correctly so you can help me. I have a database (Access) with multiple Tables. For the Exam Table, I have many child commands from this Exam Table. When I went to use the Data Report Object, I believe it only let me place fields from one child command into the details...
I am using the below code to print a rich text box named
txtTestFile. The problem is the top 2 lines of the 2nd page are not printing...any ideas? Someone told me that a certain flag has to be set... I have no idea how to do that if that would help. Could you add the code to the below if it may...
Open ("JD.doc") For Append As #1
Write #1, strJobDescription
txtJobDescription = strJobDescription
Close #1
The above is a document I use in my project..I know how to print a form in VB6 (PrintForm)...but I can't figure out how to simply print a document that I use in an application...
I have written an application that must be run under 800X600 screen resolution. Currently, the user would have to change to this resolution every time they use my program. How do I code my program to detect and automatically change the user's computer screen resolution to my required 800X600...
Hello
While testing my program, sometimes when I click the Enter button, I get the above Runtime error 424: Object Required. The user is not going to be instructed to select the Enter button but if they do accidently, I don't want the program to come to a crash as it currently does. Why in...
When I release my program for sale, I need to display the Computer spec's required to run the program (OS: Windows 98, ME, etc...) the Disk Space required as well as the Memory to run the program. I have the first two completed but how do I determine the memory requirement to run my application...
Hello. I am a relatively new programmer so please put up with my question...but I have an application I am about to release for sale for a specific medical industry. Do I have to mention somewhere in the program that I used Visual Basic 6 Professional Edition to create it? If so, can you direct...
Please help me. I have created an application which won't run on Windows 2000 and XP. The setup files allow everything to be installed on the computer but when I double click on the .exe file...the program starts perfectly but then I get the following error message as the title screen is...
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.