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 SkipVought 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. sharapov

    Checking existance of printer in a collection/array

    Hello, I am trying to figure out whether one of the printers from the print server had been mapped already using code below, but I am not having too much luck. Can you help? NOTE: I don’t want to use “For Each objPrinter in colPrinters” statement because I don’t want to iterate through every...
  2. sharapov

    Update Records in a table from another table

    I have a database with two tables (Table 1 called: "DealDocs" and Table 2 called: "TRInvestmentListing"). There are several fields that match in each table, but most of them are not (ex: field "Entity, InvestID, description" exist in both tables, field "Cusip" only exiists in...
  3. sharapov

    Where in Exchange 2003 does "Allow Full Mailbox Access" is set?

    Sam, Thanks for the advice, but setting that you are talking about won’t do what I was asking for. Although you can create an account (that is not part of Domain Admins or Enterprise Admins groups) and explicitly assign "Send as" and "Receive as" permissions to it inside default exchange server...
  4. sharapov

    Where in Exchange 2003 does "Allow Full Mailbox Access" is set?

    Hello, I know that by default in MS Exchange 2003 Domain Admins and Enterprise Admins are exchange 2003 explicitly denied access to "Full mailbox access" My question is where is this explicit setting set? I know how to overwrite it on server, information store and mailbox levels, but I want...
  5. sharapov

    Exporting Global Address List

    markdmac, How can I use MS Access to grab the data from a link table? I need to export all address lists to an excel spredsheet, for management to review. How can I do that? Can anybody help? Thanks.
  6. sharapov

    Finding particular computer on the network

    308win, Thank you for your reply. I can find the mac address, but I really need to find that computer. I think there some sort of malicious software is running on it. Any other ideas? Thanks.
  7. sharapov

    Finding particular computer on the network

    Hello, We have about 200 computers that get their IP addresses via DHCP. All computers have rendomly assighned names during initial installation. I recently noticed that one of the computers on the network is hogging several DHCP IP addresses. How can I find that computer? Can I make network...
  8. sharapov

    Display error message when user tries to add duplicate record into db

    Thank you guys for your help. I figured out where my mistake was.
  9. sharapov

    Display error message when user tries to add duplicate record into db

    That is true, but my script sends some information from the form. That information is storeed in the $_POST variable. and I can't simulate that when I copy and paste query into admin tool.
  10. sharapov

    Display error message when user tries to add duplicate record into db

    Well you can't really check that in the MySQL admin tool because you are not submitting anything with the "POST," but if yo run it normally and show input on the screen, it shows "0" records, where there should be 1.
  11. sharapov

    Display error message when user tries to add duplicate record into db

    It says: Your SQL-query has been executed successfully (Query took 0.0003 sec)
  12. sharapov

    Display error message when user tries to add duplicate record into db

    sleipnir214, I checked the query and it looks fine. (there is no errors) but when I run it inside the code I get "0" as a result when user tries to submit exactly the same information to the database (look at my code above). May be there is an error in my logic, not the code itself?
  13. sharapov

    Display error message when user tries to add duplicate record into db

    sleipnir214 , Thank you for your responce. I rewrote my statement a little bit (see below) but it doesn't seem to be working. I shows there is 0 records when you run it, where there should be at least one. CAn you help? Thanks. $query = "SELECT pos_title FROM $tablename WHERE pos_title =...
  14. sharapov

    Display error message when user tries to add duplicate record into db

    I am letting users add some information into MySQL database via forms. I have set one of the fields in the database as"unique" to prevent duplicate records. What I want to do is to display message to the user when he/she tries to add the same record twice(i.e submit ethe same form with the same...
  15. sharapov

    Let Users that are not in domain access secure website

    jpederson, Thank you for your help. That is exactly what I needed!!!
  16. sharapov

    Let Users that are not in domain access secure website

    No. I don't want them to get accsess to our network. I just want them to be able to go to our web site, enter login and password and check out the information. At the same time I would like to have their e-mail address on file and be able to accsess it through the Outlook. (like...
  17. sharapov

    Let Users that are not in domain access secure website

    I am creating a web site for the company that I work for. We have a Windows 2000 Server running with AD and Exchange 2000. Now I want to give some of the people that are not part of our company access to our web site. How can I do it? How can I set them up? I tried set those people as contacts...
  18. sharapov

    window.location.replace doesn't work?

    MrGreed, &quot;window.location.replace&quot; replaces page history of the page it is called in. If I do something like this <body onload=&quot;window.location.replace('1.php')&quot;> on my 3.php (just like you are proposing) after it is loaded it will replace 3.php with 1.php right away without...
  19. sharapov

    window.location.replace doesn't work?

    Hello, I have a form that I am submiting. What I want is to call &quot;window.location.replace&quot; when form is submited to prevent users from going back to the form by pressing back button. Below is the code I use, however when I submit the form I can still use back button to go the form...
  20. sharapov

    Sarching through names inside dropdown box.

    mwolf00, Thank you for your help. It works fine now.

Part and Inventory Search

Back
Top