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 strongm 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. johnisotank

    Emails from Yahoo being rejected (550)

    Hi everyone, seemingly every email that comes from yahoo's servers are being rejected and I was hoping someone could help me figure out why.. This is an exert from one the rejected emails.. 17/05/2012 14:31:23 77.238.189.59 nm2.bullet.mail.ird.yahoo.com HELO - +nm2.bullet.mail.ird.yahoo.com 250...
  2. johnisotank

    Outlook 2003 - How to call an Application

    Hi, I've tried in a previous post but got no luck so I'm taking another approach. In Outlook I am using the following procedure.. Private Sub Application_ItemSend(ByVal Item As Object, ByRef Cancel As Boolean) I have another procedure right underneath this and I would like to be able to call...
  3. johnisotank

    Outlook Application_ItemSend when sending from other applications

    Hi, really hope someone can help with this please.. I am using Application_ItemSend to check some things before user sends an e-mail. To keep things simple lets say my code simply shows the user a msgbox with the subject of the email Private Sub Application_ItemSend(ByVal Item As Object...
  4. johnisotank

    Delay external email but allow immediate internal email

    Hi, I was wondering if the following scenario was possible. An e-mail is sent out to 2 recipients. One is an internal email address and the other is external. The email gets delivered to the internal address immediately but the e-mail to the external recipient is delayed for 5 minutes (with the...
  5. johnisotank

    File Types that can delete files

    Hi, I am looking to compile a list of file types that could do damage to PCs (i.e delete files etc..) in order to block them from being received via e-mail. I have the list below and was wondering if anyone could add anything else to the list please.. .pif .scr .com .vbs .bat .bin .reg .js .exe...
  6. johnisotank

    Web Pages not updating to current version

    Hope someone can help with this. We are running an Intranet off a Windows 2000 server box. When some clicks on a link (say a PDF contact details page) it shows up no problem. If this PDF is replaced with an updated version (same file name) then the user doesn't see this new version (only old...
  7. johnisotank

    SendKeys Alternative

    Hi all, desperately need some help for this please. I have an Excel macro which has been running on my XP machine fine for years. I have now switched to Windows 7 and the SendKeys function no longer works properly. I need a workaround please. The code is supposed to 1. Send a print of my...
  8. johnisotank

    Hostname question for 2 NICs

    Hi All, I have a server that has 2 NICs. At the moment one is not used but I have plans for it. I can go in to detail about why if needed but my question is.. the servers hostname is SERVER01 and the IP address is 192.168.1.1. I would like to enable the second NIC with an IP address of...
  9. johnisotank

    Can ping but can't browse in IE or FireFox

    Hi, pls can someone help with this.. I am running Vista 32 bit and can get ping replies from IP address and www.google.com My default home page fails (microsoft) so I then type in www.google.com and it says page cannot be displayed and then the address bar entry which was www.google.com is now...
  10. johnisotank

    SQL Between Range

    Hi All, could someone help me with this please.. We have an invoices table where the invNos are like 'A10710', 'A10711' ETC... I am running a select statement saying give me all the jobs where InvNo between 'A10710' AND 'A10730'. This does give me those records but it also pulls in the...
  11. johnisotank

    Exchange NDR not giving reason

    Hi, could someone help with this please.. If someone sends an email to a user who doesn't exist in our Exchange they get the following reply... -------- This is an automatically generated Delivery Status Notification. Delivery to the following recipients failed. -------- It doesn't tell the...
  12. johnisotank

    Setup OWA Forms Based Authentication

    Hi all, I set up our exchange server about a year ago and in my rush to setup OWA it ended up like this... user goes to web address and a pop up asking for username and password appears (Saying Basic Authentication). I have seen other OWA that look a lot more professional as forms based...
  13. johnisotank

    Look at 2 tables and pull value from only one other tables

    Hi all, could someone explain how I get this please.. TableA has fields 'Code', 'Value' TableB has fieds 'Code', 'Value' I want to query both tables and say this... If value from TableB = 9999.99 then give me the value from TableA. So with the following data.. TableA Code, Value 1A, 50.00...
  14. johnisotank

    Outlook 2003 - struggle to add some addresses to address book

    Hi all, Could someone tell me if I am doing something wrong. In Outlook Express I was able to easily right click someones name who has been addressed in an email and add them to my address book. In Outlook though it seems that a lot of people copied in are simply shown with just a name and...
  15. johnisotank

    Draytek 2820n - Disable internet access for all

    Hi, would someone be able to help me with this pls.. We have an ongoing BT ADSL problem where the connection speed will drop dramatically for long periods and also disconnect. (I am gauging this with the ping tool. On a good day the reply is 50-60ms but increasingly we are seeing long periods...
  16. johnisotank

    Contacts

    Hi all, would someone be able to advise on this please.. We have about 10 managers and I've been asked to come up with a way so that if one of the managers creates a contact with all the details, they can update the other managers address books. I am aware of the public folders which people...
  17. johnisotank

    Firebox VPN - Always On

    Hi, I am using a firebox 500 and I've set up a connection to a remote office (Remote office has a Draytek Vigor). Problem is that someone at the firebox office needs to initiate the call to them for them to come back into us. Is there a way to set an outgoing vpn as always on? Thanks John
  18. johnisotank

    Select column output based on 2 fields

    Hi, could someone help with this please.. I have a tblJobs with the following columns 1. JobNo 2. Status 3. InvoiceStatus I would like to run a select query that says 'If the InvoiceStatus is 'I' then display 'Invoiced' else display the value in the Status box. So the following jobs...
  19. johnisotank

    Advanced Ping Tool

    Hi all, can anyone recommend a (ideally free :-) ) tool that can. ping an IP address all day and a) Send an email if it doesn't respond for x amount of pings and b) Send an email at the end of the day with a summary of the days ping performance. I;m using Colasoft CoolPing at the minute...
  20. johnisotank

    SQL Left Join

    Hi, could someone point out where I am going wrong here please. I am trying to join two tables (tblJobs and tblNotes) I want to pull in 'JobNo' field from tblJobs and 'Notes' field from tblNotes only if the tblNotes.Type='I'. They join like this.. tblJobs.Job_UniqueKey=tblNotes.UniqueRef I...

Part and Inventory Search

Back
Top