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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by tpaddack

  1. tpaddack

    row-level security

    How much work did the Business Views entail? One reason we chose not to use them was because we were not using named users, but using a single signon for all users with 5 CALs. So using the Business Views did not seem relevant. We would have had to re-architect the linkage between our version...
  2. tpaddack

    row-level security

    Glad to help. It ended up being a pretty simple change but it happened in many places. 1) Updated the database views the reports depend on so that they can use security user_id and user_role parameters. 2) Updated the report template so that it offers the user_id and user_role parameters. 3)...
  3. tpaddack

    row-level security

    Yeah, I ended up using the web portal to do it. When the user logs on to our version of ePortfolio, via a link in our application, the user's role and id (for our application) are stored as session variables and then whenever the user runs, schedules or looks at the past history of a report, we...
  4. 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...
  5. 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...
  6. tpaddack

    Passing date range parameters using RAS

    Hey, I've been trying to do the same thing but having a lot of trouble. Did you ever come across a soultion. I can pass Discrete parameters no problem, but these range parameters are annoying as all hell. T
  7. tpaddack

    Please help me understand action items

    Did you ever get any real help on this item? The commnent you got did not really answer your questions. I am currently trying to modify the action item list to add my OWN CUSTOM Action items. I supposed it's to be done in write actions but where all the informaiton comes from I do not know...
  8. tpaddack

    Viewer Problems in CE10- Major Concern!!!!!

    Or perhaps you can just restrict the length of the field to 30 characters using Left(<field>, 30)...
  9. tpaddack

    ActiveX Viewer and Dynamic Parameters - ASP App

    Take a look at the Crystal Web Request and passing parameters via "promptEX" information in the file WebDeveloperHelp.chm or Crystal Enterprise Web Developer's Guide. It tells you all you need to know about passing parameters and choosing a viewer. Unfortunately for me, it does not tell me...
  10. tpaddack

    PromptEX in CE 10

    Yeah, I saw a lot of that kind scuttlebutt on thier forums about CE 9 and CE 10. People are wondering what CE 11 will look like and some worry it may not even be on the schedule. Of course my good friends at Crystal's old office assure us that it is in the works. It should have more hooks...
  11. tpaddack

    PromptEX in CE 10

    Yeah, they sure do not make it easy when you want to do the more interesting stuff. I hit Crystal's Kbase and thier user forums pretty hard but there was remarkably little infromation there. A couple guys were worried that promptEX was removed in CE 10, which had me wondering. Nobody in their...
  12. tpaddack

    PromptEX in CE 10

    I may be blind, but I have read the documentation in crystal's WebProgrammersGuide.chm many times and I do not remember seeing anything about "Prompt User for new value(s)". Anyway, that was the trick. As for the color tags, I was trying to make it look nice for you guys here on...
  13. tpaddack

    PromptEX in CE 10

    Okay, I have reformed my wicked ways. I tried a different report and it worked fine with that report number. The viewer came up with the report required. Thanks! However, when I add the parameter [COLOR=red]&promptex-viewer_id="a"[\color] the system seems to ignore it. This is a string...
  14. tpaddack

    PromptEX in CE 10

    D'oh. Well Okay. I'm an idiot - partially. I was not looking for "viewreport.cwr", not "viewrpt.cwr". But even when I change it to "viewrpt.cwr", I still get errors. Here is the old URL I was using: http://crystal-test/crystal/enterprise10/admin/en/viewreport.cwr?id=1042 here is the new URL...
  15. tpaddack

    PromptEX in CE 10

    Okay. I did not know that. When I go to that web address, this is the error I get: [COLOR=red] Web Component Server Error Bad Parameter [/color red] So I figured it was not available in CE 10. Is there something I have to do to my WCS? Some set of files I need to install?

Part and Inventory Search

Back
Top