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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 20517 - 20546 of 22568   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
20517
Several of my VB 6 programs have MS Access 2000 reports Full MS Access is limited to only a few people and the reports need to use the run time version We are...
edward.myerson@...
aa3xy
Offline Send Email
Feb 1, 2008
4:43 pm
20518
Ed, Off the top of my head, it may not be the Open, Rather the save. You may have to have the files saved in the version that works with your code. -Joe _____...
Joe Wasko
jpwswbug
Offline Send Email
Feb 1, 2008
5:20 pm
20519
Joe They were saved in 2000. The issue appears to be in the run time in the 2003 but I am not sure Ed Myerson Elmo Rietschle a Gardner Denver Hanover, Inc. ...
edward.myerson@...
aa3xy
Offline Send Email
Feb 1, 2008
5:29 pm
20520
Steve, I hope you don't mind my adding a bit to what you wrote to Geoff. Maybe I can safe you a bit of time adding to your text file, who knows? Try this:...
vpinhao@...
vascopinhao
Offline Send Email
Feb 1, 2008
8:49 pm
20521
Excellent Vasco ! That is a web site I had not visited, and they offer much in the way of background, color theory, and tools to explore color. Many Thanks...
Steve Manser
tileguy2929
Offline Send Email
Feb 1, 2008
10:46 pm
20522
Hello All, I have a customer that wants to use Excel Worksheets as data sources. My application opens these worksheets and parses out the data and places them...
Joe Wasko
jpwswbug
Offline Send Email
Feb 4, 2008
8:00 pm
20523
I will be out of the office starting 02/02/2008 and will not return until 02/06/2008. I am on vacation and may not be checking my messages Have a merry Xmas...
edward.myerson@...
aa3xy
Offline Send Email
Feb 4, 2008
9:19 pm
20524
... Yeah, that would be nice. Sadly, the object library depends on Excel.exe for its existence. I don't believe there are any issues with using the Excel ODBC...
Adelle Hartley
adellehartley
Offline Send Email
Feb 5, 2008
2:24 am
20525
... data sources. ... data and places ... previously, does the same ... Adelle wrote: Yeah, that would be nice. Sadly, the object library depends on Excel.exe...
jpw
jpwswbug
Offline Send Email
Feb 5, 2008
3:42 pm
20526
... No. Possibly OleDb/Odbc is not a good solution in this case. For OleDb/Odbc to work, you need to be able to treat the Excel file as a database, with the...
Adelle Hartley
adellehartley
Offline Send Email
Feb 6, 2008
3:38 am
20527
... If you want to give the OleDb/Odbc method a work out, you can use the connection strings found here: http://connectionstrings.com/?carrier=excel Adelle....
Adelle Hartley
adellehartley
Offline Send Email
Feb 6, 2008
3:44 am
20528
Hello Vasco, Thank you for this additional site. I also came across: Hexadecimal and decimal values http://www.mathsisfun.com/hexadecimal-decimal-colors.html ...
geoff Smith
sabin3647
Offline Send Email
Feb 6, 2008
4:08 pm
20529
Adelle, U-N-C-L-E, Have Mercy. Let me explain. I have a customer that would like to have their data in a spreadsheet. Additionally, I would like t ohave...
jpw
jpwswbug
Offline Send Email
Feb 6, 2008
4:41 pm
20530
SQL Server I just started this job in a call centre where a dialler runs off a CRM –Unix-environment, with all in-house built programming with a SQL server...
Lila Pontes
lilapontes29
Offline Send Email
Feb 7, 2008
12:33 am
20531
Adelle, I have arranged my data into two Excel Worksheets. One sheet titled Header and one sheet titled data. Both of these sheets have a header row and then...
Joe Wasko
jpwswbug
Offline Send Email
Feb 7, 2008
3:35 pm
20532
... Hi Joe, Is there any chance the customer can send you the Excel data saved as Excel CSV files ? Or have the customer send both ? The Excel sheets, and the...
Steve Manser
tileguy2929
Offline Send Email
Feb 7, 2008
3:55 pm
20533
Steve, Do you have or can you point to an example of this? What ever happened to the ability of office to be so "Versatile" in the sharing of data? -Joe _____ ...
Joe Wasko
jpwswbug
Offline Send Email
Feb 7, 2008
6:05 pm
20534
Steve, Adelle, anyone, I finally figured out how to make an ODBC DSN-Less connection to my Excel File. I have attached the routine below. Public Sub...
Joe Wasko
jpwswbug
Offline Send Email
Feb 11, 2008
6:50 pm
20535
Adelle, Steve, Everyone, Got this silly thingy working, Code Below: ' Create a DSN-Less connection ' Added Enable Import Mode IMEX=1 objcnn.ConnectionString...
Joe Wasko
jpwswbug
Offline Send Email
Feb 12, 2008
9:30 pm
20536
Hi All, I am trying to use a query to pull up data for the last 90 days from an Access Data Base. I don't know how to do this. I am trying to use a...
dbussep3@...
dbussep3
Offline Send Email
Feb 13, 2008
6:15 pm
20537
Dan the query would look like this NOTE: this is off the top of my head....May be buggy! =;) Dim TheDate As Date TheDate = Date - 90 '// this gets the date...
Kenneth Danner
racermand289
Offline Send Email
Feb 13, 2008
7:31 pm
20538
Hello, I ran into this by accident and wanted to share: We have the ability to ensure through the property let statement that our parameters get set to what we...
Joe Wasko
jpwswbug
Offline Send Email
Feb 19, 2008
5:50 pm
20539
I have searched and searched and came up with a few C# programs that will print a formatted document of the contents of the datagridview at runtime. What I...
mindserve
Offline Send Email
Feb 20, 2008
7:04 pm
20540
Jamie first the disclaimer I do not know a simple way to do this but then I have always done things the hard way You are correct it is a lot of code and...
Dwight Norris
choroid_45
Offline Send Email
Feb 20, 2008
7:33 pm
20541
Hi Dwight, Thanks for the code, but I think that's for vb6. Printer. Print is no longer an option in vb 2005, and I have moved from vb6 to vb 2005, even though...
mindserve
Offline Send Email
Feb 20, 2008
7:48 pm
20542
sorry Jamie I was afraid you had VB.net dwight ... From: Mindserve To: helpwithvb@yahoogroups.com Sent: Wednesday, February 20, 2008 12:48 PM Subject: Re:...
Dwight Norris
choroid_45
Offline Send Email
Feb 20, 2008
7:56 pm
20543
I am opening word documents from VB6 and would like the preview display to be set by the user or me This is the code to view the document what do I need to add...
Dwight Norris
choroid_45
Offline Send Email
Feb 20, 2008
8:21 pm
20544
Hi Dwight, If you used OLE and Word, would that then allow the user to make the adjustment before printing from within the program. Here is some code but I am...
mindserve
Offline Send Email
Feb 20, 2008
9:01 pm
20545
Jamie Wrote If you used OLE and Word, would that then allow the user to make the adjustment before printing from within the program. This code came from Tim...
Dwight Norris
choroid_45
Offline Send Email
Feb 21, 2008
12:43 am
20546
I have a DataSet with one column having names. Another column has numbers. I want to add up the numbers for a particular name. How would I go about doing...
dbussep3
Offline Send Email
Feb 23, 2008
12:15 am
Messages 20517 - 20546 of 22568   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