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 Mike Lewis 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

    I've found a list now that Outlook blocks by default so I didn't need to worry! http://office.microsoft.com/en-us/outlook-help/attachment-file-types-blocked-by-outlook-HP003085004.aspx Thanks anyway
  6. 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...
  7. 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...
  8. johnisotank

    SendKeys Alternative

    Hi, I wasn't able to get the program to change the directory to my temp folder (just seems to ignore sendkey for that). But instead I got it to save in default directory and then use this code to move the file Rename "C:\my file.xls" As "C:\Temp\MyFile.xls" But the AppActivate code was very...
  9. 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...
  10. johnisotank

    Hostname question for 2 NICs

    This is a Windows Server 2008 in a workgroup. Will that advice above still work?
  11. 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...
  12. 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...
  13. johnisotank

    SQL Between Range

    Hi sorry for late reply, code is SELECT JobNo, InvNo FROM tblJobs WHERE REPLACE(InvNo,'A','') Between 'A10710' And 'A10730' Perhaps I've done something wrong? thanks John
  14. johnisotank

    SQL Between Range

    Hi thanks for that, just tried it but unfortunately it still brings in those 2 invoices?
  15. 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...
  16. johnisotank

    Setup OWA Forms Based Authentication

    Hi again, reason for the forms not working was because we weren't using SSL - didn't realise forms dont work without that. Setup SSL and forms working great now. Thanks John
  17. 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...
  18. johnisotank

    Setup OWA Forms Based Authentication

    Thanks a lot for that Pat, ill take a look when i get chance. Fingers crossed you wont hear from me again! cheers john
  19. 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...
  20. johnisotank

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

    Hi, thanks very much for that - I am sure that will work and I appreciate the quick response but I have just been informed of something that may make things simpler (or not!) There is in fact only ONE TABLE. It has 3 columns (Code, Value, Group) There are 2 possible Group value (1 or 2)...

Part and Inventory Search

Back
Top