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 Chriss Miller 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: IanNav
  • Content: Threads
  • Order by date
  1. IanNav

    wrong MYSQL statement, very easy!!!

    Hi, i have a field called date, and a field called delfg. I'm using this in a php webpage, and it returns no results when i execute it. When i execute it without the [AND delfg <> '1'] part it works fine. there is 1 record in table that has the value "1" in the field delfg...
  2. IanNav

    whats wrong with my statment????

    i have a field called date, and a field called delfg. I'm using this in a php webpage, and it returns no results when i execute it. When i execute it without the [AND delfg <> '1'] part it works fine. there is 1 record in table that has the value "1" in the field delfg. mysql_query("SELECT *...
  3. IanNav

    Windows 2003 sbs, disk was currupt, now sqlserver is @ 100%

    Hi, This morning we noticed that there was a corrupt disk in our raid array. We quickly tried to rebuild the disk on the array, but later discovered it was a faulty Hd. We got onto dell and they are sending a replacement ASAP. - Which is fine. However.... Now a lot of this seem to be wrong...
  4. IanNav

    Retrieving data and populating a combo box

    Hi, I’m sure this is simple one to most people, I just probably been thinking too hard... :) problem : I have a mini CMS I’ve created. As usual i have an add, edit & remove screen for each item. (i.e. products). how do I get a value from my MYSQL and auto select the right one in the combo...
  5. IanNav

    web Traffic solution

    Hi, Unfortunately, I don't know ISA at all well so please bare with me. At present ISA 2004 is installed on our Windows 2003 SBS. We would like to be able to use the web traffic facility to limit and monitor staff internet usage. I know that to control the filtering by user we have to buy...
  6. IanNav

    New to vb.net, need to close a form...

    Hi, I am new to vb.net (but have been using vb6 for a while), and i am trying to do something extremly simple. But it is frustrating me...! Basically i have 2 forms. 1) Loginfrm 2) Userfrm I load the login form, and when i press ok on it i want it to close the login form and open the user...
  7. IanNav

    Multiple search using php

    Hi, On my site i have 3 command buttons labelled Google, Yahoo & MSN. With 1 'search' text box above. I would like to be able to press either of the search buttons and for it to search from the single text box and then open a new window from that specific search. Could you give me a hand in...
  8. IanNav

    Using multiple searches on my site

    Hi, On my site i have 3 command buttons labelled Google, Yahoo & MSN. With 1 'search' text box above. I would like to be able to press either of the search buttons and for it to search from the single text box and then open a new window from that specific search. Could you give me a hand in...
  9. IanNav

    Validating the Value in a textbox against MYSQL Table, then returning

    Hi, I have a bit of an Odd one... And i think its quite hard to explain. I'll try and explain anyway. I am trying to write a simple order entry system. On my main order entry screen i have the following input fields - Media Code - Customer ID - Customer Payer ID (which can be different) -...
  10. IanNav

    Errors on my web page. Can somone please help

    Hi, I have "Done, but with errors on this page" in my status bar. http://www.soul-station.co.uk/test/head.php Could someone have a look at the code for me and tell me whats wrong. I'm assuming its the DIY navi bar i've done. I'm a real newbie for js sorry. Many thanks Ian
  11. IanNav

    Enableing SSL over IMAP4 (Sony Erickson Mobile) in Windows 2003 SBS

    Hi, I am trying to get our Sony ericsson K750i phones to work with our exchange server using secure IMAP4. It all works fine without encryption. (non TLS/SSL). ie the ISA server & NAT table have been configured correctly email can be sent and recieved. Any info would be appriciated...
  12. IanNav

    Retrieve a date from a MYSQL db and format in PHP

    Hi, I'm new to PHP and need some help on a simple problem. I have a variable $data[date]. I would like to the date to display in "dd/mm/yyyy" format I am a vb programmer, and would do it as below in vb. mydate = "2005/11/30" tmpdate = format(mydate, "DD/MM/YYYY") result : tmpdate =...
  13. IanNav

    Linking Windows 2003 Active Directory

    Hi, I am having some trouble connecting another Windows 2003 Server (standard edition) active directory to our Windows 2003 SBS server management active directory (which contains all of our user accounts). When i go through the active Directory setup wizard on the windows2003 standard machine...
  14. IanNav

    IMAP4 setup problem on 2003 SBS ( & mobile phone conenct)

    Dear All, We are trying to setup IMAP4 on our Windows 2003 SBS (using exchange). I have sucessfully started the server (via services & through the server managment console) with no problems. However, i cannot get a response when testing the protocol through outlook express or our mobile...
  15. IanNav

    Access form Newbie needs help!

    Hi, I'm sure this is a very simple question to answer. I am a programmer, but am trying to show an untechnical user how to do something in Access. I would normally write the whole thing in VBA, but don't have the time to do it nor want to baffle them with the science. Can someone tell me the...
  16. IanNav

    How to Reference Multiple Tables/Queries to one Form

    Hi, I have an Access Database that I am playing around with, I need some help to display information I have generated via queries. I am fairly new to access itself (so please be patient), but I do know VB ok. I mainly work with PICK databases though and am getting frustrated not knowing the...
  17. IanNav

    How to Reference Multiple Tables/Queries to one Form

    Hi, I have an Access Database that I am playing around with, I need some help to display information I have generated via queries. I am fairly new to access itself (so please be patient), but I do know VB ok. I mainly work with PICK databases though and am getting frustrated not knowing the...
  18. IanNav

    I need to get rid of the default left table margin

    Hi, I could really do with some help with my html tables (i am still new html - sorry). I have a table within a table and i get a margin space on the left hand side where the inside table joins the outside table. (I hope you're not confused!) I have tried <TABLE ALIGN="CENTER"> please can...
  19. IanNav

    How would i best code a editable news page Not using a database

    Hi, I have a bit of a weird question. I am trying to create a quick News page on this website i am doing for my friend. Sounds simple right.... A couple of drawbacks. We do'nt have alot of money to spend on hosting so we are using reg123's starter package. This doesn't support PHP MYSQL ASP...
  20. IanNav

    THIS IS ONE FOR THE GURU'S - SQL PROBLEM

    SELECT company.mediaredirect. * , COUNT( company_orders.old_orderdetails.id ) , COUNT( company_orders.orderdetails.id ) FROM company.mediaredirect LEFT JOIN company_orders.old_orderdetails ON company_orders.old_orderdetails.mediasource = company.mediaredirect.code LEFT JOIN...

Part and Inventory Search

Back
Top