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

  1. Bontebok

    "Roaming" user certificates?

    Greetings, Is there any way to allow "roaming" of user certificates when users log into different machines in a non-roaming profile environment? We are implementing EFS and I noticed that each time I log into another computer, the auto-enrollment is issuing me a new certificate each time and...
  2. Bontebok

    crystal report hitting database before I type in the password?

    My guess is that the TestConnectivity method is run by default first to check credential-less database connections or possibly trying to authenticate using NT pass-through authentication. This is probably something that will always happen unless you supply the RDC/.NET components with a login...
  3. Bontebok

    Web reports w/ subreports using crystal 8.0?

    Solved! When I changed the subreport from an on-demand subreport to a regular one, it crashed the activex viewer when it ran. I ran ethereal and captured the packets coming back from the rptserver.asp, I found the following error: CRXDRT Error Occured on Server. -2147192184 : Server has...
  4. Bontebok

    Web reports w/ subreports using crystal 8.0?

    Hi All, Recently a contractor developed a report that uses a subreport to drill into unrelated data. Unfortunately it is too late to avoid this report as he has already shown it to too many people. As a result, I have been told to put it on the intranet (using rptserver.asp). The main...
  5. Bontebok

    Group sorting problem

    Hi Madawc and lbass, thanks for the replies. Madawc, I could not understand how to exclude the null time-start (timefrom?) in your statement. lbass, interesting solution but unfortunately, the position of the data and number of line items varies from 1 to 4 and the important row is not...
  6. Bontebok

    Group sorting problem

    Hi All, I am having trouble coming up with a way to group detail rows together and sort those groups based on the value from one row in the detail records. Example: order z_row timefrom showtime ----------------------------------- 1 1 10:15 NULL 1 2...
  7. Bontebok

    Renaming data labels on a chart

    I did exactly what you said, but I can only format the item, there is no option to edit the label. Must be available in newer versions of Crystal? Thanks, Bontebok
  8. Bontebok

    Renaming data labels on a chart

    Is it possible to rename a chart's data labels? I am using the advanced layout option in the Chart Expert to group values by day from many formulas. The labels are named "Sum of @Arch" and "Sum of @Crunch". I'd like to remove the Sum of, and the @ prefix if possible. I am using Crystal Reports...
  9. Bontebok

    Saving individual frames as multiple files

    Thanks Nate, Took some time but I went ahead and did it that way. I was looking for a faster solution.. *shrug* Bontebok
  10. Bontebok

    Saving individual frames as multiple files

    Greetings, I have 37 frames set up in ImageReady that I would like to save out as individual files. Does anyone know if this can be done without saving it as a gif animation? Thanks, Bontebok
  11. Bontebok

    Using a Windows 2000 DNS on Mac OS X

    The problem is caused by Rendezvous which reserves the .local tld. Patches are available from Apple, but we have not tested them yet and they may impact the use of Rendezvous. Bontebok
  12. Bontebok

    Gremlins in AD? Security settings reset

    We have looked at the Domain Policy, we can't find anything wrong. If I make the change on one of the Domain Controllers, replicate to the other, both DCs will have the correct copy. Then about 30 minutes later, the security setting is removed. This is really confusing. Any ideas?
  13. Bontebok

    Gremlins in AD? Security settings reset

    Hello All, I'm trying to give permission to the "Account Operators" group over a user object in AD. Everytime I do, about 30 minutes or so later, the setting gets reset and I have to go back and set it again. Does anyone know what is causing this setting to get reset and how to...
  14. Bontebok

    INSTEAD OF UPDATE Trigger not working

    I have created two views. The first view obtains records from Active Directory via an OPENQUERY() call. CREATE VIEW AD AS SELECT employeeid, sn, givenname, adspath, objectGUID FROM OPENQUERY(adsi, '<LDAP://OU=Corp...
  15. Bontebok

    Using a Windows 2000 DNS on Mac OS X

    Ok, I will look at that setting. Let me give a bit more detail, I look at what I wrote now and I can see the confusion. Our two DNS servers are authoritative for our local domain &quot;aqua.local&quot;. Those DNS servers are also set up using the root cache and forwarding, so they will also...
  16. Bontebok

    Using a Windows 2000 DNS on Mac OS X

    Hi Everyone, We have a couple of Macs here in a completely Windows environment. Each of the Macs run Dave for file and printer access. We have DNS running on two Windows 2000 boxes which are authoritative for our local domain (aqua.local). All of the Mac's were configured using DHCP and...
  17. Bontebok

    How do I create a shape layer w/ brush stroke

    How do I create a shape layer that strokes a path with a brush? Thanks, Bontebok
  18. Bontebok

    Basic structure of my dhtml calenda

    Basic structure of my dhtml calendar date picker: <form ...><input type=&quot;text&quot; name=&quot;date_input&quot;></form> <div id=&quot;date_picker&quot;> <iframe id=&quot;date_picker_iframe&quot; src=&quot;datepicker.asp&quot; /> </div> Functions like a standard date picker; click on an...
  19. Bontebok

    Referencing a parent element

    Basic structure of my dhtml calendar date picker: <form ...><input type=&quot;text&quot; name=&quot;date_input&quot;></form> <div id=&quot;date_picker&quot;> <iframe id=&quot;date_picker_iframe&quot; src=&quot;datepicker.asp&quot; /> </div> Functions like a standard date picker; click on an...
  20. Bontebok

    ADSI, ASP &amp; ADO

    VBGuy, I am having the same problem. If I enumerate a group in ADSI, it is very slow. I thought this was because we were using an NT 4 Domain, but we have recently upgraded to Windows 2000 Active Directory and the query runs just as slow. Did you ever figure this problem out? Thanks...

Part and Inventory Search

Back
Top