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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 14574 - 14603 of 22571   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
14574
Okay, so I've got a program that writes to a log file and all, and even puts it down in a directory I specify. However, I'd like to be able to universally...
Chris1448@...
Send Email
Feb 1, 2005
6:40 pm
14575
I was about to suggest app.path but don't think that would work for what you are asking for. It sounds like you'd have to determine what Windows version it is...
Chris W
fuzzduckie
Offline Send Email
Feb 1, 2005
6:57 pm
14576
Thanks just the same, Chris, for your time! I'm going to assume WinXP is installed I guess if I have to pick one. I'm not completely sure how to do what ...
Chris1448@...
Send Email
Feb 1, 2005
7:12 pm
14577
Okay, here's another question. For whatever reason, my code is not set up properly to where the application recognizes that I want it to do such and such ...
Chris1448@...
Send Email
Feb 1, 2005
7:36 pm
14578
You should use the (air call) GetSpecialPath API call. You can either get the windows temp directory, or the users "My Documents" folder, and it resturns the...
Alan Segal
alansegal1
Offline Send Email
Feb 1, 2005
7:39 pm
14579
I THINK its in this part of the code... Unload frmMain Exit Sub End Select Unload Me Should it not read.... End Select Unload frmMain ? (I will happily defer...
Chris W
fuzzduckie
Offline Send Email
Feb 1, 2005
7:48 pm
14580
I am unfamiliar with that and/or how to use it. Can you please give me an example? Thanks in advance! Chris In a message dated 2/1/2005 2:49:14 P.M. Eastern...
Chris1448@...
Send Email
Feb 1, 2005
7:50 pm
14581
Out of curiosity, is anyone else getting these e-mails when you send a message to the list? Every time I send a message to _helpwithvb@yahoogroups.com_ ...
Chris1448@...
Send Email
Feb 1, 2005
7:57 pm
14582
Steve M or somebody else did last week or not that long ago and was asking the same thing. NOW I know why I got two of these just this afternoon alone (waits...
Chris W
fuzzduckie
Offline Send Email
Feb 1, 2005
8:10 pm
14583
Chris, I cannot locate my example at the moment, but take a look at http://www.thescarms.com/vbasic/specialfolders.asp (The call is SHGetSpecialFolder) If you...
Alan Segal
alansegal1
Offline Send Email
Feb 1, 2005
9:02 pm
14584
Lori, Is there some way to turn off the auto sort in access xp? sample data: (initials + a date - slashes + number of appointments) bs082204-01 bs100504-01 ...
Bryan Schulz
bryan4772002
Offline Send Email
Feb 2, 2005
5:53 am
14585
First, try going to Records -> Remove filter and see if someone accidentally sorted it once then let it save the sort. It does that sort of thing sometimes. ...
Sottilaro, Laurie
loriscally
Offline Send Email
Feb 2, 2005
1:19 pm
14586
Chris Insert the attached file as a module in your project and then dim dtlocation as string dtlocation = dtlocation = GetSpecialFolderLocation(&H0) & "\" You...
Chris Swann
dc8uk
Offline Send Email
Feb 2, 2005
2:40 pm
14587
Good Morning Chris S, Always put those things, like bas files, or projects, into a zipped file before attaching. Otherwise it sets off everyone's Bells,...
Steve Manser
tileguy2929
Offline Send Email
Feb 2, 2005
3:53 pm
14588
Hello all, Latest opportunity, We utilize IS (Install Shield Express) for our packaging of our VB Projects. Have spent a week or so on Trying to update the...
Joe Wasko
jpwswbug
Offline Send Email
Feb 2, 2005
6:02 pm
14589
MessageHi, Thanks, i'll have to throw something in front of that first field. I am using that field as the invoice number and it is the primary key. Bryan ... ...
Bryan Schulz
bryan4772002
Offline Send Email
Feb 2, 2005
6:10 pm
14590
Field order doesn't matter in the table, it's the clustered index if the "remove filter" doesn't do anything. I'd strongly advise just a timestamp you can...
Sottilaro, Laurie
loriscally
Offline Send Email
Feb 2, 2005
6:15 pm
14591
Update, Sorry incorrect OS (Win2000). Thanks, -Joe ... From: Joe Wasko [mailto:jpw@...] Sent: Wednesday, February 02, 2005 12:57 PM To: Help VB...
Joe Wasko
jpwswbug
Offline Send Email
Feb 2, 2005
6:40 pm
14592
MessageHi, That sounds like what i want. How do you do that? Do you mean the date/time choice instead of text or autonumber? thanks, Bryan ... From: Sottilaro,...
Bryan Schulz
bryan4772002
Offline Send Email
Feb 2, 2005
7:15 pm
14593
Make a field called "Timestmp" and NEVER set the field explicitly. Hide it if you can. Then put the default value of the field to =Now(). It will always...
Sottilaro, Laurie
loriscally
Offline Send Email
Feb 2, 2005
7:19 pm
14594
Laurie, Did a bad thing, trying to learn Access 2000, set startup form and unchecked a lot of boxes, No Menu, No Shortcuts, How do I get them back? -Joe Best...
Joe Wasko
jpwswbug
Offline Send Email
Feb 2, 2005
7:46 pm
14595
Hi Steve, Apologies for the .bas file but I have an automatic attachment compressor which has always up to now zipped every file I send. Have just tested it...
Chris Swann
dc8uk
Offline Send Email
Feb 2, 2005
7:55 pm
14596
Very true... I was just about to say; my firewall doesn't like you anymore now. ;) No problem though. I appreciate you sending the module. I'll give that a...
Chris1448@...
Send Email
Feb 2, 2005
8:33 pm
14597
Okay, again, I send a message to the group and again I get an inSync Subscription Confirmation e-mail. Can someone please, PLEASE do something to take off...
Chris1448@...
Send Email
Feb 2, 2005
8:42 pm
14598
MessageHi Lori, I got it figured out with basically the same concept. I added a counter id autonumber field as the first field and made it the primary key. Now...
Bryan Schulz
bryan4772002
Offline Send Email
Feb 2, 2005
9:04 pm
14599
Please ignore...
tlewis@...
Send Email
Feb 2, 2005
9:12 pm
14600
Hold down the shift key while access loads. I think that should do it. ________________________________ From: Joe Wasko [mailto:jpw@...] Sent:...
Neiger, Bruce D
thezorch
Offline Send Email
Feb 2, 2005
10:03 pm
14601
Is it possible to do the following in VB.NET (ASP.NET): When the user clicks on RadioButton1 (AutoPostback=True), after the Postback, it sets the focus on...
Eliezer Broder
rebyid73
Online Now Send Email
Feb 2, 2005
10:28 pm
14602
Chris, thanks again, but I'm not sure I'm putting the string in the right place. Here's the part where the log is appended, etc.: Dim strFile As String Dim...
Chris1448@...
Send Email
Feb 2, 2005
10:40 pm
14603
Ah, so that's where it's coming from! I keep getting them, too... How annoying! Eliezer On Wed, 02 Feb 2005 14:07:09 -0800 (PST), Chris1448@......
Eliezer Broder
rebyid73
Online Now Send Email
Feb 2, 2005
10:42 pm
Messages 14574 - 14603 of 22571   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