CF Image Gallery

2004-07-16 Thread Mickael
Hi All, I was wondering if anyone knows where I can get a some code for an Image Gallery.  I have seen tons of these for Free in PHP.  But none in CF yet.  The gallery I am looking for is type that you upload images to a folder, then on the display page some code makes that thumbnails and displays

CFMX to create ACCESS .mbd file

2004-07-16 Thread Dwayne Cole
I want to use CFMX to: 1). Create an Access Database File .mbd 2). Register that Access Dabase File with ColdFusion Administrator Can anyone point me in the right direction. Dwayne Cole, MS in MIS, MBA Certified Advanced ColdFusion Developer 850-591-0212 [Todays Threads] [This Message] [Su

CFMX create Access Database

2004-07-16 Thread Dwayne Cole
I want to use CFMX to: 1). Create an Access Database File .mbd 2). Register that Access Dabase File with ColdFusion Administrator Can anyone point me in the right direction. Dwayne Cole, MS in MIS, MBA Certified Advanced ColdFusion Developer 850-591-0212 [Todays Threads] [This Message] [Su

Re: XHTML WYSIWYG editor revisited

2004-07-16 Thread Rick Root
Robert Munn wrote: > Belus has announced a new version of their XHTML ActiveX WYSIWYG editor. > You can see the details at http://xstandard.com/. They have a Pro > version that is priced by user and URL. They also have a Lite version > that is freeware. Just looked at their freeware license..

solutions for code resuse inside the tags ...

2004-07-16 Thread Daniel Farmer
When setting the error types to "validation" and "request" what options are there as far as code reuse are available? What solutions or workarounds are out there? [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Re: RAD (was RE: Best choice for ColdFusion Studio IDE...)

2004-07-16 Thread Robert Munn
>So the question isn't whether or not to have tools, but what sort of tools >will they be? Personally I'd like a tool that can "fill in the blanks" on simple coding tasks. Templates and wizards help to some extent, but I'd like something smart enough to go back and fix my mistakes, add missing par

Re: Access a web site through the coldfusion server?

2004-07-16 Thread Ryan Stille
Not exactly sure what you are asking, but Apache can proxy the request.    If foo.com is hosted on apache server A, you can set it up so that when you browse to foo.com, server a fetches content from server B and serves it to the user as if it were coming from A. -Ryan [Todays Threads] [This Me

Re: cfmx hot fixes

2004-07-16 Thread Dave Carabetta
On Fri, 16 Jul 2004 12:10:08 -0400, DURETTE, STEVEN J (AIT) <[EMAIL PROTECTED]> wrote: > Alex, > > I already have the hot fixes.  I'm just sick of 1) having to do so many for > a clean new install. and 2) having to recheck each one of those continuously > because they update them. > > I'd like to

Re: FCKEditor

2004-07-16 Thread Rick Root
Mark W. Breneman wrote: > > You gotta love the name of the editor, not exactly what I would use if I was > going to target biz. Being that it's an open source free project, they'll just have to rely on us geeks knowing that it's a great editor =)  Our clients don't need to know its name.   - R

RE: FB 4 circuits and fuseactions

2004-07-16 Thread Tangorre, Michael
> I guess this wont work after all. According to everything > I've tried and read, FB4 can't catch these types of errors. > So I guess I have to rig it until the next version comes out. > Thats sad. You don't have to rig anything! Go to the FB4 forums and search around, there is a lot of discus

Re: FB 4 circuits and fuseactions

2004-07-16 Thread Phill B
I guess this wont work after all. According to everything I've tried and read, FB4 can't catch these types of errors. So I guess I have to rig it until the next version comes out. Thats sad. Phillip B. On Fri, 16 Jul 2004 10:12:05 -0500, Phill B <[EMAIL PROTECTED]> wrote: > I also noticed that i

RE: java cfx tag not working

2004-07-16 Thread Guy Rish
George, The TagCFX::execute error typically only surfaces when the Server is unable to load either the tag or one of its required classes (or subordinate shared objects). Why don't you post the following information so that we can evaulate it. All your CFX settings for this tag. All of your Java

XHTML WYSIWYG editor revisited

2004-07-16 Thread Robert Munn
Belus has announced a new version of their XHTML ActiveX WYSIWYG editor. You can see the details at http://xstandard.com/. They have a Pro version that is priced by user and URL. They also have a Lite version that is freeware. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe]

RE: cfmx hot fixes

2004-07-16 Thread DURETTE, STEVEN J (AIT)
Alex, I already have the hot fixes.  I'm just sick of 1) having to do so many for a clean new install. and 2) having to recheck each one of those continuously because they update them.   I'd like to have one large updater that has these and then a small amount of patches/hotfixes after. Be

RE: Simple Cookie

2004-07-16 Thread Pascal Peters
I stand corrected! I still do most development for CF4.5 or CF5 so this was a natural reaction for me. It won't happen again. If you are not using CFMX: don't do a cflocation after a cfcookie. Pascal > -Original Message- > From: Dave Watts [mailto:[EMAIL PROTECTED] > Sent: 16 July 2004 1

Access a web site through the coldfusion server -retry?

2004-07-16 Thread rob.stokes
Hi all, Hope your summer weather's better than it is here. :-( I need to do this: You Need you to check via a browser from bridgesupport.intra.dsd.com  (i/p address 147.149.139.81) what response you get from  http://sms.labs.dsd.com/ipinfo   How would I do this? bridgesupport.intra.dsd.com is t

Re: Free Stuff: Tree, Tab, Accordian Pane Custom Tags

2004-07-16 Thread Claude Schneegans
>>With external JS and CSS the 'average Joe' (no pun intended), who may not be experienced in JS or CSS, may find them more difficult to use, Well, not really. If the JS-CSS is generated by the tag to hide it to casual user, it could generate calls to external files as well. -- __

Re: Simple Cookie

2004-07-16 Thread Bryan Stevenson
Pascal...in CFMX at least you can now set a cookie AND use CFLOCATION after it in the same pagein previous versions this would mean the cookie would not be setbut that has been fixed ;-) Cheers Bryan Stevenson B.Comm. VP & Director of E-Commerce Development Electric Edge Systems Group Inc

RE: Simple Cookie

2004-07-16 Thread Dave Watts
> When they vote (don't do a cflocation afterwards!!): > If you're using CFMX, you can use CFCOOKIE and CFLOCATION within the same page. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ phone: 202-797-5496 fax: 202-797-5444 [Todays Threads] [This Message] [Subscription]

Architecture Question: Adding event model to jComponents

2004-07-16 Thread Joe Rinehart
Hi all, I've got a series of custom tags that make CSS/_javascript_ base interface widgets like tab navigations and accordian panes.  (demo at http://clearsoftware.net/clear/?template=downloads.jcomponents) I'm currently implementing an event model with the following goals: 1.  Allow a developer

RE: Simple Cookie

2004-07-16 Thread Pascal Peters
When they vote (don't do a cflocation afterwards!!): Before they vote: ... don't query the db ... query the db Pascal > -Original Message- > From: Asim Manzur [mailto:[EMAIL PROTECTED] > Sent: 16 July 2004 16:54 > To: CF-Talk > Subject: Simple Cookie > > hi, I need a littl

RE: RAD (was RE: Best choice for ColdFusion Studio IDE...)

2004-07-16 Thread Dave Watts
> > ... I think you're exaggerating the difficulty of > > writing ASP.NET code in any generic text editor. It's > > simply not that difficult. > > It might not be difficult, but it is more time consuming. I'm personally finding the difference to be less and less over time, actually. > Even the

Re: Free Stuff: Tree, Tab, Accordian Pane Custom Tags

2004-07-16 Thread Joe Rinehart
Hey Guys, Hugo, you've got a good point - there is bandwidth that could be saved via caching, etc.  I just built a pretty complicated demo of some new client-side features (events), and it only came out to about 400 lines of resultant code.   If it was 4000, I'd definitely raise the complexity bar

Re: FCKEditor

2004-07-16 Thread Daniel Farmer
hHHAAHAHAHAHAHA very true.   - Original Message -   From: Mark W. Breneman   To: CF-Talk   Sent: Friday, July 16, 2004 11:06 AM   Subject: RE: FCKEditor   I don't know if this is what you are asking but, you can remove all of the   tool bars by commenting out the toolbar sets in the fck

RE: Free Stuff: Tree, Tab, Accordian Pane Custom Tags

2004-07-16 Thread Hugo Ahlenius
| From: Boyzoid [mailto:[EMAIL PROTECTED] | From looking at the architecture of these components, it is | obvious that the author (By the way, great work, Joe!!) | intended these to be simple and easy to use for eveyone. | With external JS and CSS the 'average Joe' (no pun intended), | who may not

Access a web site through the coldfusion server?

2004-07-16 Thread rob.stokes
Hi all, Hope your summer weather's better than it is here. :-( I need to do this: - You Need you to check via a browser from bridgesupport.intra.dsd.com  (i/p address 147.149.139.81) what response you get from  http://sms.labs.dsd.com/ipinfo   - How would I do this? bridgesupport.intra.

RE: CFECLIPSE/Eclipse/databases?

2004-07-16 Thread Robertson-Ravo, Neil (RX)
Currently using SQL Explorer (download from http://eclipse-plugins.2y.net/eclipse/index.jsp;jsessionid=3449A839B17FF31A2 9614A961C033A12 29614A961C033A12> ) - just search for SQL Explorer...it's a branch off of an old unsupported model ...works very well...ships with a ODBC/JDBC bridge..works grea

Re: Code mapping software?

2004-07-16 Thread Dave Carabetta
On Fri, 16 Jul 2004 09:31:44 -0400, Michael Dinowitz <[EMAIL PROTECTED]> wrote: > I'm at work now and my first job is to finish it up. I'm hoping it'll > be done today. Ive added some notes to it and will submit it to MM > both for them to see what I did and to (maybe) redo it into a standard > bla

Re: FB 4 circuits and fuseactions

2004-07-16 Thread Phill B
I also noticed that it doesn't take into account invalid characters in your fuseactions and circuits. Hmmm. I feel like some of those things should be taken care of in the core files. Oh well. Could you send me the plugin or tell me where I can get it? Thanks Michael Phillip B. - Original

Re: query problems from blank form entries

2004-07-16 Thread daniel kessler
>I think I understand a bit better -- you want to 1st check if the record >exists & then, if not, insert a new one, eh? Yes.  exactly. >Do you know what fields are required and what is optional. You probably >need to run your query against only the mandatory fields to determine what >constitut

RE: FCKEditor

2004-07-16 Thread Mark W. Breneman
I don't know if this is what you are asking but, you can remove all of the tool bars by commenting out the toolbar sets in the fckconfig.js file in the fckeditor folder. You gotta love the name of the editor, not exactly what I would use if I was going to target biz. Mark W. Breneman -Cold Fu

Re: CFECLIPSE/Eclipse/databases?

2004-07-16 Thread Rob
I use this database plug-in http://quantum.sourceforge.net/ Its a bit clunky in places but powerful. You have to supply your own jdbc drivers though (they come with most db's anyway or often available on the net). If you looking to connect to ms sql server and want to stay open source this is a r

Re: FCKEditor [ solved ]

2004-07-16 Thread Daniel Farmer
apologies for the double posting and the spelling   =) .. I found the answer here... TOOLBAR CUSTOMIZATION... https://sourceforge.net/docman/display_doc.php?docid=15940&group_id=75348   - Original Message -   From: Daniel Farmer   To: CF-Talk   Sent: Friday, July 16, 2004 10:57 AM   

Re: query problems from blank form entries

2004-07-16 Thread daniel kessler
> You're generally on the right track. However, instead of using an > empty string if the field is blank, don't do that part of the clause > at all. But if I don't do the address part of the clause, then I'd get all of the "World B. Free"s out there whether they're at 1101 Palace Place, or 2104

Re: Free Stuff: Tree, Tab, Accordian Pane Custom Tags

2004-07-16 Thread Boyzoid
Hugo, >From looking at the architecture of these components, it is obvious that the author (By the way, great work, Joe!!) intended these to be simple and easy to use for eveyone. With external JS and CSS the 'average Joe' (no pun intended), who may not be experienced in JS or CSS, may find them

RE: FB 4 circuits and fuseactions

2004-07-16 Thread Tangorre, Michael
> Would I be correct in saying FB4 does not have a method of > handling the following? > A null fuseaction. > An invalid circuit. > A valid circuit but invalid fuse. Phil, Fusebox exceptions are thrown when those events occur and you can catch them and handle them how you see fit; I use a plugi

FCKEditor

2004-07-16 Thread Daniel Farmer
Does anyone know how I can set this tool for text-only abilities? ( I wish to disable most of it's features ). [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

FCKEditor

2004-07-16 Thread Daniel Farmer
Does anyone know how I can set this tool for text-only abilities? ( I wish to disable most of it's features ). [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

FB 4 circuits and fuseactions

2004-07-16 Thread Phill B
Would I be correct in saying FB4 does not have a method of handling the following? A null fuseaction. An invalid circuit. A valid circuit but invalid fuse. -- Phillip B. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

RE: cfmx hot fixes

2004-07-16 Thread Dave Watts
> ok, I shall do that. But just clarify something.. Have > macromedia not released any 'updater versions' for 6.1? > Becuase I don't beleive I've got them No, they've just released a handful of patches. You can find them all here: http://www.macromedia.com/support/coldfusion/ts/documents/tn1788

RE: cfmx hot fixes

2004-07-16 Thread Dave Watts
> I wanted to know if its okay to install this hotfix > > ColdFusion MX 6.1: Updated DataDirect drivers for 100% CPU > utilization and other issues > > http://www.macromedia.com/support/coldfusion/ts/documents/cfmx > 61_sqlserver_cpu.htm > > I want to know by installing this fix, will there be

Simple Cookie

2004-07-16 Thread Asim Manzur
hi, I need a little hand. I have a voting website. I want to prevent the users to do the multiple submissions. I am saving their IPs in the DB when they vote. Now I also want to send the cookie, so, if the cookie exists then no need to query the database and just show the message that multiple su

Re: cfmx hot fixes

2004-07-16 Thread Alex Hubner
Steve, here's the hotfixes (and some important workarounds) url list for ColdFusion MX 6.1: http://www.macromedia.com/support/coldfusion/ts/documents/navserver_blank.htm http://www.macromedia.com/support/coldfusion/ts/documents/crystal_hotfix.htm http://www.macromedia.com/support/coldfusion/ts/doc

RE: Free Stuff: Tree, Tab, Accordian Pane Custom Tags

2004-07-16 Thread Micha Schopman
I build a xhtml+css treeview, I have not documented all yet and it has some minor bugs, but you may use it if you want to. http://www.mschopman.demon.nl/treeview/treeview.html It is build in the evening hours with the left hand on the keys and the right hand around me bottle of beer, so I can

Re: cfmx hot fixes

2004-07-16 Thread Alex Hubner
You're right Jochem. I'll look for wget and change the way the "package" is distributed. The main problem is that we should see a updater soon. ;-) Many thanks for the clarifications. []'s Alex > Alex Hubner wrote: > > > > (...) COPYING OR REPRODUCTION OF THE SOFTWARE TO ANY OTHER SERVER OR >

RE: Best choice for ColdFusion Studio IDE...

2004-07-16 Thread Matt Liotta
> Great, but I doubt it will be complete enough -- there is always that > special key-combo (or functionality) that one will miss. > Another approach would be to have optimistic expectations. Anyway, below is a link to the viPlugin that should give you what you want. http://satokar.com/viplugin/i

java cfx tag not working

2004-07-16 Thread George Abraham
All, Win 2003 Server with CF 5 running on it. Just upgraded from Win 2K. Decided not to do CFMX for the time being, since clients will lose due to downtime. A Java CFX tag that used to work on the previous installation is not working any longer. Gives the error: TagCFX::execute. I made sure the ta

Re: Paypal API

2004-07-16 Thread Adam Haskell
I didn't even know they had any...I was looking at it the other night(after your original post), never got to do anything with it, went to a jewel concert last night. I'll play around with it and share in the frustration ;) If I figure anything out I'll let you know. Adam H On Thu, 15 Jul 2004 08

RE: iHTTPModule Interface for Coldfusion?

2004-07-16 Thread Micha Schopman
I am gonna take a look at isapirewrite.com, previous versions never supported dynamic configuration reloading, and the new version does. So maybe this could be what I am looking for. I need a system which can be altered based on what the customer selects. Micha Schopman Software Engineer Moder

RE: Problem with SQL WHERE clause and CF ???

2004-07-16 Thread d.a.collie
I'm coming in late but would something like this work?   SELECT    courseoutline.coursetitle, courseoutline.coursesummary, courseoutline.coursepath,    iteccourse.coursestart, iteccourse.duration, iteccourse.availability    (to_char(coursestart, "") || to_char(coursestart, "MM")) AS event

RE: iHTTPModule Interface for Coldfusion?

2004-07-16 Thread Hugo Ahlenius
Wouldn't http://www.qwerksoft.com/products/iisrewrite/ be something like what you are looking for (haven't tested that one) -- Hugo Ahlenius - Hugo Ahlenius  E-Mail: [EMAIL PROTECTED] Project Officer    Phone:

RE: iHTTPModule Interface for Coldfusion?

2004-07-16 Thread Micha Schopman
What I forgot to mention, it needs to work with CF 5, .. else I would have used the FriendlyURL Servlet instantly :-) During my search I couldn't find a decent solution :-) Micha Schopman Software Engineer Modern Media, Databankweg 12 M, 3821 AL  Amersfoort Tel 033-4535377, Fax 033-4535388 K

Re: Free Stuff: Tree, Tab, Accordian Pane Custom Tags

2004-07-16 Thread Marc Campeau
> I didn't download the things, but I looked on the source code of the > demo page -- and I would prefer a approach that would be much more > friendly for bandwith and caching -- which would also be more flexible > for style changes: > * All _javascript_ in separate static includes >   

Nested Set Category

2004-07-16 Thread Tangorre, Michael
I am in the process of building product category CFC(s) for unlimited child nodes using the nested set model and queries from Joe Celko. Before I go any further I thought I would make sure I am not reinventing the wheel; has anyone done something like this where it is generic enough to use as a te

RE: iHTTPModule Interface for Coldfusion?

2004-07-16 Thread Hugo Ahlenius
You might want to search the archives (and google) for: * SES (search engine safe urls) * mod_rewrite * "url rewriting" * FriendlyURL Servlet (fuservlet) * "iis rewrite engine" -- Hugo Ahlenius - Hugo Ahlenius  E-Mail: [E

CFECLIPSE/Eclipse/databases?

2004-07-16 Thread Mark Drew
HiAll Spike turned me onto the dark side finally (once it got working) of cfeclipse. Without me writing something, does anybody use any good eclipse plugin to explore a db (mysql ingres mssql compatability would be great!) Thanks in advance (did google this, but wanted human opinions!) -- Mark

RE: Best choice for ColdFusion Studio IDE...

2004-07-16 Thread Hugo Ahlenius
Great, but I doubt it will be complete enough -- there is always that special key-combo (or functionality) that one will miss. I guess I have to try it now! -- Hugo Ahlenius - Hugo Ahlenius  E-Mail: [EMAIL PROTECTED] Pro

RE: Best choice for ColdFusion Studio IDE...

2004-07-16 Thread Matt Liotta
> 190mb RAM!?  What processes are you viewing to calculate that?  I have at > present a 56mb peak.which is no more that DWMX2004 requires to even > show > a menu. > I didn't state Eclipse was using 190MB of RAM. I stated that by default it is only allowed to use a maximum of 190MB of RAM. Mine

RE: cfmx hot fixes

2004-07-16 Thread DURETTE, STEVEN J (AIT)
The only problem is that I have been hearing that there is an updater coming soon for about 3 months now.   I'm about to give up hope! Steve -Original Message- From: Alex Hubner [mailto:[EMAIL PROTECTED] Sent: Friday, July 16, 2004 9:08 AM To: CF-Talk Subject: Re: cfmx hot fixes >I

Re: cfmx hot fixes

2004-07-16 Thread Jochem van Dieten
Alex Hubner wrote: > > (...) COPYING OR REPRODUCTION OF THE SOFTWARE TO ANY OTHER SERVER OR LOCATION FOR FURTHER REPRODUCTION OR REDISTRIBUTION IS EXPRESSLY PROHIBITED, UNLESS SUCH REPRODUCTION OR REDISTRIBUTION IS EXPRESSLY PERMITTED BY THE LICENSE AGREEMENT ACCOMPANYING SUCH SOFTWARE (...) > >

RE: Free Stuff: Tree, Tab, Accordian Pane Custom Tags

2004-07-16 Thread Hugo Ahlenius
I didn't download the things, but I looked on the source code of the demo page -- and I would prefer a approach that would be much more friendly for bandwith and caching -- which would also be more flexible for style changes: * All _javascript_ in separate static includes * All css in separate st

Re: cfmx hot fixes

2004-07-16 Thread Alex Hubner
Oh yes. Along with copyright info I've also stated the old one: "use at your own risk". Who knows? Spywares and keyloggers are all around us these days. ;-) >I would also be extemely careful in downloading things from a third part >-- esp. when they are all available from the vendor... > > >-- >Hu

RE: MAX 2004 (MVC's Session)

2004-07-16 Thread Sandy Clark
Hal told me he is actually speaking at MAX this year. ON CFC's so he will be there. I might end up at CF_UNDERGROUND before the conference, but not at MAX itself. Sandy   _   From: Sean Corfield [mailto:[EMAIL PROTECTED] Sent: Friday, July 16, 2004 1:31 AM To: CF-Talk Subject: Re: MAX

RE: Best choice for ColdFusion Studio IDE...

2004-07-16 Thread Matt Liotta
> re: (cf)eclipse/he3 -- I might give it a try the day it has implemented > decent vi(m) key-bindings... > No need to wait; Eclipse is ready for that now. -Matt [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

RE: Best choice for ColdFusion Studio IDE...

2004-07-16 Thread Robertson-Ravo, Neil (RX)
190mb RAM!?  What processes are you viewing to calculate that?  I have at present a 56mb peak.which is no more that DWMX2004 requires to even show a menu.    _   From: Matt Liotta [mailto:[EMAIL PROTECTED] Sent: 16 July 2004 13:59 To: CF-Talk Subject: RE: Best choice for ColdFusion Stu

RE: Code mapping software?

2004-07-16 Thread Hugo Ahlenius
... sounds like a good argument for using a framework with a central dispatcher -- like Mach-II or Fusebox (which you might be using?). It doesn't map everything, but the main program flow. -- Hugo Ahlenius - Hugo Ahlenius   

RE: cfmx hot fixes

2004-07-16 Thread Hugo Ahlenius
I would also be extemely careful in downloading things from a third part -- esp. when they are all available from the vendor... -- Hugo Ahlenius - Hugo Ahlenius  E-Mail: [EMAIL PROTECTED] Project Officer    Ph

RE: Best choice for ColdFusion Studio IDE...

2004-07-16 Thread Hugo Ahlenius
I will prepare a page with my cfml tools that I have prepared for vim (I should also take over the official responsibility for the cfml syntax hilite) some time in the future. re: (cf)eclipse/he3 -- I might give it a try the day it has implemented decent vi(m) key-bindings... -- Hugo Ahlenius --

Re: cfmx hot fixes

2004-07-16 Thread Alex Hubner
>There is a link at the bottom of every page: >http://www.macromedia.com/help/copyright.html > >The relevant quote appears to be: > >"The Software is made available for download solely for use by >end users according to the License Agreement. Any use, >reproduction or redistribution of the Softwa

iHTTPModule Interface for Coldfusion?

2004-07-16 Thread Micha Schopman
I am looking for a way to create a customtag which purpose is to handle url to id mappings before they are caught by the IIS errorhandler. For example: The page http://www.mydomain.com/software/product does not exist on the server because the system is used as an ASP model, and all customers us

RE: Problem with SQL WHERE clause and CF ???

2004-07-16 Thread Ian Vaughan
Yes but it still should bring back all records under July, August etc It seems as if this part of the SQL statement is what is causing this WHERE    courseoutline.id = iteccourse.courseoutlineid AND iteccourse.courseoutlineid ='1' As when I run the query without below with out the SQL claus

Re: Code mapping software?

2004-07-16 Thread Michael Dinowitz
I'm at work now and my first job is to finish it up. I'm hoping it'll be done today. Ive added some notes to it and will submit it to MM both for them to see what I did and to (maybe) redo it into a standard blackstone debug template. I like the CFTREE idea of display and would love to see the flas

RE: Adding rows to a query

2004-07-16 Thread Pascal Peters
No, But you could use QofQ to sort it afterwards. OR create a New query, add your rows and then add the original query's rows Pascal > -Original Message- > From: Todd [mailto:[EMAIL PROTECTED] > Sent: 16 July 2004 15:09 > To: CF-Talk > Subject: Adding rows to a query > > QueryAddRow() a

Re: cfmx hot fixes

2004-07-16 Thread Jochem van Dieten
Alex Hubner wrote: >> I don't think the license allows redistribution of copyrighted >> material. > > Jochem, I didn't know that. Can you point me some info regarding restriction on the redistribution of hotfixes? There is a link at the bottom of every page: http://www.macromedia.com/help/copyri

Re: MAX 2004 (MVC's Session)

2004-07-16 Thread Tony Weeg
hal will be there, according to the session schedule, i signed up for his structured cold fusion coding, somthing or other... tw On Thu, 15 Jul 2004 22:30:36 -0700, Sean Corfield <[EMAIL PROTECTED]> wrote: > > Anybody planning to do a session on MVC's(Mach-ii, other) for MAX 2004. > > If it isn'

Adding rows to a query

2004-07-16 Thread Todd
QueryAddRow() adds 1 or more rows to the end of a query.  Is there a way to add them to the begining? [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Re: cfmx hot fixes

2004-07-16 Thread Alex Hubner
>I don't think the license allows redistribution of copyrighted >material. > >Jochem Jochem, I didn't know that. Can you point me some info regarding restriction on the redistribution of hotfixes? Thanks! BTW: We should see an update soon for ColdFusion MX 6.1 that will address all those fixes

RE: Best choice for ColdFusion Studio IDE...

2004-07-16 Thread Matt Liotta
> Recommendations? > By default Eclipse can use up to 190MB of RAM, which works fine for me. I suggest you try other settings until the max is higher than the actual usage. > It should be -- that's what a MMU and a PE Multitasking OS are supposed > to give you. > Yes, but each time you switch be

cfschedule timout

2004-07-16 Thread Whittingham, P
Hi All, I have a page which I have scheduled hourly, which will move files (rtf/doc/pdf) from one folder to multiple folders so that Verity and create/index these collection. But, it will timeout even if timeout=500. So I had to create multiple pages for this 'very long process'. Is there a way t

RE: Code mapping software?

2004-07-16 Thread DURETTE, STEVEN J (AIT)
Will you let us know when it's available?  It sounds great! I tried modifying the template to get more info on queries before.  I left in the original code and added more so I could see if it was working, but something was wrong and my parts always returned nothing.  After about an hour I had to

Re: Coldfusion Web Image Editor

2004-07-16 Thread Jim Louis
Found this one not to long ago.  Have no Idea how  well it works and it costs.. http://www.easel2.com/cfximage_support.html >> The types of functions you are describing need not be client based. >> >> You could do this by just selecting an area of an image (a fairly easy >dhtml or flash function

Re: cfmx hot fixes

2004-07-16 Thread Jochem van Dieten
Marco Antonio C. Santos wrote: > > see this link from Alex Hubner Brazilian Blog > > http://www.cfgigolo.com/unsorted/hotfixes_cfmx61.zip > > MM should see this practical "big pack". I don't think the license allows redistribution of copyrighted material. Jochem [Todays Threads] [This

RE: Problem with SQL WHERE clause and CF ???

2004-07-16 Thread Pascal Peters
You are grouping on coursestart, so it groups on a date (year, month AND day). Follow the instructions in my previous post. Pascal > -Original Message- > From: Ian Vaughan [mailto:[EMAIL PROTECTED] > Sent: 16 July 2004 13:48 > To: CF-Talk > Subject: RE: Problem with SQL WHERE clause and C

Re: cfmx hot fixes

2004-07-16 Thread Marco Antonio C. Santos
Please, see this link from Alex Hubner Brazilian Blog http://www.cfgigolo.com/unsorted/hotfixes_cfmx61.zip MM should see this practical "big pack". Good lucky. On Fri, 16 Jul 2004 06:11:31 -0400, cf coder <[EMAIL PROTECTED]> wrote: > Where can I download these from? Can somebody post a lin

Re: Three selects related tag bug

2004-07-16 Thread Jim Louis
> Hi, I'm using the ThreeSelectsRelated tag from the exchange which > works well, except for using the "default3" parameter. I can see from > a quick google that others have had the same problem (incorrect > options being made available) and I figured if anyone had solved it > they would be her

RE: Problem with SQL WHERE clause and CF ???

2004-07-16 Thread Ian Vaughan
Its an Oracle database   This is my CFOUTPUT for the query bgcolor="##003063"> class="events_all_category_title">#MonthAsString(Month(getupcomingevents .coursestart))# #Year(getupcomingevents.coursestart)# height="20"> width=580 height=1 border=0>     src

RE: Problem with SQL WHERE clause and CF ???

2004-07-16 Thread d.a.collie
soz, should have said that inner join syntax (before anyone jumps down my throat) -- dc [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Re: cfmx hot fixes

2004-07-16 Thread cf coder
I think I understand it now... CFMX 6.1 includes updater 3. I wanted to know if its okay to install this hotfix ColdFusion MX 6.1: Updated DataDirect drivers for 100% CPU utilization and other issues http://www.macromedia.com/support/coldfusion/ts/documents/cfmx61_sqlserver_cpu.htm I want to kn

RE: Problem with SQL WHERE clause and CF ???

2004-07-16 Thread d.a.collie
>> User INNER JOIN  Cant stand that awful syntax for joins..:-) Unless your DB doesn't support Inner Joins ;-) -- dc [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

RE: cfmx hot fixes

2004-07-16 Thread Pascal Peters
AFAIK they didn't > -Original Message- > From: cf coder [mailto:[EMAIL PROTECTED] > Sent: 16 July 2004 13:16 > To: CF-Talk > Subject: Re: cfmx hot fixes > > ok, I shall do that. But just clarify something.. Have macromedia not > released any 'updater versions' for 6.1? Becuase I don't bel

RE: Problem with SQL WHERE clause and CF ???

2004-07-16 Thread Robertson-Ravo, Neil (RX)
User INNER JOIN  Cant stand that awful syntax for joins..:-) What DB flavour? You should be able to do all of this in SQL...and not use CF at all apart from output..    _   From: Ian Vaughan [mailto:[EMAIL PROTECTED] Sent: 16 July 2004 12:09 To: CF-Talk Subject: Problem with SQL WHERE

RE: Problem with SQL WHERE clause and CF ???

2004-07-16 Thread Pascal Peters
Really hard to say without the You should do an ORDER BY eventYear, eventMonth, iteccourse.coursestart asc And then #getevents.eventYear# #getevents.eventMonth# #getevents.coursetitle#... Pascal > -Original Message- > From: Ian Vaughan [mailto:[EMAIL PROTECTED] > Sent: 16 July

Re: cfmx hot fixes

2004-07-16 Thread cf coder
ok, I shall do that. But just clarify something.. Have macromedia not released any 'updater versions' for 6.1? Becuase I don't beleive I've got them Thanks [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Problem with SQL WHERE clause and CF ???

2004-07-16 Thread Ian Vaughan
I am trying to display a list of upcoming events grouped together by month. So for example it would show July 2004 23 Windows Course 25 Word Course August 2004 10 Windows Course 15 Excel Course etc.. When running the query shown at the bottom of the email it wo

RE: cfmx hot fixes

2004-07-16 Thread Peter Tilbrook
Well I just "won" a substantial prize I fully intend to share with... Never mind... PT - aka the CF Bandit! [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

RE: cfmx hot fixes

2004-07-16 Thread Pascal Peters
Just apply all the hotfixes for CFMX6.1 Standard for your OS. > -Original Message- > From: cf coder [mailto:[EMAIL PROTECTED] > Sent: 16 July 2004 13:02 > To: CF-Talk > Subject: Re: cfmx hot fixes > > This is the System Information displayed in cf administrator > System Information > >  

RE: cfmx hot fixes

2004-07-16 Thread Pascal Peters
In administrator -> System information You should install CFMX6.1 (If it doesn't say Version 6,1,0,) and then apply the hotfixes for 6.1. Pascal > -Original Message- > From: cf coder [mailto:[EMAIL PROTECTED] > Sent: 16 July 2004 13:00 > To: CF-Talk > Subject: Re: cfmx hot fixes > >

Re: cfmx hot fixes

2004-07-16 Thread cf coder
This is the System Information displayed in cf administrator System Information   Server Product      ColdFusion MX   Version      6,1,0,63958   Edition      Standard [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Re: cfmx hot fixes

2004-07-16 Thread cf coder
Hi again, Is there a way to find out what updater version I have installed on the server? If that's not possible then if I install the latest updater version (I beleive its version 3?) and then install the hot fixes... will that be ok? [Todays Threads] [This Message] [Subscription] [Fast Un

Re: cfmx hot fixes

2004-07-16 Thread cf coder
Many Thanks! [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

<    1   2   3   >