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 SkipVought 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: *

  1. mdw1958

    CR8 Pro and ActiveX viewer not WYSIWYG???

    for the first part of the problem, try creating a formula and converting the number to a string using "ToText" to format the output. "totext({NumberField}, 0)" should work. I have not messed with the manual grid problem in a while, but make sure that your vertical line does...
  2. mdw1958

    Crystal 9.0 Issue with changing database name........

    We have seen a similar problem. In the past, we have removed the "database name"."dbo" prefix from the table names in order to allow the API engine to set the DSN to match the DSN used by our application. I tried updating the hot fixes and still do not see a way to...
  3. mdw1958

    Has anyone implemented asynchronous printing using the RDC?

    We are evaluating using the RDC version 9 and wondered if anyone was creating multiple concurrent print jobs using the RDC. We are thinking that we can manage multiple data access issues in the code by creating ADO record sets to attach to the reports. Then we could create multiple instances...
  4. mdw1958

    Crystal report 9 RAS (ASP): connection-less connection!

    We have a similar problem with reasigning the report to use the database our application is currently using. I believe there are techniques for creating the report with a data definition file or some other meta data definition. I will post here when I find a solution.
  5. mdw1958

    DSN Problem!!!Please Help

    Go to set location and remove the [database].[user]. from the table or stored procedure name. If the explicit name is left there it will reference the table identified by name rather than DSN. At least that is what happens using the CRPE. We redirect the reports to the database our...
  6. mdw1958

    bartender integration

    I am not familiar with bartender, but I presume they distribute a barcode font. If so, then convert your field into a barcode string in a formula and change the font to the barcode font. If I remember correctly, the code 3 of 9 has * delimiters at the front and back of the string. check out...
  7. mdw1958

    Sum on Group Level

    I think this happened back in version 6. Since version 7, I do most everything in stored procedures and use sum() as much as possible. We do home health care software and I have reports that want counts by discipline and status. I use a calculated field in sp or a formula to return 0 or 1 and...
  8. mdw1958

    Sum on Group Level

    I have experienced a problem in the past where the accumulator function executed twice for the last record in the last group which lead to the last value being added twice. We had to use the previous function to test a unique key to insure that this did not happen. I never received an adequate...
  9. mdw1958

    Version 9 Advanced vs. Developer Editions licensing questions

    One of the main differences, that you used to have to pay for independently, is that you can use the report creation versions of the components to create your own "report designer" on the fly within your application. A lot of the license issues involve your agreement not to create a...
  10. mdw1958

    Version 9 Advanced vs. Developer Editions licensing questions

    http://www.crystaldecisions.com/products/crystalreports/appdev/editioncomparison.asp The above link is a comparison. I have questions concerning the new licensing models. Has anyone had the chance to evaluate them? What does "Deploy web applications with request queuing and caching...
  11. mdw1958

    Passing a dynamic parameter to a subreport in Crystal

    If you are using CRWv8.5, there is a bug that makes you thing you have to link to the field they create. You do not have to do so. You can create your own parameters in the subreport. the problem is in the linking dialog where the scrolling list of subreport parameters is fixed with a height...

Part and Inventory Search

Back
Top