Search the web
Sign In
New User? Sign Up
helpwithvb · A group for those who need help with Visual Basic
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 13696 - 13725 of 22583   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
13696
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...
rwfarnkopf
Offline Send Email
Oct 1, 2004
6:54 pm
13697
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...
Sottilaro, Laurie
loriscally
Offline Send Email
Oct 1, 2004
6:58 pm
13698
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@...
Send Email
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...
johnsmiley@...
johnsmiley22
Offline Send Email
Oct 1, 2004
7:27 pm
13700
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...
Rick Farnkopf
rwfarnkopf
Offline Send Email
Oct 1, 2004
9:10 pm
13701
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...
Brian Clark
clarkb003
Offline Send Email
Oct 1, 2004
9:14 pm
13702
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...
Rick Farnkopf
rwfarnkopf
Offline Send Email
Oct 1, 2004
9:54 pm
13703
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...
Steve Manser
tileguy2929
Offline Send Email
Oct 1, 2004
11:07 pm
13704
Hi Guys. This is manuel and I need your help in database. I made a database (Visual Basic 5) works fine on Windows 98 but I installed on Windows Xp...
Manual Camaro
macamaro2005
Offline Send Email
Oct 1, 2004
11:26 pm
13705
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...
Tim Rupp
timrupp804
Offline Send Email
Oct 2, 2004
1:49 am
13706
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...
Steve Manser
tileguy2929
Offline Send Email
Oct 2, 2004
1:50 am
13707
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@...
Send Email
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:...
Rick Farnkopf
rwfarnkopf
Offline Send Email
Oct 2, 2004
10:29 am
13709
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@...
Send Email
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...
Steve Manser
tileguy2929
Offline Send Email
Oct 2, 2004
11:47 am
13711
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$...
Tim Rupp
timrupp804
Offline Send Email
Oct 2, 2004
11:57 am
13712
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...
mindserve
Offline Send Email
Oct 2, 2004
12:05 pm
13713
MessageThank you! ... From: Tim Rupp To: helpwithvb@yahoogroups.com Sent: Saturday, October 02, 2004 7:56 AM Subject: RE: [helpwithvb] how do you stop...
Rick Farnkopf
rwfarnkopf
Offline Send Email
Oct 2, 2004
12:34 pm
13714
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 ... ...
Tim Rupp
timrupp804
Offline Send Email
Oct 2, 2004
1:45 pm
13715
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,...
Joe Wasko
jpwswbug
Offline Send Email
Oct 2, 2004
2:14 pm
13716
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:...
Tim Rupp
timrupp804
Offline Send Email
Oct 2, 2004
2:36 pm
13717
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...
mindserve
Offline Send Email
Oct 2, 2004
2:51 pm
13718
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...
Steve Manser
tileguy2929
Offline Send Email
Oct 2, 2004
5:38 pm
13719
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...
Steve Manser
tileguy2929
Offline Send Email
Oct 2, 2004
5:45 pm
13720
Haven't seen or heard of it...but I'd think your guess of SP2 is most certainly corerect. tim ... From: Steve Manser [mailto:smanser@...] Sent:...
Tim Rupp
timrupp804
Offline Send Email
Oct 2, 2004
6:31 pm
13721
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...
Joe Wasko
jpwswbug
Offline Send Email
Oct 2, 2004
7:35 pm
13722
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,...
Tim Rupp
timrupp804
Offline Send Email
Oct 2, 2004
8:20 pm
13723
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...
mindserve
Offline Send Email
Oct 2, 2004
8:55 pm
13724
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...
Rick Farnkopf
rwfarnkopf
Offline Send Email
Oct 2, 2004
10:09 pm
13725
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...
Richard
alienwebmaster
Offline Send Email
Oct 3, 2004
4:25 am
Messages 13696 - 13725 of 22583   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help