Hi, I had a program this week to code that creates an email to differnt people. It works great except for an annoying pop up window announcing that "A Program...
Sounds like some sort of virus protection to me, I hate to say.... :( If so, I'm not sure there's anything you CAN do about it... Laurie ... This e-mail may...
The later versions of Outlook have a build in check to see if you really have sent some thing from another program This is done to prevent a virus from sending...
Edward Myerson
emyerson@...
Oct 1, 2004 7:14 pm
13699
Hi Rick The idea behind this is to let you know if a clever virus writer is using your email to generate messages. I use Eudora Pro to send out emails through...
I'm using Outlook 2000 - it's on our network. I have to find a way to get rid of these msgboxes and just let the email go through. Yes, it is a warning that's...
To all, Thanks for the replies. I will have to think about them and give it some thought. I like the idea of using sourcesafe to do the tracking for me, but...
MessageEd, What ever you sent me was blocked and I can't get to it - it says under my title that someone has sent me some pictures - but when I click where it...
Hi Rick, I've not yet looked, but IIRC there is a way to override that notification, but it may be rather complicated, and it might be quite involved. It does...
In order to avoid the Warning dialog box, use the following code to obtain the name of the CurrentUser property: Function GetCurrentUser() Dim objTopFolder As...
Just to add a bit more to this thread..... I know how to do this, but I don't think that it is the type of information that we should be freely passing around...
Hi Brian, ... The biggest advantage to SourceSafe is integration with the IDE. You can easily see in the project window which files you have checked out and...
Adelle L. Hartley
adelle@...
Oct 2, 2004 8:17 am
13708
MessageThanks you Tim - I'll get it a try Monday. Have you done this successfully? rick farnkopf ... From: Tim Rupp To: helpwithvb@yahoogroups.com Sent:...
Hi Manuel, ... This is just a guess, but if your program uses the Data control, then the control's DatabaseName property will have the full path to a database...
Adelle L. Hartley
adelle@...
Oct 2, 2004 10:56 am
13710
......another possibility might be this: Many times we might download a sample from the Web, or we might be sent a sample, from a friend, and the Data Control...
Myself, no. That was found on MSDN. I also remember a conversation on another list about this problem. It's a result of the security patches that M$...
Good morning all, I have a combo box on frmworkorder named cboemployees. The user selects an employee from the drop down list. I also have a button on the form...
MessageThank you! ... From: Tim Rupp To: helpwithvb@yahoogroups.com Sent: Saturday, October 02, 2004 7:56 AM Subject: RE: [helpwithvb] how do you stop...
My question: Why have the combobox at all on the labor form. You've already selected the employee...maybe I don't understand the whole application. tim ... ...
All, What is the easiest most reliable way to determine that a value is a whole number and can be used as a long. Example 1.25 = No, -3.5 = No, 234535 = Yes,...
Write a function to check if it's integer and check to see if the value is between the limits of a long. tim ... From: Joe Wasko [mailto:jpw@...] Sent:...
On workorders you have a combo box with the entered by employee. You have a listview and add labor and edit labor. These bring up the form addlabor which is...
Hi Tim, ... I did a small VB Project last night, for sending e-mail from the VB App through MS Outlook, and I now encounter Two [ 2 ] Dialogs from the...
One other thought Manuel.... Does the machine that has XP Pro as its OS, also have the Access Version installed ? Thanks, Steve ... From: Adelle L. Hartley...
Hi Tim, Let me explain in more detail my situation. The function I am writing will receive a string as the input. I will then run a battery of tests to...
Better way...short of insuring that the input at the front end is a long integer...well, no. tim ... From: Joe Wasko [mailto:jpw@...] Sent: Saturday,...
I just have to lock the combo boxes and make sure they load to the same employee...ureka! it works stanley. ... ===== Where all men think alike, no one thinks...
MessageThese are the two that I was talking about - the first one I got rid of ... but the second one I can't deal with - yet! Still planning on using 2...
isn't there some SetWarnings macro/Flag that you can set to false? I have seen this code work before: DoCmd.SetWarnings = False Check if that works. Hope this...