I am using Response.BinaryWrite to export a PDF to my web page. This works fine - when the code behind is finished I am prompted to Open or Save the PDF file.
However, this process is triggered by clicking a "Run Report" button on the web page and as part of running the report and exporting it...
I have a client who needs to capture an image into the Clipboard and then upload that image to the web server.
The site is ASP.Net and VB.Net.
Uploading text from the Clipboard is simple with Javascript. To upload an image, I believe I need an ActiveX control. Does anyone have any data on...
Our users need to be able to capture an image into the clipboard and then paste that to a web page to be stored on the server.
I believe an ActiveX control would be needed to do that.
Does anyone know of one we could obtain to do this? Simple to use and reliable are more important than cheap...
I have a brand new Lenovo laptop with XP Pro on it.
I do web development, so I installed IIS on it.
If I now try to start IIS, I have an hourglass for 2 seconds but IIS does not start. Each time I do this, it leaves an mmc.exe process running, but that is it.
I tried to deinstall IIS using...
I am adding rows to an existing table using Javascript.
The rows display properly, but the javascript I have assigned to handle the onmouseover event is not invoked.
The code I use is the following:
rowNewRow.setAttribute('onmouseover',"rowMOver('2')");
rowNewRow being the variable...
We are writing a ASP.NET/VB.NET web site that uses an Access 97 database (legacy requirement).
It is running fine most of the time, except that about every 100th request sent to the database, we are receiving the Keyword Not Supported: Provider error. This happens on all 3 of our machines and...
I was working in a small project in Visual Studio and I suddenly was not able to run it - when I started it, the first line in the aspx file would always generate the error "System.NullReferenceException: Object reference not set to an instance of an object.".
The <%@ Page line was giving the...
If the rich text box is blank, then the formatting characters show in the report. If there is any actual text in it, they do not.
This occurs on my client's XP PC, but does not happen on my Windows 98 PC.
Anyone have any ideas?
I am using CR 9 in VB6.
Thanks,
John Wildanger
I have compiled a CR 8.5 report using the tool from Business Objects to create exe's. The report runs well and its text looks fine. Unfortunately, the logo at the top of the report looks terrible. It looks great when the report is run in Crystal Reports.
Anyone have any ideas on how to...
I have a VB 6.0 app running against a SQL Server database.
It has been running fine until recently when something changed and I do not know what caused the change.
When I do an .AddNew to a recordset, it used to set all fields in the recordset to Null. I sometimes used this fact in called...
I have a form with two subforms.
When the user leaves the form, they are asked if they want to save the changes to one of the subforms. They are never asked if they want to save the changes to the other subform. This is after just entering data, no changes have been made.
If I run the same...
I have a form with two subforms.
When the user leaves the form, they are asked if they want to save the changes to one of the subforms. They are never asked if they want to save the changes to the other subform. This is after just entering data, no changes have been made.
If I run the same...
I am helping a client move their data from Jet to SQL Server 2000.
They are using Access 2000 bound forms and want to continue to do so.
I have looked at the posts in this area and it seems fairly safe.
Just to be sure - can someone who has Access 2000 bound forms linked to SQL Server 2000...
I have a Jet database with many Null values in it. I want to convert these to "".
In looking at it, I think the easiest way to do this would be to have a routine like the following, if it is possible:
For each table in database.[table collection]:
For each row in the table...
I purchased software on e-bay that was supposed to still be shrink wrapped. It was not.
My credit card company is very helpful, but the seller seems to be dishonest and it will come down to him saying it was shrink wrapped and my saying that it was not.
I wanted to check to see if this...
I have recently installed CR 9 to replace CR8 in the project I am working on. I am using VB6 and opening the report from a VB form.
With one report, the first time it is run causes a run time error on the line of code with the Database.SetDataSource. The error is:
run time error ’75...
I recently installed Crystal Reports 9. I was previously using CR 8. After the switch, one of the reports I created using Crystal Reports 8 started printing in an incorrect print order.
Using Visual Basic 6, I am setting the data source of the report to a recordset which is in the correct...
We have reports written in CR 8.0 created in VB 6.0 under the RDC and either being sent to the printer or viewed in the CRViewer control.
These reports are generally written against a table and then passed the recordset to print at run time.
We are thinking of moving to CR 9.0.
How hard is it...
We had a report with about 195 fields passed to it in the recordset. We needed to add some fields and did so. We can design the report, but when the report is run, many of these new fields do not show up. The running report looks as if the field was never added to it.
We can add fields to...
We are sending faxes from VB 6 using WinFax Pro. This is done with no user interaction.
If a fax fails to be sent, we want to know why – particularly if it turns out that the telephone number is incorrect and a real live person answered the phone instead of a fax machine. I know someone whose...
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.