I have searched the internet for help on eporting to a pdf file using Crystal reports 8 and vb6. I know version 8 is old but that is what I have. The only thing I have found is a patch called...
Thanks for all your help. I found issue. In the References, there was a missing reference that went to the crystal data object. Once I unchecked it, everything worked great.
I have developed an application several years which is still be used today without any problems.
The problem I am having with the code started when I took all of my projects from my old laptop and...
"Simple, easy, direct, and proper way to catch an error is not to use on error resume next or on error goto 0... For example, you just created the following sub... "
vb5prgrmr is correct about...
I have an app worte several years ago in VB6 that writes to a database. I have had to modify it lately and install it on a new computer running Windows 7. My app reads the database path from an .ini...
I have created an install package using the P&D wizard. Installation looks like it goes fine untill the end. i get the following error.
"The File C:\Documents and settings\username\local...
I used the files from C:\Inetpub\wwwroot\csc\myfilename. There were no files in the bin folder in C:\inetpub\wwwroot\csc\bin. Is this the published folder?
yes, it is running on my computer in the same project that the website was created in. I transfered only the testWeightreport.aspx file to the webserver website.
I have a website that has been running for a few years. I have created a new page in vb.net/aspx and used ftp commander to transfer it from c:\inetpub\wwwroot\project\newpage.aspx to the website....
Thank you, that worked great. is it possible to do this with the dropdownlist box when the user clicks on a list item. I would like to show the contents of a folder on the web page and then when a...
I would like to show a pdf file when a user clicks on an image control. I am using the reponse.write comand. It used to work ( I thought) but does not now. I am using vb.net. Here is the sub.
I am using vb6 and Crystal 10. I am trying to print my report without displaying the report. When I do I get the printer prompt. Does anyone know how to get around this. I have had no luck searching...