Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: vshapiro
  • Order by date
  1. vshapiro

    How to bind Crystal to grid

    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...
  2. vshapiro

    How to hide button

    Yes, I am using Crystal 9.0. Thank you. I'll try
  3. vshapiro

    How to hide button

    I have a hyperlink button on drill down report. Ineed to be able to hide it when I drill down to details. How can I do this?
  4. vshapiro

    how to hide LinkButton on CrystalViewer

    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...
  5. vshapiro

    Print or print preview takes too long

    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!!
  6. vshapiro

    Print or print preview takes too long

    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...??
  7. vshapiro

    Print or print preview takes too long

    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.
  8. vshapiro

    Print or print preview takes too long

    Users seeing all the data perfectly. they see normal report on the screen
  9. vshapiro

    Print or print preview takes too long

    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...
  10. vshapiro

    Print or print preview takes too long

    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??
  11. vshapiro

    Crystal/VB printing problem

    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...
  12. vshapiro

    Print or print preview takes too long

    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...
  13. vshapiro

    Sort parameter

    No, I did not do any more formulas. I Grouped by this formula, so I can change grouping by...
  14. vshapiro

    Sort parameter

    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...
  15. vshapiro

    Crystal native connection

    Under 'More data sources' I don't have anything with word Oracle..???
  16. vshapiro

    Crystal native connection

    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...
  17. vshapiro

    Sort parameter question

    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} =...
  18. vshapiro

    Error creating control

    I just print from the browser and it did print before. And looks like we did not update version of our application

Part and Inventory Search

Back
Top