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

    CSS Style Sheets in CE with Charts

    Hey, does anyone know how to apply a cascading style sheet to a chart report? I had some pretty good success in getting CE to apply my style sheet to reports with text, formula and field objects via the DHTML viewer. But I am having some trouble getting the same classes to apply to Charts...
  2. tpaddack

    Passing Date Range Parameter view report viewer

    Hey guys, I'm having some trouble passing a date range to a report via the viewer. I do not seem to have any trouble with discrete parameters, just range parameters. It mostly works. I still have to ad support for multiple parameters, but that's easy. Here is the code, please take a look...
  3. tpaddack

    PromptEX in CE 10

    Hey there, I'm trying to get some data security via using the PromptEX functionality that is referenced in their wed developers guide. Now I see that in lots of places people have used it, and Crystal claims that indeed, it is safe and sound in CE 10. But I feel like Rodney Dangerfield here...
  4. tpaddack

    CE Processing Extension Prompt Help needed

    Hi, I'm using Crystal's Processing Extensions to enforce a kind of row level security and have run into a bit of trouble. I've got my extension to do most of what I want it to do. Right now I'm pulling a user_id parameter (user_id is from the database we are reporting on and delivered when a...
  5. tpaddack

    row-level security

    Thanks in advance for any help. I do apologize for the size of this question, but I could sure use some help and it does not seem to be coming from Crystal. We are starting an effort to implement row-level security on our reports and I really have no clue how to do it. Due to licensing fee...
  6. tpaddack

    Using the JAVA SDK to Logon to the CE 9.0 APS

    I'm having some trouble getting my simple java program to logon to the CE 9.0 APS. I'm using simple code: public static void loadReports(){ IEnterpriseSession es; String user = "Administrator"; String password = ""; String apsName = "apsName&quot...

Part and Inventory Search

Back
Top