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@...
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...
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@...
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@...
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...
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...
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@...
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@...
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, 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...
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 ...
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. ...
Chris Insert the attached file as a module in your project and then dim dtlocation as string dtlocation = dtlocation = GetSpecialFolderLocation(&H0) & "\" You...
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,...
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...
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 ... ...
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...
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,...
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...
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...
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...
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@...
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@...
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...
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...
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@...
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@......