From ebarro at afsweb.com Wed Sep 15 02:42:21 2004 From: ebarro at afsweb.com (Eric Barro) Date: Wed, 15 Sep 2004 00:42:21 -0700 Subject: [dba-VB] datagrid problem In-Reply-To: Message-ID: I have a VB6 app that I developed on a Windows 2000 machine which I am trying to deploy to a Windows XP machine. It uses the datagrid (MSDATAGRD.OCX and MSADODC.OCX) componet. The results display fine when run on a Windows 2000 machine but the datagrid doesn't seem to be binding to the recordset on a Windows XP machine. Anyone encounter this? Any solutions? --- Eric Barro Senior Systems Analyst Advanced Field Services (208) 772-7060 http://www.afsweb.com ----------------------------------------- The information contained in this e-mail message and any file and/or attachment transmitted herewith is confidential and may be legally privileged. It is intended solely for the private use of the addressee and must not be disclosed to or used by anyone other than the addressee. If you receive this transmission by error, please immediately notify the sender by reply e-mail and destroy the original transmission and its attachments. E-mail transmission cannot be guaranteed to be secure or error free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses. The sender therefore does not accept liability for any errors or omissions in the contents of this message, which arise as a result of email transmission. Users and employees of the e-mail system are expressly required not to make defamatory statements and not to infringe or authorize any infringement of copyright or any other legal right by email communications. Any such communication is contrary to company policy. The company will not accept any liability in respect of such communication. From bkollodge at parkindustries.com Fri Sep 17 11:03:15 2004 From: bkollodge at parkindustries.com (bkollodge at parkindustries.com) Date: Fri, 17 Sep 2004 11:03:15 -0500 Subject: [dba-VB] (no subject) Message-ID: Bill Kollodge Electrical Engineering / CNC Products Park Industries St. Cloud, MN 56303 bkollodge at parkindustries.com This communication is for use by the intended recipient and contains information that may be privileged, confidential or copyrighted under applicable law. If you are not the intended recipient, you are hereby formally notified that any use, copying or distribution of the e-mail, in whole or in part, is strictly prohibited. Please notify the sender by return e-mail and delete this e-mail from your system. This e-mail does not constitute consent to the use of the sender's contact information for direct marketing purposes or for transfers of data to third parties. From bkollodge at parkindustries.com Fri Sep 17 11:05:31 2004 From: bkollodge at parkindustries.com (bkollodge at parkindustries.com) Date: Fri, 17 Sep 2004 11:05:31 -0500 Subject: [dba-VB] commondialog Message-ID: Does anyone know how to select a folder using a commondialog? I realize I can extract the folder from the filename - IF a file exists in the desired folder and is selected. The problem comes when the desired folder is empty... Thanks, Bill This communication is for use by the intended recipient and contains information that may be privileged, confidential or copyrighted under applicable law. If you are not the intended recipient, you are hereby formally notified that any use, copying or distribution of the e-mail, in whole or in part, is strictly prohibited. Please notify the sender by return e-mail and delete this e-mail from your system. This e-mail does not constitute consent to the use of the sender's contact information for direct marketing purposes or for transfers of data to third parties. From sgsax at ksu.edu Fri Sep 17 11:46:44 2004 From: sgsax at ksu.edu (Seth Galitzer) Date: Fri, 17 Sep 2004 11:46:44 -0500 Subject: [dba-VB] commondialog In-Reply-To: References: Message-ID: <1095439604.5486.7.camel@sgsax-th4022.ksu.edu> Bill, I don't know if it's available in the activex control, but you can use API calls to reference the SHBrowseForFolder function in shell32.dll. There are many examples of usage on the web which you can find if you google for that function name. Also, if you go to the Downloads area of my website (http://puma.agron.ksu.edu/~sgsax/), my ChopIt demo includes code for using it. Good luck! Seth On Fri, 2004-09-17 at 11:05, bkollodge at parkindustries.com wrote: > Does anyone know how to select a folder using a commondialog? I realize > I can extract the folder from the filename - IF a file exists in the > desired folder and is selected. The problem comes when the desired > folder is empty... > > Thanks, > Bill > > > > > _______________________________________________ > dba-VB mailing list > dba-VB at databaseadvisors.com > http://databaseadvisors.com/mailman/listinfo/dba-vb > http://www.databaseadvisors.com -- Seth Galitzer sgsax at ksu.edu Computing Specialist http://puma.agron.ksu.edu/~sgsax Dept. of Plant Pathology Kansas State University From BBarabash at TappeConstruction.com Fri Sep 17 12:10:32 2004 From: BBarabash at TappeConstruction.com (Brett Barabash) Date: Fri, 17 Sep 2004 12:10:32 -0500 Subject: [dba-VB] commondialog Message-ID: <100F91B31300334B89EC531C9DCB0865065953@tccexch01.tappeconstruction.net> You need to use the SHBrowseForFolder API call to do that. It's a little tricky, but luckily there are several code samples out there: PlanetSourceCode: http://shorl.com/fipykipopyfi (for some reason TinyURL isn't working right today. Had to use Shorl instead) CodeHound: http://www.codehound.com/vb/results/results.asp?Q=shbrowseforfolder -----Original Message----- From: dba-vb-bounces at databaseadvisors.com [mailto:dba-vb-bounces at databaseadvisors.com] On Behalf Of bkollodge at parkindustries.com Sent: Friday, September 17, 2004 11:06 AM To: dba-vb at databaseadvisors.com Subject: [dba-VB] commondialog --------------Please open with care!------------ This message has bypassed some of our spam filtering rules. This message was scanned for viruses and executable code has been stripped. --------------------------------------------------------------- Does anyone know how to select a folder using a commondialog? I realize I can extract the folder from the filename - IF a file exists in the desired folder and is selected. The problem comes when the desired folder is empty... Thanks, Bill -------------------------------------------------------------------------------------------------------------------- The information in this email may contain confidential information that is legally privileged. The information is only for the use of the intended recipient(s) named above. If you are not the intended recipient(s), you are hereby notified that any disclosure, copying, distribution, or the taking of any action in regard to the content of this email is strictly prohibited. If transmission is incorrect, unclear, or incomplete, please notify the sender immediately. The authorized recipient(s) of this information is/are prohibited from disclosing this information to any other party and is/are required to destroy the information after its stated need has been fulfilled. Any views expressed in this message are those of the individual sender, except where the sender specifies and with authority, states them to be the views of Tappe Construction Co. This footer also confirms that this email message has been scanned for the presence of computer viruses.Scanning of this message and addition of this footer is performed by SurfControl E-mail Filter software in conjunction with virus detection software. From listmaster at databaseadvisors.com Thu Sep 23 20:27:48 2004 From: listmaster at databaseadvisors.com (Bryan Carbonnell) Date: Thu, 23 Sep 2004 21:27:48 -0400 Subject: [dba-VB] Administrivia - ADMIN Server Troubles Message-ID: <41533FD4.8127.698BF2@localhost> The mail server that is running DBA's mailing lists is in the midst of an identity crisis. It doesn't want to act like a mial server, which is why some mail is taking hours and days to deliver, as some of you have noticed recently. So I will need to take the server off-line this weekend. The server will be going off-line at around 9pm EDT (UTC +0400). I can't say for sure when it will be back on-line, but it will be before Monday Morning (UTC+0400) (Late morning for those of you in Europe and the UK) Hopefully this will resolve the problems and thanks for your patience while we work through this. From listmaster at databaseadvisors.com Sat Sep 25 07:11:41 2004 From: listmaster at databaseadvisors.com (Bryan Carbonnell) Date: Sat, 25 Sep 2004 08:11:41 -0400 Subject: [dba-VB] Administrivia - Server Back Up Message-ID: <4155283D.12253.1D8604@localhost> Well, the mailserver and list software is back up and running. Hopefully our problems are all cleared up now. If not, please let me know at either listmaster at databaseadvisors.com AND carbonnb at sympatico.ca That way if dba's server is not working, then I will still be able to look at it. Thanks for your understanding and patience. -- Bryan Carbonnell - listmaster at databaseadvisors.com There's a fine line between genius and insanity. I have erased this line. From john at winhaven.net Sat Sep 25 09:13:04 2004 From: john at winhaven.net (John Bartow) Date: Sat, 25 Sep 2004 09:13:04 -0500 Subject: [dba-VB] Administrivia - Server Back Up In-Reply-To: <4155283D.12253.1D8604@localhost> Message-ID: Three cheers and a HUGE pat on the back for Bryan! He did this maintenance work in his personal free time! John Bartow, President Database Advisors, Inc. Email: mailto:president at databaseadvisors.com Website: http://www.databaseadvisors.com -----Original Message----- From: dba-vb-bounces at databaseadvisors.com [mailto:dba-vb-bounces at databaseadvisors.com]On Behalf Of Bryan Carbonnell Sent: Saturday, September 25, 2004 7:12 AM To: administrivia at databaseadvisors.com Subject: [dba-VB] Administrivia - Server Back Up Well, the mailserver and list software is back up and running. Hopefully our problems are all cleared up now. If not, please let me know at either listmaster at databaseadvisors.com AND carbonnb at sympatico.ca That way if dba's server is not working, then I will still be able to look at it. Thanks for your understanding and patience. -- Bryan Carbonnell - listmaster at databaseadvisors.com There's a fine line between genius and insanity. I have erased this line. _______________________________________________ dba-VB mailing list dba-VB at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/dba-vb http://www.databaseadvisors.com From Chris.Foote at uk.thalesgroup.com Mon Sep 27 07:46:14 2004 From: Chris.Foote at uk.thalesgroup.com (Foote, Chris) Date: Mon, 27 Sep 2004 13:46:14 +0100 Subject: [dba-VB] Test - please ignore Message-ID: <97CF276BD8C6D4119C4B00508BB18DE709E0C38A@ntscxch1.int.rdel.co.uk> Test! From ebarro at afsweb.com Wed Sep 15 02:42:21 2004 From: ebarro at afsweb.com (Eric Barro) Date: Wed, 15 Sep 2004 00:42:21 -0700 Subject: [dba-VB] datagrid problem In-Reply-To: Message-ID: I have a VB6 app that I developed on a Windows 2000 machine which I am trying to deploy to a Windows XP machine. It uses the datagrid (MSDATAGRD.OCX and MSADODC.OCX) componet. The results display fine when run on a Windows 2000 machine but the datagrid doesn't seem to be binding to the recordset on a Windows XP machine. Anyone encounter this? Any solutions? --- Eric Barro Senior Systems Analyst Advanced Field Services (208) 772-7060 http://www.afsweb.com ----------------------------------------- The information contained in this e-mail message and any file and/or attachment transmitted herewith is confidential and may be legally privileged. It is intended solely for the private use of the addressee and must not be disclosed to or used by anyone other than the addressee. If you receive this transmission by error, please immediately notify the sender by reply e-mail and destroy the original transmission and its attachments. E-mail transmission cannot be guaranteed to be secure or error free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses. The sender therefore does not accept liability for any errors or omissions in the contents of this message, which arise as a result of email transmission. Users and employees of the e-mail system are expressly required not to make defamatory statements and not to infringe or authorize any infringement of copyright or any other legal right by email communications. Any such communication is contrary to company policy. The company will not accept any liability in respect of such communication. From bkollodge at parkindustries.com Fri Sep 17 11:03:15 2004 From: bkollodge at parkindustries.com (bkollodge at parkindustries.com) Date: Fri, 17 Sep 2004 11:03:15 -0500 Subject: [dba-VB] (no subject) Message-ID: Bill Kollodge Electrical Engineering / CNC Products Park Industries St. Cloud, MN 56303 bkollodge at parkindustries.com This communication is for use by the intended recipient and contains information that may be privileged, confidential or copyrighted under applicable law. If you are not the intended recipient, you are hereby formally notified that any use, copying or distribution of the e-mail, in whole or in part, is strictly prohibited. Please notify the sender by return e-mail and delete this e-mail from your system. This e-mail does not constitute consent to the use of the sender's contact information for direct marketing purposes or for transfers of data to third parties. From bkollodge at parkindustries.com Fri Sep 17 11:05:31 2004 From: bkollodge at parkindustries.com (bkollodge at parkindustries.com) Date: Fri, 17 Sep 2004 11:05:31 -0500 Subject: [dba-VB] commondialog Message-ID: Does anyone know how to select a folder using a commondialog? I realize I can extract the folder from the filename - IF a file exists in the desired folder and is selected. The problem comes when the desired folder is empty... Thanks, Bill This communication is for use by the intended recipient and contains information that may be privileged, confidential or copyrighted under applicable law. If you are not the intended recipient, you are hereby formally notified that any use, copying or distribution of the e-mail, in whole or in part, is strictly prohibited. Please notify the sender by return e-mail and delete this e-mail from your system. This e-mail does not constitute consent to the use of the sender's contact information for direct marketing purposes or for transfers of data to third parties. From sgsax at ksu.edu Fri Sep 17 11:46:44 2004 From: sgsax at ksu.edu (Seth Galitzer) Date: Fri, 17 Sep 2004 11:46:44 -0500 Subject: [dba-VB] commondialog In-Reply-To: References: Message-ID: <1095439604.5486.7.camel@sgsax-th4022.ksu.edu> Bill, I don't know if it's available in the activex control, but you can use API calls to reference the SHBrowseForFolder function in shell32.dll. There are many examples of usage on the web which you can find if you google for that function name. Also, if you go to the Downloads area of my website (http://puma.agron.ksu.edu/~sgsax/), my ChopIt demo includes code for using it. Good luck! Seth On Fri, 2004-09-17 at 11:05, bkollodge at parkindustries.com wrote: > Does anyone know how to select a folder using a commondialog? I realize > I can extract the folder from the filename - IF a file exists in the > desired folder and is selected. The problem comes when the desired > folder is empty... > > Thanks, > Bill > > > > > _______________________________________________ > dba-VB mailing list > dba-VB at databaseadvisors.com > http://databaseadvisors.com/mailman/listinfo/dba-vb > http://www.databaseadvisors.com -- Seth Galitzer sgsax at ksu.edu Computing Specialist http://puma.agron.ksu.edu/~sgsax Dept. of Plant Pathology Kansas State University From BBarabash at TappeConstruction.com Fri Sep 17 12:10:32 2004 From: BBarabash at TappeConstruction.com (Brett Barabash) Date: Fri, 17 Sep 2004 12:10:32 -0500 Subject: [dba-VB] commondialog Message-ID: <100F91B31300334B89EC531C9DCB0865065953@tccexch01.tappeconstruction.net> You need to use the SHBrowseForFolder API call to do that. It's a little tricky, but luckily there are several code samples out there: PlanetSourceCode: http://shorl.com/fipykipopyfi (for some reason TinyURL isn't working right today. Had to use Shorl instead) CodeHound: http://www.codehound.com/vb/results/results.asp?Q=shbrowseforfolder -----Original Message----- From: dba-vb-bounces at databaseadvisors.com [mailto:dba-vb-bounces at databaseadvisors.com] On Behalf Of bkollodge at parkindustries.com Sent: Friday, September 17, 2004 11:06 AM To: dba-vb at databaseadvisors.com Subject: [dba-VB] commondialog --------------Please open with care!------------ This message has bypassed some of our spam filtering rules. This message was scanned for viruses and executable code has been stripped. --------------------------------------------------------------- Does anyone know how to select a folder using a commondialog? I realize I can extract the folder from the filename - IF a file exists in the desired folder and is selected. The problem comes when the desired folder is empty... Thanks, Bill -------------------------------------------------------------------------------------------------------------------- The information in this email may contain confidential information that is legally privileged. The information is only for the use of the intended recipient(s) named above. If you are not the intended recipient(s), you are hereby notified that any disclosure, copying, distribution, or the taking of any action in regard to the content of this email is strictly prohibited. If transmission is incorrect, unclear, or incomplete, please notify the sender immediately. The authorized recipient(s) of this information is/are prohibited from disclosing this information to any other party and is/are required to destroy the information after its stated need has been fulfilled. Any views expressed in this message are those of the individual sender, except where the sender specifies and with authority, states them to be the views of Tappe Construction Co. This footer also confirms that this email message has been scanned for the presence of computer viruses.Scanning of this message and addition of this footer is performed by SurfControl E-mail Filter software in conjunction with virus detection software. From listmaster at databaseadvisors.com Thu Sep 23 20:27:48 2004 From: listmaster at databaseadvisors.com (Bryan Carbonnell) Date: Thu, 23 Sep 2004 21:27:48 -0400 Subject: [dba-VB] Administrivia - ADMIN Server Troubles Message-ID: <41533FD4.8127.698BF2@localhost> The mail server that is running DBA's mailing lists is in the midst of an identity crisis. It doesn't want to act like a mial server, which is why some mail is taking hours and days to deliver, as some of you have noticed recently. So I will need to take the server off-line this weekend. The server will be going off-line at around 9pm EDT (UTC +0400). I can't say for sure when it will be back on-line, but it will be before Monday Morning (UTC+0400) (Late morning for those of you in Europe and the UK) Hopefully this will resolve the problems and thanks for your patience while we work through this. From listmaster at databaseadvisors.com Sat Sep 25 07:11:41 2004 From: listmaster at databaseadvisors.com (Bryan Carbonnell) Date: Sat, 25 Sep 2004 08:11:41 -0400 Subject: [dba-VB] Administrivia - Server Back Up Message-ID: <4155283D.12253.1D8604@localhost> Well, the mailserver and list software is back up and running. Hopefully our problems are all cleared up now. If not, please let me know at either listmaster at databaseadvisors.com AND carbonnb at sympatico.ca That way if dba's server is not working, then I will still be able to look at it. Thanks for your understanding and patience. -- Bryan Carbonnell - listmaster at databaseadvisors.com There's a fine line between genius and insanity. I have erased this line. From john at winhaven.net Sat Sep 25 09:13:04 2004 From: john at winhaven.net (John Bartow) Date: Sat, 25 Sep 2004 09:13:04 -0500 Subject: [dba-VB] Administrivia - Server Back Up In-Reply-To: <4155283D.12253.1D8604@localhost> Message-ID: Three cheers and a HUGE pat on the back for Bryan! He did this maintenance work in his personal free time! John Bartow, President Database Advisors, Inc. Email: mailto:president at databaseadvisors.com Website: http://www.databaseadvisors.com -----Original Message----- From: dba-vb-bounces at databaseadvisors.com [mailto:dba-vb-bounces at databaseadvisors.com]On Behalf Of Bryan Carbonnell Sent: Saturday, September 25, 2004 7:12 AM To: administrivia at databaseadvisors.com Subject: [dba-VB] Administrivia - Server Back Up Well, the mailserver and list software is back up and running. Hopefully our problems are all cleared up now. If not, please let me know at either listmaster at databaseadvisors.com AND carbonnb at sympatico.ca That way if dba's server is not working, then I will still be able to look at it. Thanks for your understanding and patience. -- Bryan Carbonnell - listmaster at databaseadvisors.com There's a fine line between genius and insanity. I have erased this line. _______________________________________________ dba-VB mailing list dba-VB at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/dba-vb http://www.databaseadvisors.com From Chris.Foote at uk.thalesgroup.com Mon Sep 27 07:46:14 2004 From: Chris.Foote at uk.thalesgroup.com (Foote, Chris) Date: Mon, 27 Sep 2004 13:46:14 +0100 Subject: [dba-VB] Test - please ignore Message-ID: <97CF276BD8C6D4119C4B00508BB18DE709E0C38A@ntscxch1.int.rdel.co.uk> Test! From ebarro at afsweb.com Wed Sep 15 02:42:21 2004 From: ebarro at afsweb.com (Eric Barro) Date: Wed, 15 Sep 2004 00:42:21 -0700 Subject: [dba-VB] datagrid problem In-Reply-To: Message-ID: I have a VB6 app that I developed on a Windows 2000 machine which I am trying to deploy to a Windows XP machine. It uses the datagrid (MSDATAGRD.OCX and MSADODC.OCX) componet. The results display fine when run on a Windows 2000 machine but the datagrid doesn't seem to be binding to the recordset on a Windows XP machine. Anyone encounter this? Any solutions? --- Eric Barro Senior Systems Analyst Advanced Field Services (208) 772-7060 http://www.afsweb.com ----------------------------------------- The information contained in this e-mail message and any file and/or attachment transmitted herewith is confidential and may be legally privileged. It is intended solely for the private use of the addressee and must not be disclosed to or used by anyone other than the addressee. If you receive this transmission by error, please immediately notify the sender by reply e-mail and destroy the original transmission and its attachments. E-mail transmission cannot be guaranteed to be secure or error free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses. The sender therefore does not accept liability for any errors or omissions in the contents of this message, which arise as a result of email transmission. Users and employees of the e-mail system are expressly required not to make defamatory statements and not to infringe or authorize any infringement of copyright or any other legal right by email communications. Any such communication is contrary to company policy. The company will not accept any liability in respect of such communication. From bkollodge at parkindustries.com Fri Sep 17 11:03:15 2004 From: bkollodge at parkindustries.com (bkollodge at parkindustries.com) Date: Fri, 17 Sep 2004 11:03:15 -0500 Subject: [dba-VB] (no subject) Message-ID: Bill Kollodge Electrical Engineering / CNC Products Park Industries St. Cloud, MN 56303 bkollodge at parkindustries.com This communication is for use by the intended recipient and contains information that may be privileged, confidential or copyrighted under applicable law. If you are not the intended recipient, you are hereby formally notified that any use, copying or distribution of the e-mail, in whole or in part, is strictly prohibited. Please notify the sender by return e-mail and delete this e-mail from your system. This e-mail does not constitute consent to the use of the sender's contact information for direct marketing purposes or for transfers of data to third parties. From bkollodge at parkindustries.com Fri Sep 17 11:05:31 2004 From: bkollodge at parkindustries.com (bkollodge at parkindustries.com) Date: Fri, 17 Sep 2004 11:05:31 -0500 Subject: [dba-VB] commondialog Message-ID: Does anyone know how to select a folder using a commondialog? I realize I can extract the folder from the filename - IF a file exists in the desired folder and is selected. The problem comes when the desired folder is empty... Thanks, Bill This communication is for use by the intended recipient and contains information that may be privileged, confidential or copyrighted under applicable law. If you are not the intended recipient, you are hereby formally notified that any use, copying or distribution of the e-mail, in whole or in part, is strictly prohibited. Please notify the sender by return e-mail and delete this e-mail from your system. This e-mail does not constitute consent to the use of the sender's contact information for direct marketing purposes or for transfers of data to third parties. From sgsax at ksu.edu Fri Sep 17 11:46:44 2004 From: sgsax at ksu.edu (Seth Galitzer) Date: Fri, 17 Sep 2004 11:46:44 -0500 Subject: [dba-VB] commondialog In-Reply-To: References: Message-ID: <1095439604.5486.7.camel@sgsax-th4022.ksu.edu> Bill, I don't know if it's available in the activex control, but you can use API calls to reference the SHBrowseForFolder function in shell32.dll. There are many examples of usage on the web which you can find if you google for that function name. Also, if you go to the Downloads area of my website (http://puma.agron.ksu.edu/~sgsax/), my ChopIt demo includes code for using it. Good luck! Seth On Fri, 2004-09-17 at 11:05, bkollodge at parkindustries.com wrote: > Does anyone know how to select a folder using a commondialog? I realize > I can extract the folder from the filename - IF a file exists in the > desired folder and is selected. The problem comes when the desired > folder is empty... > > Thanks, > Bill > > > > > _______________________________________________ > dba-VB mailing list > dba-VB at databaseadvisors.com > http://databaseadvisors.com/mailman/listinfo/dba-vb > http://www.databaseadvisors.com -- Seth Galitzer sgsax at ksu.edu Computing Specialist http://puma.agron.ksu.edu/~sgsax Dept. of Plant Pathology Kansas State University From BBarabash at TappeConstruction.com Fri Sep 17 12:10:32 2004 From: BBarabash at TappeConstruction.com (Brett Barabash) Date: Fri, 17 Sep 2004 12:10:32 -0500 Subject: [dba-VB] commondialog Message-ID: <100F91B31300334B89EC531C9DCB0865065953@tccexch01.tappeconstruction.net> You need to use the SHBrowseForFolder API call to do that. It's a little tricky, but luckily there are several code samples out there: PlanetSourceCode: http://shorl.com/fipykipopyfi (for some reason TinyURL isn't working right today. Had to use Shorl instead) CodeHound: http://www.codehound.com/vb/results/results.asp?Q=shbrowseforfolder -----Original Message----- From: dba-vb-bounces at databaseadvisors.com [mailto:dba-vb-bounces at databaseadvisors.com] On Behalf Of bkollodge at parkindustries.com Sent: Friday, September 17, 2004 11:06 AM To: dba-vb at databaseadvisors.com Subject: [dba-VB] commondialog --------------Please open with care!------------ This message has bypassed some of our spam filtering rules. This message was scanned for viruses and executable code has been stripped. --------------------------------------------------------------- Does anyone know how to select a folder using a commondialog? I realize I can extract the folder from the filename - IF a file exists in the desired folder and is selected. The problem comes when the desired folder is empty... Thanks, Bill -------------------------------------------------------------------------------------------------------------------- The information in this email may contain confidential information that is legally privileged. The information is only for the use of the intended recipient(s) named above. If you are not the intended recipient(s), you are hereby notified that any disclosure, copying, distribution, or the taking of any action in regard to the content of this email is strictly prohibited. If transmission is incorrect, unclear, or incomplete, please notify the sender immediately. The authorized recipient(s) of this information is/are prohibited from disclosing this information to any other party and is/are required to destroy the information after its stated need has been fulfilled. Any views expressed in this message are those of the individual sender, except where the sender specifies and with authority, states them to be the views of Tappe Construction Co. This footer also confirms that this email message has been scanned for the presence of computer viruses.Scanning of this message and addition of this footer is performed by SurfControl E-mail Filter software in conjunction with virus detection software. From listmaster at databaseadvisors.com Thu Sep 23 20:27:48 2004 From: listmaster at databaseadvisors.com (Bryan Carbonnell) Date: Thu, 23 Sep 2004 21:27:48 -0400 Subject: [dba-VB] Administrivia - ADMIN Server Troubles Message-ID: <41533FD4.8127.698BF2@localhost> The mail server that is running DBA's mailing lists is in the midst of an identity crisis. It doesn't want to act like a mial server, which is why some mail is taking hours and days to deliver, as some of you have noticed recently. So I will need to take the server off-line this weekend. The server will be going off-line at around 9pm EDT (UTC +0400). I can't say for sure when it will be back on-line, but it will be before Monday Morning (UTC+0400) (Late morning for those of you in Europe and the UK) Hopefully this will resolve the problems and thanks for your patience while we work through this. From listmaster at databaseadvisors.com Sat Sep 25 07:11:41 2004 From: listmaster at databaseadvisors.com (Bryan Carbonnell) Date: Sat, 25 Sep 2004 08:11:41 -0400 Subject: [dba-VB] Administrivia - Server Back Up Message-ID: <4155283D.12253.1D8604@localhost> Well, the mailserver and list software is back up and running. Hopefully our problems are all cleared up now. If not, please let me know at either listmaster at databaseadvisors.com AND carbonnb at sympatico.ca That way if dba's server is not working, then I will still be able to look at it. Thanks for your understanding and patience. -- Bryan Carbonnell - listmaster at databaseadvisors.com There's a fine line between genius and insanity. I have erased this line. From john at winhaven.net Sat Sep 25 09:13:04 2004 From: john at winhaven.net (John Bartow) Date: Sat, 25 Sep 2004 09:13:04 -0500 Subject: [dba-VB] Administrivia - Server Back Up In-Reply-To: <4155283D.12253.1D8604@localhost> Message-ID: Three cheers and a HUGE pat on the back for Bryan! He did this maintenance work in his personal free time! John Bartow, President Database Advisors, Inc. Email: mailto:president at databaseadvisors.com Website: http://www.databaseadvisors.com -----Original Message----- From: dba-vb-bounces at databaseadvisors.com [mailto:dba-vb-bounces at databaseadvisors.com]On Behalf Of Bryan Carbonnell Sent: Saturday, September 25, 2004 7:12 AM To: administrivia at databaseadvisors.com Subject: [dba-VB] Administrivia - Server Back Up Well, the mailserver and list software is back up and running. Hopefully our problems are all cleared up now. If not, please let me know at either listmaster at databaseadvisors.com AND carbonnb at sympatico.ca That way if dba's server is not working, then I will still be able to look at it. Thanks for your understanding and patience. -- Bryan Carbonnell - listmaster at databaseadvisors.com There's a fine line between genius and insanity. I have erased this line. _______________________________________________ dba-VB mailing list dba-VB at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/dba-vb http://www.databaseadvisors.com From Chris.Foote at uk.thalesgroup.com Mon Sep 27 07:46:14 2004 From: Chris.Foote at uk.thalesgroup.com (Foote, Chris) Date: Mon, 27 Sep 2004 13:46:14 +0100 Subject: [dba-VB] Test - please ignore Message-ID: <97CF276BD8C6D4119C4B00508BB18DE709E0C38A@ntscxch1.int.rdel.co.uk> Test! From ebarro at afsweb.com Wed Sep 15 02:42:21 2004 From: ebarro at afsweb.com (Eric Barro) Date: Wed, 15 Sep 2004 00:42:21 -0700 Subject: [dba-VB] datagrid problem In-Reply-To: Message-ID: I have a VB6 app that I developed on a Windows 2000 machine which I am trying to deploy to a Windows XP machine. It uses the datagrid (MSDATAGRD.OCX and MSADODC.OCX) componet. The results display fine when run on a Windows 2000 machine but the datagrid doesn't seem to be binding to the recordset on a Windows XP machine. Anyone encounter this? Any solutions? --- Eric Barro Senior Systems Analyst Advanced Field Services (208) 772-7060 http://www.afsweb.com ----------------------------------------- The information contained in this e-mail message and any file and/or attachment transmitted herewith is confidential and may be legally privileged. It is intended solely for the private use of the addressee and must not be disclosed to or used by anyone other than the addressee. If you receive this transmission by error, please immediately notify the sender by reply e-mail and destroy the original transmission and its attachments. E-mail transmission cannot be guaranteed to be secure or error free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses. The sender therefore does not accept liability for any errors or omissions in the contents of this message, which arise as a result of email transmission. Users and employees of the e-mail system are expressly required not to make defamatory statements and not to infringe or authorize any infringement of copyright or any other legal right by email communications. Any such communication is contrary to company policy. The company will not accept any liability in respect of such communication. From bkollodge at parkindustries.com Fri Sep 17 11:03:15 2004 From: bkollodge at parkindustries.com (bkollodge at parkindustries.com) Date: Fri, 17 Sep 2004 11:03:15 -0500 Subject: [dba-VB] (no subject) Message-ID: Bill Kollodge Electrical Engineering / CNC Products Park Industries St. Cloud, MN 56303 bkollodge at parkindustries.com This communication is for use by the intended recipient and contains information that may be privileged, confidential or copyrighted under applicable law. If you are not the intended recipient, you are hereby formally notified that any use, copying or distribution of the e-mail, in whole or in part, is strictly prohibited. Please notify the sender by return e-mail and delete this e-mail from your system. This e-mail does not constitute consent to the use of the sender's contact information for direct marketing purposes or for transfers of data to third parties. From bkollodge at parkindustries.com Fri Sep 17 11:05:31 2004 From: bkollodge at parkindustries.com (bkollodge at parkindustries.com) Date: Fri, 17 Sep 2004 11:05:31 -0500 Subject: [dba-VB] commondialog Message-ID: Does anyone know how to select a folder using a commondialog? I realize I can extract the folder from the filename - IF a file exists in the desired folder and is selected. The problem comes when the desired folder is empty... Thanks, Bill This communication is for use by the intended recipient and contains information that may be privileged, confidential or copyrighted under applicable law. If you are not the intended recipient, you are hereby formally notified that any use, copying or distribution of the e-mail, in whole or in part, is strictly prohibited. Please notify the sender by return e-mail and delete this e-mail from your system. This e-mail does not constitute consent to the use of the sender's contact information for direct marketing purposes or for transfers of data to third parties. From sgsax at ksu.edu Fri Sep 17 11:46:44 2004 From: sgsax at ksu.edu (Seth Galitzer) Date: Fri, 17 Sep 2004 11:46:44 -0500 Subject: [dba-VB] commondialog In-Reply-To: References: Message-ID: <1095439604.5486.7.camel@sgsax-th4022.ksu.edu> Bill, I don't know if it's available in the activex control, but you can use API calls to reference the SHBrowseForFolder function in shell32.dll. There are many examples of usage on the web which you can find if you google for that function name. Also, if you go to the Downloads area of my website (http://puma.agron.ksu.edu/~sgsax/), my ChopIt demo includes code for using it. Good luck! Seth On Fri, 2004-09-17 at 11:05, bkollodge at parkindustries.com wrote: > Does anyone know how to select a folder using a commondialog? I realize > I can extract the folder from the filename - IF a file exists in the > desired folder and is selected. The problem comes when the desired > folder is empty... > > Thanks, > Bill > > > > > _______________________________________________ > dba-VB mailing list > dba-VB at databaseadvisors.com > http://databaseadvisors.com/mailman/listinfo/dba-vb > http://www.databaseadvisors.com -- Seth Galitzer sgsax at ksu.edu Computing Specialist http://puma.agron.ksu.edu/~sgsax Dept. of Plant Pathology Kansas State University From BBarabash at TappeConstruction.com Fri Sep 17 12:10:32 2004 From: BBarabash at TappeConstruction.com (Brett Barabash) Date: Fri, 17 Sep 2004 12:10:32 -0500 Subject: [dba-VB] commondialog Message-ID: <100F91B31300334B89EC531C9DCB0865065953@tccexch01.tappeconstruction.net> You need to use the SHBrowseForFolder API call to do that. It's a little tricky, but luckily there are several code samples out there: PlanetSourceCode: http://shorl.com/fipykipopyfi (for some reason TinyURL isn't working right today. Had to use Shorl instead) CodeHound: http://www.codehound.com/vb/results/results.asp?Q=shbrowseforfolder -----Original Message----- From: dba-vb-bounces at databaseadvisors.com [mailto:dba-vb-bounces at databaseadvisors.com] On Behalf Of bkollodge at parkindustries.com Sent: Friday, September 17, 2004 11:06 AM To: dba-vb at databaseadvisors.com Subject: [dba-VB] commondialog --------------Please open with care!------------ This message has bypassed some of our spam filtering rules. This message was scanned for viruses and executable code has been stripped. --------------------------------------------------------------- Does anyone know how to select a folder using a commondialog? I realize I can extract the folder from the filename - IF a file exists in the desired folder and is selected. The problem comes when the desired folder is empty... Thanks, Bill -------------------------------------------------------------------------------------------------------------------- The information in this email may contain confidential information that is legally privileged. The information is only for the use of the intended recipient(s) named above. If you are not the intended recipient(s), you are hereby notified that any disclosure, copying, distribution, or the taking of any action in regard to the content of this email is strictly prohibited. If transmission is incorrect, unclear, or incomplete, please notify the sender immediately. The authorized recipient(s) of this information is/are prohibited from disclosing this information to any other party and is/are required to destroy the information after its stated need has been fulfilled. Any views expressed in this message are those of the individual sender, except where the sender specifies and with authority, states them to be the views of Tappe Construction Co. This footer also confirms that this email message has been scanned for the presence of computer viruses.Scanning of this message and addition of this footer is performed by SurfControl E-mail Filter software in conjunction with virus detection software. From listmaster at databaseadvisors.com Thu Sep 23 20:27:48 2004 From: listmaster at databaseadvisors.com (Bryan Carbonnell) Date: Thu, 23 Sep 2004 21:27:48 -0400 Subject: [dba-VB] Administrivia - ADMIN Server Troubles Message-ID: <41533FD4.8127.698BF2@localhost> The mail server that is running DBA's mailing lists is in the midst of an identity crisis. It doesn't want to act like a mial server, which is why some mail is taking hours and days to deliver, as some of you have noticed recently. So I will need to take the server off-line this weekend. The server will be going off-line at around 9pm EDT (UTC +0400). I can't say for sure when it will be back on-line, but it will be before Monday Morning (UTC+0400) (Late morning for those of you in Europe and the UK) Hopefully this will resolve the problems and thanks for your patience while we work through this. From listmaster at databaseadvisors.com Sat Sep 25 07:11:41 2004 From: listmaster at databaseadvisors.com (Bryan Carbonnell) Date: Sat, 25 Sep 2004 08:11:41 -0400 Subject: [dba-VB] Administrivia - Server Back Up Message-ID: <4155283D.12253.1D8604@localhost> Well, the mailserver and list software is back up and running. Hopefully our problems are all cleared up now. If not, please let me know at either listmaster at databaseadvisors.com AND carbonnb at sympatico.ca That way if dba's server is not working, then I will still be able to look at it. Thanks for your understanding and patience. -- Bryan Carbonnell - listmaster at databaseadvisors.com There's a fine line between genius and insanity. I have erased this line. From john at winhaven.net Sat Sep 25 09:13:04 2004 From: john at winhaven.net (John Bartow) Date: Sat, 25 Sep 2004 09:13:04 -0500 Subject: [dba-VB] Administrivia - Server Back Up In-Reply-To: <4155283D.12253.1D8604@localhost> Message-ID: Three cheers and a HUGE pat on the back for Bryan! He did this maintenance work in his personal free time! John Bartow, President Database Advisors, Inc. Email: mailto:president at databaseadvisors.com Website: http://www.databaseadvisors.com -----Original Message----- From: dba-vb-bounces at databaseadvisors.com [mailto:dba-vb-bounces at databaseadvisors.com]On Behalf Of Bryan Carbonnell Sent: Saturday, September 25, 2004 7:12 AM To: administrivia at databaseadvisors.com Subject: [dba-VB] Administrivia - Server Back Up Well, the mailserver and list software is back up and running. Hopefully our problems are all cleared up now. If not, please let me know at either listmaster at databaseadvisors.com AND carbonnb at sympatico.ca That way if dba's server is not working, then I will still be able to look at it. Thanks for your understanding and patience. -- Bryan Carbonnell - listmaster at databaseadvisors.com There's a fine line between genius and insanity. I have erased this line. _______________________________________________ dba-VB mailing list dba-VB at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/dba-vb http://www.databaseadvisors.com From Chris.Foote at uk.thalesgroup.com Mon Sep 27 07:46:14 2004 From: Chris.Foote at uk.thalesgroup.com (Foote, Chris) Date: Mon, 27 Sep 2004 13:46:14 +0100 Subject: [dba-VB] Test - please ignore Message-ID: <97CF276BD8C6D4119C4B00508BB18DE709E0C38A@ntscxch1.int.rdel.co.uk> Test!