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 strongm 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. beanwen

    Hi, is it possible that to show the

    If go with 'Hide(Dirlldown-OK)', another page or window will generated when click on the group. What I really want is the expand feature; click the group, regenerate the same page with detail information. Any thoughts? Thanks, Ben
  2. beanwen

    Hi, is it possible that to show the

    Hi, is it possible that to show the group and hide the detail section, and when click the group, then expand and display the details? Example, open the report to show department name (group title), after click on one department, then show up all the employees information in the department...
  3. beanwen

    Anyone know how to pass a logon and password to LOGON.CSP?

    It is SSO (single sign on) related. You may consider: 1. LDAP, ADS. 2. NT Authenticaion. 3. Customized SSO, like the hidden form. Regarding #3, you could auto submit the hidden form, then in the handler page to read the form variable and put it in session. ( There are two sessions, ASP session...
  4. beanwen

    Authentication carrying to Subreport?

    Assuming you are using unmanaged reports, that means without CE. And what the popup asked for? If that is Database password, you can stored the password in registry. If not, then what is the id/password used for? Gook luck.
  5. beanwen

    Exporting SubReports

    I am using CR8.5 and CE8.5. There are serveral scenarios may have similar issue: If the subreport is not view on demand, I can export the main report with the subreport contents in CR8.5. Haven't try with CE8.5, thought it should be fine. If the subreport is on demand one, I can export the...
  6. beanwen

    Can't not print with Illustrator 10

    I got the same error message, when I tried to print preview a .EPS file in Illustrator 10.0.3 for Mac OSX. I didn't install any printer. Any one can shed some lights? TIA.
  7. beanwen

    RAS - CR9 - AS/400

    Because RAS9 + CR9 are called unmanaged reports. CE9 will give you this feautre. Or refer to sbdavis' thread782-474841. Good luck, Ben
  8. beanwen

    CR8.5 to CE8.5 Publisher Not Working?

    You don't need admin rights to NT server, but do need admin rights to CE server. Or at least, change reports rights. Also check you were using NT authentication or enterprise authentication. Good luck.
  9. beanwen

    How to use ProcExtension / allert failed schedule

    Hi Andre, You can save the compiled dll to the process extension folder like C:\Program Files\Crystal Decisions\WCS\ProcessExt. (It depends on how you install CE) Then you can register the dll in CE CMC, remember only put the name like simpleClient, without path and file extension. For the...
  10. beanwen

    Update Existing Reports in CE 8.5

    Brian, I havn't tried with the Crystal Publishing Wizard. Does it update the report templates as well as keep all the old instances? I will have a look into it. Thanks, Ben
  11. beanwen

    Update Existing Reports in CE 8.5

    You can update it from the server or PC. The key is you have to install CR8.5 and CE8.5 update for CR8.5, like Brian mentioned. There is one limitation on this route, you only can update the report one by one. I have a script(VB form)which can let you export / import bunch of reports templates...
  12. beanwen

    Active DIrectory Integration etc.

    As I knew, CE8.5 didn't support ADS, but support other LDAP service like iplanet, you may check it at crystaldecisions.com to see if it supports NDS. Also I heard CE9.0 supports ADS. NT authentication is different with LDAP, you can find it with CE docs. Regarding to heirarchical...
  13. beanwen

    "Failed to export the report."

    Check the version of Crxf_pdf.dll, if it is version 9 something. You need go to CD suppport site to download a product upgrade to fix this one. The reason is some of the CE8.5 monthly patch files replaced the original Crxf_pdf.dll with version 8.5. Try it, cheers.
  14. beanwen

    Anyone Used APOS Distribution Server

    Yes, we are using the APOS distribution server at NT4 with CE8.0. We use it to send batch reports to network printers. It is quite stable. And we are going to migrate to CE8.5, which has builtin distribution server. It will let us do the same thing. Cheers.
  15. beanwen

    CE8.5 Jobs are Pending and never starts

    What DB are you using ? SQL Server? Why you have changed the Job server account to match the Page server account, which is a Domain Admin ? Do you mean you using the Domain Admin to restart the Jobserver.exe service ? Try to use a local admin account to restart the Jobserver service. Also you...
  16. beanwen

    How to write a daemon in java ?

    Hi, I am new here, one question: How can I write a daemon in java at Solaris ? I know it is achievable in c/c++, not sure about java. Welcome samples. Thanks, Bean
  17. beanwen

    two si_starttime

    I installed CE85 recently, found there were some strange situation: There are two si_startime inside the infostor object, one is for infostor property, another is for infostor.schedulinginfo. And for one instance of sample report (like World Sales Report), one si_starttime was like '10/28/2002...
  18. beanwen

    How to disable the refresh button of CRViewer?

    How about change the report viewer in case you are using CSP?You can disable the refresh button at c:\program files\Seagate Software\Web Content\Viewer\en\toolbra.html, please correct me if I remembered wrong. Bean
  19. beanwen

    Scheduling .exe files in CR Ent 8 Standard

    You may use a exe file wrote in VB, and run the exe file at Task Scheduler or Win At. The exe file can use Infoobject's schedule methods to generate your report instances. I heard CE8.5 has a distribution server which can be used to send report instances to network printer, to email.
  20. beanwen

    CE8 Scheduling Report to different formats

    Thanks all. Could I ask another similar question? I know how to schedule a report exporting to PDF format now, but how can I schedule the report to PDF format and print it to network printer at CE?

Part and Inventory Search

Back
Top