<!doctype html public "-//w3c//dtd html 4.0 transitional//en"> <html> For the last day or so, I've been getting Cf-List every hour, instead of the once a day delivery I'm used to. Every edition I've received hourly is "Volume 1 : Number 169". How can I change this? Why did it change on me to begin with? Thanks. <p>Paul Campano <br> <br> <p>CF-Talk wrote: <blockquote TYPE=CITE>CF-Talk-list Sun, 8 Dec 2002 Volume 1 : Number 169 <p>In this issue: <p> RE: Batch INSERT for Oracle? <br> RE: fireworks thumbnail generator <br> How to use DLLs in CF <br> RE: fireworks thumbnail generator <br> RE: fireworks thumbnail generator <p>---------------------------------------------------------------------- <p>Date: Sun, 8 Dec 2002 22:35:23 -0500 <br>From: "Joe Eugene" <[EMAIL PROTECTED]> <br>Subject: RE: Batch INSERT for Oracle? <br>Message-ID: <[EMAIL PROTECTED]> <p>Is your query object from the same DataSource(Oracle)? <br>If so.. why cant you just do... <br>insert into TableName(field1, fields2) <br>select field1,field2 from Tablename.. <p>If its a different datasource.. u dont have an option.. <p>Joe <p>-----Original Message----- <br>From: Stacy Young [<a href="mailto:[EMAIL PROTECTED]">mailto:[EMAIL PROTECTED]</a>] <br>Sent: Sunday, December 08, 2002 6:09 PM <br>To: CF-Talk <br>Subject: Batch INSERT for Oracle? <p>Anyone know if this is possible? I've got a query object in cf I'd like to <br>dump to Oracle in one shot rather than looping over the items and performing <br>individual inserts. <p>Thanks! <p>AVIS IMPORTANT: <br>------------------------------- <br>Les informations contenues dans le present document et ses pieces jointes <br>sont strictement confidentielles et reservees a l'usage de la (des) <br>personne(s) a qui il est adresse. Si vous n'etes pas le destinataire, soyez <br>avise que toute divulgation, distribution, copie, ou autre utilisation de <br>ces informations est strictement prohibee. Si vous avez recu ce document <br>par erreur, veuillez s'il vous plait communiquer immediatement avec <br>l'expediteur et detruire ce document sans en faire de copie sous quelque <br>forme. <p>WARNING: <br>------------------------------- <br>The information contained in this document and attachments is confidential <br>and intended only for the person(s) named above. If you are not the <br>intended recipient you are hereby notified that any disclosure, copying, <br>distribution, or any other use of the information is strictly prohibited. <br>If you have received this document by mistake, please notify the sender <br>immediately and destroy this document and attachments without making any <br>copy of any kind. <p>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| <br>Archives: <a href="http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4">http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4</a> <br>Subscription: <a href="http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4">http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4</a> <br>FAQ: <a href="http://www.thenetprofits.co.uk/coldfusion/faq">http://www.thenetprofits.co.uk/coldfusion/faq</a> <br>This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. <p>------------------------------ <p>Date: Sun, 8 Dec 2002 22:39:57 -0500 <br>From: "Mike Chambers" <[EMAIL PROTECTED]> <br>Subject: RE: fireworks thumbnail generator <br>Message-ID: <00b501c29f34$a88e9eb0$0500a8c0@mesha31p> <p>fyi, there is a updated version of this extension at the Macromedia <br>Exchange: <p><a href="http://www.macromedia.com/exchange/dreamweaver/">http://www.macromedia.com/exchange/dreamweaver/</a> <p>it offers a lot more customization. <p>if you can't find it, shoot me an email and ill find the exact link for <br>you. <p>mike chambers <p>[EMAIL PROTECTED] <p>> -----Original Message----- <br>> From: Mark A. Kruger - CFG [<a href="mailto:[EMAIL PROTECTED]">mailto:[EMAIL PROTECTED]</a>] <br>> Sent: Sunday, December 08, 2002 10:02 PM <br>> To: CF-Talk <br>> Subject: RE: fireworks thumbnail generator <br>> <br>> <br>> Tony, <br>> <br>> Go to "commands-->create web photo albumn" in dreamweaver. Follow the <br>> wizard Dorothy <g>. <br>> <br>> -Mark <br>> <br>> -----Original Message----- <br>> From: Tony Weeg [<a href="mailto:[EMAIL PROTECTED]">mailto:[EMAIL PROTECTED]</a>] <br>> Sent: Sunday, December 08, 2002 8:49 PM <br>> To: CF-Talk <br>> Subject: ot: fireworks thumbnail generator <br>> <br>> <br>> hi all. <br>> <br>> good sunday evening to y'all. <br>> does anyone know if/how fireworks can <br>> take a directory of images, create thumbnails <br>> and make some simple table with a set amount of <br>> columns per row, that would link to all of those <br>> images? i have 60 some images from my families <br>> thanksgiving day and i need to show everyone <br>> but i dont have the freakin time size/name/link etc <br>> <br>> thanks. <br>> <br>> ..tony (just a little lazy on football sunday ;) <br>> <br>> tony weeg <br>> [EMAIL PROTECTED] <br>> www.revolutionwebdesign.com <br>> rEvOlUtIoN wEb DeSiGn <br>> 410.334.6331 <br>> <br>> <br>> <br>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| <br>Archives: <a href="http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4">http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4</a> <br>Subscription: <a href="http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4">http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4</a> <br>FAQ: <a href="http://www.thenetprofits.co.uk/coldfusion/faq">http://www.thenetprofits.co.uk/coldfusion/faq</a> <br>Get the mailserver that powers this list at <a href="http://www.coolfusion.com">http://www.coolfusion.com</a> <p>------------------------------ <p>Date: Mon, 9 Dec 2002 11:39:06 +0800 <br>From: "Amalan" <[EMAIL PROTECTED]> <br>Subject: How to use DLLs in CF <br>Message-ID: <001201c29f34$872b68c0$740aa8c6@user1SW> <p>Hi anyone and everyone, <p>I have a query which I hope someone can help. <p>Can you please help tell me how to invoke DLL calls in CF? What is the <br>syntax? How to pass parameters? <p>thansk & best Regards, <br>Amalan <p>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| <br>Archives: <a href="http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4">http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4</a> <br>Subscription: <a href="http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4">http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4</a> <br>FAQ: <a href="http://www.thenetprofits.co.uk/coldfusion/faq">http://www.thenetprofits.co.uk/coldfusion/faq</a> <br>Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. <a href="http://www.fusionauthority.com/ads.cfm">http://www.fusionauthority.com/ads.cfm</a> <p>------------------------------ <p>Date: Sun, 8 Dec 2002 22:16:12 -0600 <br>From: "Mark A. Kruger - CFG" <[EMAIL PROTECTED]> <br>Subject: RE: fireworks thumbnail generator <br>Message-ID: <[EMAIL PROTECTED]> <p>No problem.. <p>-----Original Message----- <br>From: Tony Weeg [<a href="mailto:[EMAIL PROTECTED]">mailto:[EMAIL PROTECTED]</a>] <br>Sent: Sunday, December 08, 2002 9:10 PM <br>To: CF-Talk <br>Subject: RE: fireworks thumbnail generator <p>worked like a charm ;) <br>again, thank you mark. <br>thats perfect! <p>tony <p>-----Original Message----- <br>From: Mark A. Kruger - CFG [<a href="mailto:[EMAIL PROTECTED]">mailto:[EMAIL PROTECTED]</a>] <br>Sent: Sunday, December 08, 2002 10:02 PM <br>To: CF-Talk <br>Subject: RE: fireworks thumbnail generator <p>Tony, <p>Go to "commands-->create web photo albumn" in dreamweaver. Follow the <br>wizard Dorothy <g>. <p>-Mark <p>-----Original Message----- <br>From: Tony Weeg [<a href="mailto:[EMAIL PROTECTED]">mailto:[EMAIL PROTECTED]</a>] <br>Sent: Sunday, December 08, 2002 8:49 PM <br>To: CF-Talk <br>Subject: ot: fireworks thumbnail generator <p>hi all. <p>good sunday evening to y'all. <br>does anyone know if/how fireworks can <br>take a directory of images, create thumbnails <br>and make some simple table with a set amount of <br>columns per row, that would link to all of those <br>images? i have 60 some images from my families <br>thanksgiving day and i need to show everyone <br>but i dont have the freakin time size/name/link etc <p>thanks. <p>tony (just a little lazy on football sunday ;) <p>tony weeg <br>[EMAIL PROTECTED] <br>www.revolutionwebdesign.com <br>rEvOlUtIoN wEb DeSiGn <br>410.334.6331 <p>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| <br>Archives: <a href="http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4">http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4</a> <br>Subscription: <a href="http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4">http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4</a> <br>FAQ: <a href="http://www.thenetprofits.co.uk/coldfusion/faq">http://www.thenetprofits.co.uk/coldfusion/faq</a> <br>Structure your ColdFusion code with Fusebox. Get the official book at <a href="http://www.fusionauthority.com/bkinfo.cfm">http://www.fusionauthority.com/bkinfo.cfm</a> <p>------------------------------ <p>Date: Sun, 8 Dec 2002 22:16:53 -0600 <br>From: "Mark A. Kruger - CFG" <[EMAIL PROTECTED]> <br>Subject: RE: fireworks thumbnail generator <br>Message-ID: <[EMAIL PROTECTED]> <p>Cool... thanks mike. <p>-----Original Message----- <br>From: Mike Chambers [<a href="mailto:[EMAIL PROTECTED]">mailto:[EMAIL PROTECTED]</a>] <br>Sent: Sunday, December 08, 2002 9:40 PM <br>To: CF-Talk <br>Subject: RE: fireworks thumbnail generator <p>fyi, there is a updated version of this extension at the Macromedia <br>Exchange: <p><a href="http://www.macromedia.com/exchange/dreamweaver/">http://www.macromedia.com/exchange/dreamweaver/</a> <p>it offers a lot more customization. <p>if you can't find it, shoot me an email and ill find the exact link for <br>you. <p>mike chambers <p>[EMAIL PROTECTED] <p>> -----Original Message----- <br>> From: Mark A. Kruger - CFG [<a href="mailto:[EMAIL PROTECTED]">mailto:[EMAIL PROTECTED]</a>] <br>> Sent: Sunday, December 08, 2002 10:02 PM <br>> To: CF-Talk <br>> Subject: RE: fireworks thumbnail generator <br>> <br>> <br>> Tony, <br>> <br>> Go to "commands-->create web photo albumn" in dreamweaver. Follow the <br>> wizard Dorothy <g>. <br>> <br>> -Mark <br>> <br>> -----Original Message----- <br>> From: Tony Weeg [<a href="mailto:[EMAIL PROTECTED]">mailto:[EMAIL PROTECTED]</a>] <br>> Sent: Sunday, December 08, 2002 8:49 PM <br>> To: CF-Talk <br>> Subject: ot: fireworks thumbnail generator <br>> <br>> <br>> hi all. <br>> <br>> good sunday evening to y'all. <br>> does anyone know if/how fireworks can <br>> take a directory of images, create thumbnails <br>> and make some simple table with a set amount of <br>> columns per row, that would link to all of those <br>> images? i have 60 some images from my families <br>> thanksgiving day and i need to show everyone <br>> but i dont have the freakin time size/name/link etc <br>> <br>> thanks. <br>> <br>> ..tony (just a little lazy on football sunday ;) <br>> <br>> tony weeg <br>> [EMAIL PROTECTED] <br>> www.revolutionwebdesign.com <br>> rEvOlUtIoN wEb DeSiGn <br>> 410.334.6331 <br>> <br>> <br>> <p>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| <br>Archives: <a href="http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4">http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4</a> <br>Subscription: <a href="http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4">http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4</a> <br>FAQ: <a href="http://www.thenetprofits.co.uk/coldfusion/faq">http://www.thenetprofits.co.uk/coldfusion/faq</a> <br>Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. <a href="http://www.fusionauthority.com/signup.cfm">http://www.fusionauthority.com/signup.cfm</a> <p>------------------------------ <p>End of CF-Talk-list V1 #169 <br>***************************</blockquote> </html>

