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 TouchToneTommy 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: mlmcc
  • Order by date
  1. mlmcc

    8.5 Licensing Question???

    PDF exporting was added in CR8.5. There used to be a download on the CR web page to add this to CR8 but I think is was deleted. mlmcc
  2. mlmcc

    Crystal Subreports are so slow

    Crystal suggests making all subreports ONDEMAND SUBREPORTS. That way until they are needed the subreport data isn't pulled. The main reason for that is, as you have found out, subreports are slow. good luck mlmcc
  3. mlmcc

    blank page after every page

    Are the reports built on the server mauybe a little too wide for portrait? mlmcc
  4. mlmcc

    RDC license?

    When you register CR online you get a permanent key code. mlmcc
  5. mlmcc

    Crystal ActiveX designer Design time

    I am not sure if I understand your problem. There are two dlls. The Designer Design Time is used when the program is developed. It allows you to design a report or call a report from VB. The Designer Runtime allows a user to develop or work with reports from the application. The Run Time...
  6. mlmcc

    RDC license?

    I don't know. You may want to contact Crystal Decisions. I suspect it will limit all uses. mlmcc
  7. mlmcc

    RDC license?

    As I recall if you don't register the license is limited to some number of days. I may be wrong. Recommend you register the software. You will get a string to enter then you shouldn't have problems. mlmcc
  8. mlmcc

    RDC license?

    Have you registered CR8? Did you download the RDC from the CR web site and install it on a machine other than the one you have CR loaded on? How are you deploying the reports? mlmcc
  9. mlmcc

    record Formula

    Try something like this {invdate}>= Date(2002,05,08) and {invdate} <= Date(2002,05,10) mlmcc
  10. mlmcc

    Choose a printer in Crystal Viewer

    Are you printing from CR or from a CRViewer from a VB program? mlmcc
  11. mlmcc

    adding stored procedure to crystal report

    Are you trying to create the report from CR? If so, under FILE - OPTIONS - DATABASE Tab there is a check box to show stored procedures. Check it and you should see the stored procedures when you try to add a database. They will be in there own &quot;directory&quot; not with the tables and...
  12. mlmcc

    Run a program from Crystal

    Interesting idea. The naming convention is very important. I can never remember what it is since I don't write too many of them I do know that capitalization counts in the name. I believe it must be uflXXXXX.vbp. VB will take care of compiling it correctly. The XXXXX can be anything you...
  13. mlmcc

    Run a program from Crystal

    An interesting idea. I'm interested to see if CR has the capability. I am unaware of it if it does. I would recommend writing a VB application to do this. The VB application would (based on user input) start the report and then run the associated VB application. mlmcc
  14. mlmcc

    Crytal reports using the Crystal viewer

    If the database requires a login then yu must either have the user login through a screen or put a default login & password in the URL. I have seen a question on another experts page related to this. If I can find the question, I'll add a link to it later. mlmcc
  15. mlmcc

    Trial version

    If you have visual Basuc you have a full copy of Version 4.6 on the CD. This is an old version but will give you a taste of what CR is like. mlmcc
  16. mlmcc

    I have a choice of CR versions, which is best?

    Crystal has dropped support for the 4.6 version and since they are up to version 8.5 and may be getting ready to drop support for versions 5 & 6. We use version 8 and have encountered no problems. If you don't want to upgrade to version 8 then I recommend you use version 6. Also, Crystal has...
  17. mlmcc

    Which one is better (DSR files inside VB) or Seperate report files

    We chose to use all .rpt files. Two reasons drove this decision. The first was a VB limitation (solved, I believe, by the latest VB Service Pack and MDAC 2.5). The other is a desire to be able to update/change a report without having to reinstall the application. We have 5-600 users and a...
  18. mlmcc

    Print Preview in VB6 using Crystal Reports 6

    You might look at http://support.crystaldecisions.com/library/kbase/articles/c2003968.asp http://support.crystaldecisions.com/library/kbase/articles/c2001775.asp http://support.crystaldecisions.com/library/kbase/articles/c2005624.asp mlmcc
  19. mlmcc

    Printing Reports

    I don't know of any way. You might ask the question on the web browser or IE page. mlmcc

Part and Inventory Search

Back
Top