I am using Crystal 9.0, vb.net, Oracle database.
I have an existing report and I need to bind it somehow to datagrid. I open new web page, add from toolbox datagrid and looking for a way to populate datagrid using my report.
Is it possible to do?
I am new in this. Maybe somebody can provide some...
I have a drill down report with user see through CrystalViewer. And I have a LinkButton on this page where user can click and report will export to pdf format.
But, when user click on one of the fields on the report to drill down to details I want this LinkButton became invisible. How can I do...
Thank you Mike. Looks like noone can solve it. I will probably put a Button on my report which will send user to pdf format if he needs to print. Very strange!!
I am not refreshing data. It is only printing. And it is not printer data. i tried on different machines with the different printers. And users have the same problem...??
no,if you go to Files then you can go to print preview. Or... OK, if I can just click Print button I need to wait more then 5 minutes or even more until report start printing.
I am using Oracle database.
When I ran application I have a web page where user select desired report, click on link and report appear in 2-5 seconds. Then if I click Print button or go to File then Print Preview it takes very long to print or to appear in Print preview.
As I understand record...
But report appear on the screen very fast. It is only when I want to print or print preview it. So, how it could be record selection passed to database??
I have a strange problem. I have two different reports in web application. But, both of them user view through CrystalViewer, both drilldown reports. Both reports appear on the screen pretty fast but when I click print or print preview one of them almost does not work. For 10 pages report print...
I have a strange problem. I have two different reports in web application. But, both of them user view through CrystalViewer, both drilldown reports. Both reports appear on the screen pretty fast but when I click print or print preview one of them almost does not work. For 10 pages report print...
I need to give user possibility to sort report by Provider name, Location, Project Type or All Project Types.
I created parameter SORT with then formula Sort which look like:
if {?Sort} = "Provider Name" then
{V_REPORTS_CALLIN.PROVIDER_NAME}
else
if {?Sort} = "Project Type" then...
I am using Crystal 9 and Oracle DB. I always use OLE DB for connection with the tables/views. Now I need to connect stored procedure and I have a problem. With OLE DB it does not work (looks like) and I cannot find native driver to establish new connection. Should I somehow install native...
I created sort parameter to give user possibility to sort by desired field. Then Create Sort formula:
if {?Sort} = "PROJECT_NUMBER" then
{Command.PROJECT_NUMBER}
else if
{?Sort} = "DATE_OF_COMPLAINT" then
totext({Command.DATE_OF_COMPLAINT}, "yyyy-mm-dd")
else if
{?Sort} =...
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.