I think crxf_pdf.dll is only possible with CR 8.5 and higher."
I found this http://support.businessobjects.com/library/kbase/articles/c2011686.asp and if I understood it is fix for Crystal 8.
Now I delete crxf_pdf.dll from Crystal directory, so I have only u2fpdf.dll . When I export to pdf...
I tried to make my function to export to pdf. But I got error Missing or out of date export dll.
I have u2fpdf.dll and crxf_pdf.dll, what else is missing?
Page number is not the only problem. When user select some criteria for the report I show that criteria on report, and it is text in 2 lines...But when I export to rtf , client can only see the first line....
And client is the low!
Thank you, I installed Crystal 8 patch and now I can export to doc, rtf....it is not empty zero byte any more.
But, when I want to export to pdf I get message Export failed. I have crxf_pdf.dll but something is wrong.
RTF is not good, some data are missing. For instance, on each page I have...
Thank you, I put this patch and now I can export to doc, rtf....it is not empty zero byte any more.
But, when I want to export to pdf I get message Export failed. I have crxf_pdf.dll but something is wrong.
I have crxf_pdf.dll but it doesn't work. Upgrade to Crystal 9,10... is not possible now.
Export using a command line is not convinient, because my client want to click button and to save report to pdf.
I made function to export to rtf, but some data from report are missing. It is not WYSIWYG...
Then, what is it exactly doing?
Well, when I press export button, some windows appears to select format options, disk file....etc.... Everything is fine, but when I look at that file it is empty and 0 KB.
I have all dll on my pc, I found on www that many people have this problem, but nobody...
I have one form from which I want to load some other secret form by pressing some key combination for instance:
CTRL ALT S
How to do this?
Secret form is used for some settings that user should not be able to see. I want to press CTRL ALT S and change some settings.
I have code for showing reports like this:
Dim rs as new ADODB.recordset
set rs= something.....
dim Report as new rptTest
Report.Database.SetDataSource rs
CRViewer1.ReportSource = Report
CRViewer1.ViewReport
This works fine, report is ok, but when I click Export button it doesn't work. I...
As I understand XY scatter first element of arrvalues(i,1) is X value and it is OK. But the problem is that this arrvalues(i,1) also determines labels for x-axis.
Is it possible to use arrvalues(i,1) for x-axis values, and somehow separately create labels for x-axis?
As far as I know it is not...
I have GPS device which send me speed data each second. I want to show data on MSChart, XY scatter.
User input is FirstDate and I calculate SecondDate = First date + 24 Hours
FirstDate= 18.07.2007 15:00:00
SecondDate= 19.07.2007 14:59:59
Than I convert 24 hours = 86400 sec.
I create array...
I have slider control with range 1-100. I don't know how to show slider values on ticks. It doesn't have text property. Do I have to put label or text box or what?
I need to write VB application with option where user can select application language. When he select language all user GUI (labels, captions ,datagrid....)must be on selected language.
How to do this?
Has anyone tried (and succeded?) in specifying the appropriate connect
string for a hierarchical dataset using MyODBC?
It's where you specify MSDATASHAPE as your "Provider" but then need to
designate MyODBC as the "Data" Provider.
I've been beating my head against this one far too long to not...
Has anyone tried (and succeded?) in specifying the appropriate connect
string for a hierarchical dataset using MyODBC?
It's where you specify MSDATASHAPE as your "Provider" but then need to
designate MyODBC as the "Data" Provider.
I've been beating my head against this one far too long to not...
I have VB client application and back end is MySQL.
I want to create DataReport with Group Header. I don't want to use Data Enviroment, so I pass recordset to report. I'm receiving the error "Report sections do not match data source". I saw some threads here but they have SHAPE select, Data...
I have VB application with classes which have all functions for insert, update, select....data in SQL SERVER. I use SQL server only as back end to store tables and nothing else (no store procedures etc...).
In my client application I have one function where many concurrent users insert data in...
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.