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 Shaun E 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. UNCTarheels

    how to print a label that overlaps the bands

    My company needs to create a combination invoice/shipping label form that is 1/2 invoice and 1/2 label. The form will be in landscape mode. On the left half of the form, we need to print a shipping label. On the right half of the form, we need to print an invoice. The invoice has several...
  2. UNCTarheels

    Cannot connect to Crystal Server behind NAT firewall

    I am using a Cobalt RaQ4 server for the Crystal WCS. The Crystal APS servers, etc, sit on a Windows 2000 Adv. Server. I am trying to move the Windows 2000 server behind a Linux DHCP/NAT server. If the W2k server is outside of the firewall, I can connect to the LaunchPad, view reports, etc...
  3. UNCTarheels

    Open a hyperlinked report in new browser window from within a browser

    I am using CR 8.5 to develop reports, which I then "publish" to CE 8.0. This is working fine. On a report, I created a hyperlink so that when the user clicks on the Item Number, it opens up a report that displays a graph of all activity for the last 10 days. This works fine. The...
  4. UNCTarheels

    Selecting a max date and using it in the selection formula

    I am reading a file and as part of the selection criteria, I need to know the maximum date in the file (TransactionDate) and use this to only to select the records that the transaction date is equal to the Maximum{(TransactionDate}). How do I derive this date or retrieve in order to use as part...
  5. UNCTarheels

    Need to modify view/printing issues in CE

    We are having an issue with viewing/printing reports in Crystal Viewer from an internet browser. I created a report in landscape orientation. In Printer Setup in CR, I set the orientation. This works fine. However, when printing from the browser, it takes the users default on the printer...
  6. UNCTarheels

    Monthly Buckets

    I am reading a file that I need to extract Current Period, and the previous 12 monthly periods. I have the transaction date, so I know that I can key off the year and the month. I am creating a CurrentDate field, where this date is the the previous date, such as yesterday, unless it is Monday...
  7. UNCTarheels

    How to switch odbc source on an existing report

    I have created a report with one odbc. Now I need to switch to the same type of odbc (points to the same database), but it is a silent connection. How do I switch odbc connections in a report so that I do not have to recreate the report? A little bit you, a little bit me. [hippie]
  8. UNCTarheels

    Sorting on a Formula field in a group footer

    I need to be able to sort a report by a formula field in a group footer. How do I do that? A little bit you, a little bit me. [hippie]
  9. UNCTarheels

    Grand Total in a Group By line

    I am creating a Inventory Valuation Report, grouped by Product Code. I do not want to display the detail information. I have this part working. What I need to do now, is to create a percentage field on the group line. The percentage is Extended Cost - Group / Total Extended Cost for...
  10. UNCTarheels

    Error with cache in CE 8.0

    I have a report that is being displayed on a web page. When the report is displaued for the first time, I get this error: Error encountered by Crystal PageServer -------------------------------------------------------------------------------- The error message returned is: Data on the Page...
  11. UNCTarheels

    Displaying JPEGS in a report

    I used the sample code from MS to copy jpegs into an Access database for use in a Crystal Reports report. However, I have noticed after the load, the OLE is stored as a package. As a result, when I try to display the image in Crystal Reports, the image does not display. I then added a new...
  12. UNCTarheels

    JPEG/OLE/.Class

    I used the sample code from MS to copy jpegs into an Access database for use in a Crystal Reports report. However, I have noticed after the load, the OLE is stored as a package. As a result, when I try to display the image in Crystal Reports, the image does not display. I then added a new...
  13. UNCTarheels

    Why can't I display csp in a browser?

    I loaded the tutorial sample files onto my apache server. When I type in the domain name/csp filename, (ex Logon.csp), the file cannot be find (404 error). However, as soon as I change the extension to asp, it finds it. The next problem is that the command, APS =...
  14. UNCTarheels

    Error when accessing a CR report from the web

    I tried running the sample report from the web and got the following error: Server object error 'ASP 0177 : 800401f3' Server.CreateObject Failed AlwaysRequiredSteps.asp, line 21 Systemmessage, messageid = 0x800401f3 What did I miss? A little bit you, a little bit me. [hippie]
  15. UNCTarheels

    Virtual Paths

    How do you determine what the virtual path is on CR 8.5? I have the wcs installed on an apache server and ce 8 on a w2k server. A little bit you, a little bit me. [hippie]
  16. UNCTarheels

    Please help - just getting started on CR8.5/CE8

    I have managed to get my CE8 up and running. However, I have not been able to locate the information on how to display a report on a webpage. The idea is that when a user clicks on a hyperlink (image to link), a parameter will be passed to the report and the results displayed to the user. The...
  17. UNCTarheels

    HowTo - displaying Inventory info on a HTML page

    I have managed to get CE 8 and MAS working. I was able to view a report through CMC/ePortfolio. Now, my problem is that I want to display inventory information from MAS onto the web page, such as current price, on hand, and bin location. I wanted to use a CR 8 report for this. How do I add...
  18. UNCTarheels

    CE 8 & MAS 200/90

    I am using CE 8, CR 8.5 and MAS 90/200. My company has several (50+) websites, but I am interested in only a few. I need to display the inventory info when an item on the web page is selected. I have created the report in CR 8.5 and published with CE publisher. When I access the report to...
  19. UNCTarheels

    Newbie to CR & CE

    I know the basics of CR8, but I have been tasked with creating a link from a web page to a CR. I have finally managed to get CE8 working on a linux server and now I need to get the report done. I have created a report that takes a inventory number as a parameter. I need to display the...
  20. UNCTarheels

    Newbie to Crystal Enterprise

    I am installing CR8.0 for our company. We want to be able to access reports from the internet. Our reports and files are on a W2k server and our webserver is a linux based system with the Apache server. I have read the documentation and I have installed the web connectors onto the linux...

Part and Inventory Search

Back
Top