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 bkrike 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: bkno
  • Content: Threads
  • Order by date
  1. bkno

    Export Report to PDF and RTF format.

    I’m having trouble with converting Crystal Reports to PDF’s and RTF’s, using this code: //save report as pdf in location where it can be viewed in browser repDoc.ExportToDisk(ExportFormatType.PortableDocFormat, strPDFLocation); //save report as rtf for printing...
  2. bkno

    Issue with Multiple Parameter Value in Header

    Using Crystal 10 against Oracle 9 I have created a formula to display selected managers (parameters) in the report header. The parameters have been created in Command in order to place select parameter values into subquerries and allows the users (muiltiple value choice). The formula works...
  3. bkno

    Conditionally color perent field based on percentage

    Using Oracle 9 I have created a table that tracks the performance of our Venders on a monthly basis. Now I have to create a report against that table. I need to conditionally color the background of the % field for Categories 5. 6. 7. 8. base on weather Deeds received is below 79.9 percent...
  4. bkno

    Need Result Set From Two Tables

    I have a report request that needs to show exactly what is seen on the front end (Empower). I’m having difficulty creating a query that will give me the result to satisfy the requester’s needs. The tables Fees and Disbursement sit on a Oracle Database and the .Primary key is the Number field...
  5. bkno

    Result set from comparing two fields

    Hopefully someone can help me. I am developing a report from an Access database. I need to compare all the Loan Numbers in one table to the all of the loan numbers in another table (in the same Access database) and print the values that match. Both fields are string types. Thanks in advance...
  6. bkno

    Report base on 24 hours UK time.

    I am using Crystal 9 and accessing a Remedy database. I am creating a report that will collect data based on table Create_Time from midnight to midnight UK time. The report will be run in the morning so I need time parameter or formula that resemble (create_time > 7:00PM two days ago and...

Part and Inventory Search

Back
Top