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 bkrike 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. WelshTeckie

    Outlook Message View

    Hi, I have a problem with Outlook 2007 where when I click send and receive, it may say receving 5 new emails, but only 2 will be visible in the inbox. If I goto "View - Current View - Unread messages" then I will see al five. But if I goto "view - Current View - Messages or Messages with...
  2. WelshTeckie

    Connecting to outside MySQL Server

    Hi I am trying to connect to a mysql database from another site not held on the same server. I am using :- $dblink = mysql_connect($dbHostname, $dbUsername, $dbPassword) OR DIE("Error !! Unable to connect to database"); But I am getting the error :- Warning: mysql_connect(): Access denied...
  3. WelshTeckie

    3 columns in explorer

    Hi All, I have a problem with explorer. I have a table set up so that it has 3 columns and I want the 2 on the left and right to have a set width then the middle one to fill in the space depending on the screen size. All other browsers understand the 100%, but explorer closes in around the...
  4. WelshTeckie

    Refrencing Dynamic Text

    Hi, I am trying to change text from a click of a button in another scene. I have got it working in the same scene by using the following buttonname.onRelease=function(){ DynamicTextName.text="new text."; } But I need the text to be in another scene. Is there a way to code...
  5. WelshTeckie

    Getting files from FTP sites

    Hi, I need to set up a php page that connects to a ftp site and get information from a txt file and displays it. At the moment I'm struggling with getting connected! (not a good start!) Can anyone help, I am still a basic coder when it comes to php, so here is my code $conn =...
  6. WelshTeckie

    Image Popup On Top

    Hi, I'm try to achieve this http://www.moneytreesystems.com/css/picpopup.html or this http://www.dynamicdrive.com/style/csslibrary/item/css-popup-image-viewer/P80/ whilst also using example one of this http://www.dynamicdrive.com/dynamicindex4/stepcarousel.htm The problem I am getting is...
  7. WelshTeckie

    iFrame Transparency

    Hi, I have managed to get my iframe transparent and looking top. But now me being fusy I want the images in the i frame not to be transparent. Is there a way of having the iframe with the transparency and selecting a few items inside that page to have a setting "transparency=none"?? thanks.
  8. WelshTeckie

    Use string in VBA syntax

    Hi, I was wondering is there a way to use a string as part of a command in VBA. What i'm trying to do is, I have many labels with the same name like Label1, Label2, Label3, etc and I want to use a for loop to go through each label and do the same thing to all of them, somthing ike this.. For...
  9. WelshTeckie

    Distinct Records

    How do specify to only retrive distinct records from the database, I cannot find it anywhere. Thanks
  10. WelshTeckie

    Hiding Blank Fields

    Hi There, This is probably the simplest thing, but I am totaly new to CR so I have no idea how to do even the most basic things. So here's what I'm trying to do. I have figured out how to supress the "Detail" sections if its blank. But I have have 3 fields in "Details a" which are Title...
  11. WelshTeckie

    Delayed Mail Blocking

    Hi, As a redundancy for our exchange server I have signed up for a mail queuing system where the mails are sent to another server if ours goes down. And last weekend it went down for 3 days. When the server came back online I contacted the remote server company to check if the mail was on...
  12. WelshTeckie

    SendObject

    Hi, I am trying to send an email from a form in access and I am trying to send a specific html file as a template for the body of the email, but I can't get the code right, is this possible or am I just barking up the wrong tree, here is the code I have tried DoCmd.SendObject , , , , ...
  13. WelshTeckie

    Loosing Internet

    Hi, I have a problem with SBS 2003 right now, where I am loosing internet frequently throughout the day where I cannot get a web page but my outlook stays connected and when I check the server it can load a web page but users cannot? Is there a service that might be not working properly, I...
  14. WelshTeckie

    VPN error 721

    Hi, I have been having trouble with our VPN, I have setup everything as normal on the server and forwarded the ports 1723 47-51, and 500. and the user account has dial in access, I have done some research on the error code and all I can see is check the NAT and check the user account settings...
  15. WelshTeckie

    CPU temp

    Hi, I have a FX-55 AMD and it is starting to run around 70 degrees when I am running my pc with graphics. This seems rather hot to me, does this mean its on itsway out? Is it an exceptable temereture? can it damage my motherboeard? any advice would be greatfully received! Thanks.
  16. WelshTeckie

    Receiving Delay

    Hi, I having been having a problem with mail being delayed in receiving to my single exchange 2003 server, sometimes up to 10 hours. Here is an example of a header:- Microsoft Mail Internet Headers Version 2.0 Received: from s85444.reedusdesign.com ([83.138.191.218]) by svr1.mycompany.lan with...

Part and Inventory Search

Back
Top