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 dencom 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: FNBIT
  • Content: Threads
  • Order by date
  1. FNBIT

    counting occurance in a inner join query

    Hello, It's been a long time since I have played with Access. I have a list of purchase orders which shows the part numbers and the price of that part at that time it was sold. I want a list of the part numbers with the lowest price and then how many times it was sold. Here is the query I...
  2. FNBIT

    Outlook 2007 pull info from email and send to another program

    Hey Everybody, I am very new to VBScript but I was wondering of it is possible to pull some info from an Outlook email containing a certain subject (specifically a URL contained in the body of a HTML email) then send this to another program? If you can point me in a direction or even if there...
  3. FNBIT

    Slow Network Browsing (1st time then OK)

    I have a Windows 7 Home Premium machine that takes a long time to browse the network after it is restarted or freshly booted. I takes about 3 minutes to find everything once the machine is up and running. During this time I cannot connect to the machine from another machine (XP or Win 7)...
  4. FNBIT

    unable to access Public Folders

    I hope somebody can help me with this problem. I have a client that has a SBS 2008 server. They migrated it from a SBS 2003 and everything has been working well for awhile. However they can no longer access the only public folder they have which contains contacts. They told me it worked fine...
  5. FNBIT

    error checking on php insert statement

    I have an insert statement that is not working. Everything looks good but is there a way I can get a verbose error message on this so I can track down the problem? I am not sure if it is possible to use too many SQL statements. I have one that pulls info from a database then goes through each...
  6. FNBIT

    Problem with file_get_contents

    Hello, I am having a problem that is starting to drive me up a wall. I want to pull a certain site using file_get_contents. However I cannot get it to work the way I want. Here is the code: $Domain = "somedomain.com"; $BingSearch = file_get_contents('http://www.bing.com/search?q='.$Domain)...
  7. FNBIT

    regex question - problems with capitilization

    Hello, I am pulling info from one of my websites using regular expressions. I am in the process of teaching myself regex but I am confused about something. In a certain sections I want to detect if it is in caps or not. For example this works: preg_match('~<title>(.*?)</title>~i'...
  8. FNBIT

    How to reference Yahoo and Bing cached pages?

    Hello, I am creating some code that will extract some code from cached web pages. I have the code working and I can access Google's cached pages but I am not sure how to access Bing and Yahoo. For instance if I want the cached page from Google I would use...
  9. FNBIT

    Outlook Replying with Wrong E-Mail

    Hello All, First of all I posted this with an incorrect title and couldn't see a way to correct it. So my apologies. I have a customer who is using Outlook 2007. He has two email address in which one is an Exchange email and the other is a POP3. The POP3 is setup as the default and we will...
  10. FNBIT

    Outlook 2007 Relaying with wrong email

    Hello All, I have a customer who is using Outlook 2007. He has two email address in which one is an Exchange email and the other is a POP3. The POP3 is setup as the default and we will call it mail@pop3.com for this case. This person would then recieve an email addressed to him via...
  11. FNBIT

    Domain (with same name) Issues

    Hello All, I have an interesting situation. We have a franchise and just started to host our own exchange server on a SBS 2003 Server. Everything works fine except when we want to send an email to another franchise office. Since I put in the domain that is the same as the home office's...
  12. FNBIT

    dependency service or group failed to start

    Hello All, I have a problem I cannot seem to find a working solution for. I have a client that has an HP running Vista Home Premium. Everything was working until one day, out of the blue, an error popped up. (most likely caused by some update) The error is in a Linksys Wireless card...
  13. FNBIT

    Session Problem - This should be easy but since I'm a noob ...

    Hello All, I am starting to play with PHP again. It has been a long while since I have done this. My problem is this: I have a page that assigns a session variable like this $_SESSION['EMail']= $row->Email; I then have another page that is accessed via two header("location: settings. To...
  14. FNBIT

    Port 80 problems

    Hello, I work in IT and have seen a lot of strange things but I cannot figure this one out. I have a client with a SBS 2003 and five XP Pro workstations. Two of the workstations and the server have the same problem. I cannot access pages via http. Https works fine on all the system. The...
  15. FNBIT

    OMA on another IIS server

    Is it possible to have OMA running on a different IIS server than the Exchange IIS server? I only have one static IP and a web server. From what I have read you can not use port redirection because OMA redirects the request one the login is complete anyways. Therefore I think my easiest...
  16. FNBIT

    The page cannot be found on IIS 6

    Hello, I just installed PHP on an IIS server and I am getting "The page cannot be found" when I try to access my index.php page. To test the system out I made an index.html page and copied it to the directory and modified IIS to recognize index.html as the first page to display. This works...
  17. FNBIT

    Mass Updating File System Security Settings

    Hello Everybody, Is there a way to mass update security settings on the file system? Here is what happened. A person who had rights copied a bunch of files and directories to a folder that he has full rights to. When he did this all of the folders he copied over only granted him rights to...
  18. FNBIT

    Block email to all but one person

    Hello Everybody, Is there a way to block a senders email from everybody except one user? For instance let's say that there is company that makes widgets and sends an email to the CEO, CIO, COO, and the sales staff. Then lets say for some reason I only want to let this email through to the...
  19. FNBIT

    Removing GPO's from standalone system

    I have systems that have been removed from a domain that has some GPO's on it. Now these systems crash every couple of hours. It counts down from 60 seconds then reboots. I can duplicate this error by typing GPUpdate from the run command. The error is "Services and Controller App" It is...
  20. FNBIT

    Caller ID to show the direct number on 3300

    Hello All, I am a novice at the Mitel 3300 but seem to know enough to get myself in trouble. Our system shows the main number when anybody calls out of the system. I want to change this so it shows the direct number for each user. How and where do I do this? Thanks!

Part and Inventory Search

Back
Top