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: *

  • Users: JennL
  • Order by date
  1. JennL

    Modify parameter before sending to command

    We have a report that does a recursive SQL lookup based on part number(s) entered into a parameter value. The users are supposed to put a single quote around the part numbers but tend to forget then call because the report is busted. It would be easy to fix if I could just have the SQL Command...
  2. JennL

    Color Coded Map of Counties

    I know you can map sales by country, then put a layer in to view the counties in Crystal. What I would really like to do is produce a color-coded map showing the county borders and color-coded by sales area. This would replace a powerpoint slide a secretary has to update every time we...
  3. JennL

    ASP get Distinquished Name from Active Directory

    PH You're my hero!!! Thank you so much for the help! It works beautifully!
  4. JennL

    ASP get Distinquished Name from Active Directory

    Thanks for the suggestion PH - I think it will help to troubleshoot this further. The fields collection shows Fields 0: distinguishedName;sAMAccountName= Fields 1: name=cratest Since I "borrowed" the code off the Google groups I'm not sure exactly what it does - but I think the problem is...
  5. JennL

    ASP get Distinquished Name from Active Directory

    I am using the following script to see if a user that logged into my webserver has a domain account (I'll substitute "username" for the person that is actually logged in eventually). What I really need to do is find out which container the user is in and set some variables based on that...
  6. JennL

    Location Replace without bringing window to focus

    Tsuji, I'm working with your code and getting an error that y.focus() is unsupported. Did it work for you? Jenn
  7. JennL

    Location Replace without bringing window to focus

    Dan, I don't think either option would work in my situation. The "popup" is actually a crystal report rendered through a third party object which I can't access the code on... If I try to re-open it I would have to resubmit the form and be caught in the same loop. I will mention your...
  8. JennL

    Global.asa not firing on Secure Site

    -- RESOLVED -- I didn't release this only fired if someone hits an ASP page... oops! I had only tested by going to static pages. It is now working fine. Thanks!
  9. JennL

    Global.asa not firing on Secure Site

    I saw that article too - but disregarded it since its for IIS3 (hopefully they fixed it by IIS5!). Also, the website allows anonymous access at the root and image directory - then blocks all other directories. The global.asa file is in the root with anonymous access. Since this is a live site...
  10. JennL

    Global.asa not firing on Secure Site

    I'm running IIS5 on Win2k server. There are 2 websites pointing to the same directory (one is an intranet with anonymous access, the other is external with SSL and login required). The global.asa is in the root and both websites have the root as an application. Anonymous access is set on...
  11. JennL

    Location Replace without bringing window to focus

    I am using a passthru page to determine what type of form to include(closed or open). I have to keep the 2 different forms since they access different tables, parameters, etc. When I submit the form I use a new window as the target and want to replace the passthru page (order_lookup.asp) with...
  12. JennL

    OnUnload Event not firing in IE 5.5 SP1

    Found the answer, figured I'd share in case someone else runs across this. The engineer was using the Yahoo! desktop toolbar. This installs with popup blocker automatically enabled as default. You can opt to allow popup windows on the internal network. This fixed the problem.
  13. JennL

    OnUnload Event not firing in IE 5.5 SP1

    I am writing code that allows users to display a list of available part numbers and lets them reserve them by checking the boxes and submitting. To prevent multiple people in the app from reserving the same parts, I have a lock flag I put on the file. While the list is displayed, the flag is...
  14. JennL

    CE10 - Windows AD security not available?

    Assuming you took the default install directory, run: regsvr32 "C:\Program Files\Crystal Decisions\Enterprise 10\win32_x86\plugins\auth\secWinAD\secWinAD.dll" You'll also have to sign into the Admin CMC via Enterprise and enable Windows AD authentication under Manage -Authentication.
  15. JennL

    CE10 - Windows AD security not available?

    I have the file system right set correctly (even had an independent security audit on it). Situation: /intranet/secure_sales/order.rpt supplier group DENIED access to secure_sales folder and inherited rights verified. Put the rpt in a url, get a windows log in. Log in as a supplier and...
  16. JennL

    CE10 - Windows AD security not available?

    Unfortunately CE/ePortfolio isn't robust enough to handle our currently deployed CR web. We have a third party that dynamically sets and passes parameters at login - Business Objects came up with excel spreadsheet parameters tied to a business view as a workaround, but that source couldn't be...
  17. JennL

    CE10 - Windows AD security not available?

    Thought I'd write back with the solution. The DLLs were there but for some reason they didn't register. I registered them and was able to get at the AD security tab - then import the applicable AD group. Unfortunately this did not resolve the original issue. As long as a user authenticates...
  18. JennL

    CE10 - Windows AD security not available?

    I ran through a "modify" install with CE and was not given the option to add the plug in. I made sure everything was installed and am still getting the error message. Where do I get the secWinAD.dll???
  19. JennL

    CE10 - Windows AD security not available?

    I thought I was logged in as a local administrator when installing CE10 Pro, but the Windows AD plug-in was not enabled by default. In the CMC I get the error: "The secWinAD security plugin is not available. Please contact your system administrator for details" I found how to download/install...
  20. JennL

    Crystal Web URL Commands - INIT

    Does anyone know if / how to call the "Interactive Viewer" through a URL command? I have CE10 Professional and CR10 developer installed on a server running Win2k server / IIS5. When I use init=dhtml the html viewer comes up. The "Interactive Viewer" looks much better and the export works...

Part and Inventory Search

Back
Top