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 IamaSherpa 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. Nazgul79

    AdjustTokenPrivilages

    ADoozer: i used strongm's code and added a simple mkdir command after the "msgbox MakeMeImpersonate" command to test to see if it was actually giving higher admin rights and it did add/remove folders from the root c:. i have had problems getting it to work with the registry but feel...
  2. Nazgul79

    AdjustTokenPrivilages

    Guys, I have battled on through the day and perused many tek-tips articles and msdn articles and worked out my problem. I just needed to access the HKEY_USERS keys, which required obtaining the SID number, which i have managed to do so everything is working for me now. So no need to post any...
  3. Nazgul79

    AdjustTokenPrivilages

    Guys, I have got the code to run on a Win2k machine. I have logged on to a Win2k notebook as a local user who cannot write to the root of c:, i run the neat little app and i can add and remove folders from the root c: without any errors etc. so i assume the code works great! However (and isnt...
  4. Nazgul79

    Startup script and security

    In my office every user uses a standard operating environment, so msjro.dll is the same version and in the same place on all PCs. Also, when i was testing the code i listed above i tested it on my PC, which uses the same SOE as everyone else, and just unticked the msjro box in the References...
  5. Nazgul79

    Startup script and security

    I have had a problem with my secured, split database losing its connection to JRO, so I have found some code which checks if the JRO connection is there on startup and if it isnt it adds JRO. this work great for me, as a database administrator, but doesnt run when i log on as a user. the point...
  6. Nazgul79

    Replication and Security

    I have a secured db that is controlled by a mdw file and has about 5 usernames attached, each with a different level of access. I have created a replica of the database that uses the same security and mdw. I am having trouble when it comes to the actual syncing of the Master and Replica. I...
  7. Nazgul79

    Multiple List boxes leading to a query

    I have two "lookup" tables linking into one primary table. i want a from which has two list boxes, one for each table. the user makes a selection in list box 1, and 2 presses a button and the button runs a query which checks the primary table and returns a result in a subform on the...
  8. Nazgul79

    Populating text box with the results of a query

    how would the expression change if the name and email address were kept in seperate tables?
  9. Nazgul79

    Start Menu is missing the Log Off option in Win95

    If you install the desktop enhancements that come with ie4 and later it should change much of the desktop and add the log off button
  10. Nazgul79

    How to setup sound card?.........

    In Start>Settings>Control Panel>System>Device Manager If the Sound card has a yellow circle with an apostrophe in it it proably has a conflict with either a I/O or IRQ. If you can remap the sound card to a free IRQ or I/O it should work.
  11. Nazgul79

    Calender printing problem

    There were two lines in the notes.ini folder. When i deleted the lines the calender could be previewd and printed the way it is supposed to. The lines were: CALENDARSTYLE1=Monthly Style,2,0,0,0,0,0,2,07:00:00 AM,07:00:00 PM,1,3,0,1,3 CALENDARSTYLE2=Weekly Style,1,0,1,1,0,1,1,07:00:00...
  12. Nazgul79

    Calender printing problem

    When a user prints a monthly view of her calender it prints, and comes up in print preview, in the weekly view. this occurs on all pc's she logs into. we use Notes 5.0.5. how can this be fixed so she can print a month, as the week view prints as a week. the problem is not reciprocal.

Part and Inventory Search

Back
Top