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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 11184 - 11213 of 22578   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
11184
Try FSO.CopyFile source, destination[, overwrite] Arguments source Character string file specification, for one or more files to be copied. [existing file] ...
Alan Segal
alansegal1
Offline Send Email
Feb 1, 2004
3:24 pm
11185
It appears from your code below that, regardless of whether they give you the absolute or are using a relative path, you put app.path on the string anyway....
Sottilaro, Laurie
loriscally
Offline Send Email
Feb 2, 2004
1:40 pm
11186
Thanks Laurie, I figured out a solution which splits the string first, then moves the file to the app path & then pulls that string back to the program.. Not...
mindserve
Offline Send Email
Feb 2, 2004
4:57 pm
11187
Here is a very nice diversion, if you like a little beauty in your life. http://www.users.bigpond.com/wavelengthphotography/Home.html Mr. Shield even...
Steve Manser
tileguy2929
Offline Send Email
Feb 3, 2004
3:42 am
11188
Hello All, I am working my way through database creation in VB and just finished working with the Recordset Index and Seek methods in a Record Type Table. ...
geoffs
geoff.sabin@...
Send Email
Feb 3, 2004
5:15 pm
11189
Hi, Does anyone know the answer to this? How do you disconnect a recordset after it's returned and you still wish to access it cols? If the RS is disconnected...
Rick Farnkopf
rwfarnkopf
Offline Send Email
Feb 3, 2004
6:22 pm
11190
I could not Update data after modifiying, deleting, or adding a record.T he Exception message (" An unhandled exception of type...
Thang Hoang
daibang9
Offline Send Email
Feb 3, 2004
9:53 pm
11191
I'm stumped. I just can't figure out how to print a "checkbox" rather than "true" or "false". on a printer report any help would be appreciated. thanks ray...
reo
reolon@...
Send Email
Feb 3, 2004
10:48 pm
11192
You have true, false or yes or no...those are pretty much your options unless you want -1 or 0 Which do you want to appear? Jamie ... ...
mindserve
Offline Send Email
Feb 3, 2004
11:09 pm
11193
Dim DbFile As String Dim adoPrimaryRS As ADODB.Recordset ' Open the Recordset. 30880 Set adoPrimaryRS = DataConnection.Execute("SELECT * FROM Customers Where...
mindserve
Offline Send Email
Feb 3, 2004
11:15 pm
11194
Upon reading your question again,,, which I now realize I did not answer your question at all... I don't think you can print out a check box in vb at ...
mindserve
Offline Send Email
Feb 3, 2004
11:17 pm
11195
Hi folks For a few hours today, it looked like I would need to cancel the VB.Net Intermediate class, scheduled to start on Monday, February 9th, because of the...
johnsmiley22
Offline Send Email
Feb 4, 2004
2:28 am
11196
thanks jamie, at least this wasn't something easy. i'll use the logical to put something on the report, like "X" etc. ... From: Mindserve...
reo
reolon@...
Send Email
Feb 4, 2004
2:28 am
11197
I have a question...what is the function of the button which you can set on the layout for a datagrid control? Can it be used as a drop down to find multiple...
mindserve
Offline Send Email
Feb 4, 2004
2:56 pm
11198
If you have access to MS Word you can use that to build a better and a very looking attractive report. Also with Word,it will allow you to have your check...
shy300
Offline Send Email
Feb 4, 2004
3:58 pm
11199
I tend to use HTML, tables, and style sheets make it very easy to make a nice looking report... with the added bonus of being able to copy, and paste into...
MOD
lmodllmodl
Offline Send Email
Feb 4, 2004
5:31 pm
11200
Hello All, I'm thinking about buying a copy of VS.NET over the Internet. Can anyone tell me which would be the better version to buy out of the Enterprise or...
geoffs
geoff.sabin@...
Send Email
Feb 4, 2004
6:16 pm
11201
My biggest question is what you will be doing with it. If you are a student you can purchase the VS.Net Pro for around 100.00 online. Now with that version...
Brian Clark
clarkb003
Online Now Send Email
Feb 4, 2004
10:34 pm
11202
Good Afternoon Geoff, Make sure you get Visual Studio Net 2003, and not 2002. If you qualify as a student, then the Academic Version should be fine. I may be...
Steve Manser
tileguy2929
Offline Send Email
Feb 5, 2004
2:13 am
11203
Check out this link http://msdn.microsoft.com/vstudio/howtobuy/choosing.aspx Mostly it focuses on the diff bet Std and Pro, but you can get to the Ent. from...
Neiger, Bruce D
thezorch
Offline Send Email
Feb 5, 2004
2:53 am
11204
I'm a bit puzzled with ADO.NET in VB.NET 2002. I am writing a program that keeps track of a business's finances, budget, employees, etc. I made an Access ...
mclive6112@...
Send Email
Feb 5, 2004
3:40 am
11205
You ceate a macro ( check out the dropdowns in the macro page) and then can execute the macro or many macros and put them in order. ... From:...
Rick Farnkopf
rwfarnkopf
Offline Send Email
Feb 5, 2004
11:02 am
11206
Hello Brian, I can put hand on heart and say, "Not for commercial use". I will be using it for learning and personal uses only. My main objective is to make...
geoffs
geoff.sabin@...
Send Email
Feb 5, 2004
12:24 pm
11207
Hello Steve, Thanks for the advice. The version I have been offered, fully packaged and licenced for noncomercial uses is priced at £163, inc VAT and P&P. ...
geoffs
geoff.sabin@...
Send Email
Feb 5, 2004
12:24 pm
11208
Thanks Bruce, It is for the latter suggestion you made. Geoff Email: geoff.sabin@... ... From: "Neiger, Bruce D" <Bruce.D.Neiger@...> To:...
geoffs
geoff.sabin@...
Send Email
Feb 5, 2004
12:24 pm
11209
I am trying to set the drop down button to the list1 listbox so a user can choose from a list... I can't get it to work at all.. The listbox loads with the...
mindserve
Offline Send Email
Feb 5, 2004
2:31 pm
11210
Well I haven't a clue how to do it with ADO.NET, but I do it all the time just using Access and Excel and DAO. Hopefully some of this will transfer Set up...
Sottilaro, Laurie
loriscally
Offline Send Email
Feb 5, 2004
2:33 pm
11211
The site I am planning on getting mine from is gradware.com. To get the academic version you have to have a student ID from some where. I am attending some...
Brian Clark
clarkb003
Online Now Send Email
Feb 5, 2004
2:48 pm
11212
Hi Jamie In the DBGrid1_ButtonClick sub Just before you set the List Z order it should read List1.Visible = True 'Was set to false in your code 'Also for...
Mike Bouffler
mikebouffler
Offline Send Email
Feb 5, 2004
4:38 pm
11213
Hi Mike, Even when I unlock the column I get the same problem-error... ??? Jamie ... __________________________________ Do you Yahoo!? Yahoo! Finance: Get your...
mindserve
Offline Send Email
Feb 5, 2004
5:17 pm
Messages 11184 - 11213 of 22578   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