Re: MX Methodologies (Mach2?? Fusebox??)

2004-11-30 Thread Aaron Rouse
Claude, My question was worded that way due to the way his statement was worded. I was simply curious what he felt was, I was not hinting towards anything with the question just being curious since his statement to me implied that he thought there was a general better solution. I always find Dav

unix user cfexecute

2004-11-30 Thread gijs meirmans
In the documentation of cfexecute the effective user is mentioned. I like to know how to find out the user who executes the executable fired by cfexecute. I think this is the effective user, but when i try to found out about it on the web I could not find a thing about it. Can anybodie help me w

Re: CFEclipse - Database Viewer (MS Access)

2004-11-30 Thread Rob
I don't use windows or access so this is mostly just bits of information... What you have to do is setup a system (or user I guess) odbc data source (using control panel) - which should be basic for a windows savy sort... then for the jdbc driver you use the jdbc odbc bridge. The driver name is:

Re: Slideshow like on news.bbc.co.uk

2004-11-30 Thread Doug James
Sorry, forgot the link: http://www.dragonboatcharleston.org/index.cfm?show=photos.main Doug Doug James wrote: > Here is a little slide show I did that uses JavaScript and CF. It pulls the > name of all the pictures > in a specific directory and then builds the slide show from there allowing me

Re: Slideshow like on news.bbc.co.uk

2004-11-30 Thread Doug James
Here is a little slide show I did that uses JavaScript and CF. It pulls the name of all the pictures in a specific directory and then builds the slide show from there allowing me to add or remove pictures just by putting pictures in the directory. If you are interested I can send you the CF co

Re: Calendar Apps?

2004-11-30 Thread Simon Horwith
I was in the middle of creating one if you ping me about it from time to time (or check my blog periodically), I'll gladly give it away. ~Simon Simon Horwith Chief Information Officer, AboutWeb http://www.aboutweb.com Member of Team Macromedia Macromedia Certified Master Instructor Editor-in

RE: Calendar Apps?

2004-11-30 Thread Mark A Kruger
Jordan, Hey - how about a sample -Original Message- From: Jordan Michaels [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 30, 2004 7:32 AM To: CF-Talk Subject: Re: Calendar Apps? http://calendar.viviotech.net/ Sooo close to being done... -Jordan Eric Creese wrote: >Old sub

Re: MX Methodologies (Mach2?? Fusebox??)

2004-11-30 Thread Brian Kotek
I'm not sure how many times it must be stated in this thread that using a framework will not prevent a bad developer from writing bad code any more than using an OO language like Java can prevent bad code. If this application that you worked on made an inefficient system that duplicates queries the

Re: MX Methodologies (Mach2?? Fusebox??)

2004-11-30 Thread Claude Schneegans
>>Don't you mean a web page.. when.. someone talks to me about a web application.. i'm more thinking in terms of web services.. There is no difference, a Web application is nothing but a set of Web pages working on some set of data. >>Hmm.. how about RemoteScripting (JSRS), Flash.. These is on

Re: MX Methodologies (Mach2?? Fusebox??)

2004-11-30 Thread Claude Schneegans
>>It is a big deal if it made your job easier and your project more successful. My point is that it DOES NOT make my job easy. Apparently, at least for the product I'm thinking of, it made easier for the programmers to make an inefficient system that repeats 5 times the same query in the same pa

Re: Calendar Apps?

2004-11-30 Thread Jordan Michaels
http://calendar.viviotech.net/ Sooo close to being done... -Jordan Eric Creese wrote: >Old subject but thought I would aask again is there any free calendar apps out >there anyone is willing to part with I am looking for something that >someone can check there own as well of the rest of

Calendar Apps?

2004-11-30 Thread Eric Creese
Old subject but thought I would aask again is there any free calendar apps out there anyone is willing to part with I am looking for something that someone can check there own as well of the rest of the groups events. ~| S

Re: CFMX 6.1 - java.lang.NullPointerException

2004-11-30 Thread Matthew Drayer
The stack trace does seem to report an issue with casting a particular variable as a "double" datatype, and which is somehow related to the update of data in the client scope. In my experience, however, NullPointerException errors are triggered by invalid custom tag references. ie, the filenam

RE: "Licensing" a CF app

2004-11-30 Thread Vince Bonfanti
I'm not sure that "re-writing a tonne of code" is what would be required. We've converted a number of fairly large applications (thousands of pages) to BlueDragon; the time doing so is usually measured in hours or days. Often it's only one or two tweaks that have to be made to get everything runnin

RE: CFEclipse - Database Viewer (MS Access)

2004-11-30 Thread Dwayne Cole
>dbViewer seems to work using ODBC. Did you try setting up an ODBC data >source and pointing it at your Access database? > Just discover that my databasess are referenced in the System ODBC area. Now it dbViewer it ask for a directory path to the driver. How do you find that? ~

RE: CFEclipse - Database Viewer (MS Access)

2004-11-30 Thread Dwayne Cole
>dbViewer seems to work using ODBC. Did you try setting up an ODBC data >source and pointing it at your Access database? > Huh? Sorry I'm a Newbie at least when in comes to working with ODBC / JDBC drivers. ~| Special thanks t

RE: CFEclipse - Database Viewer (MS Access)

2004-11-30 Thread Ben Rogers
My guess would be that DBEdit would work if you can find a JDBC driver for Access: http://servlet.java.sun.com/products/jdbc/drivers/search_results.jsp?jdbc_ve rsion=0&vendor_name=&cert_mode=and&jdbc_driver_type_mode=and&dbms=6&dbms_mod e=and&features_mode=and&results_per_page=20&submit=Search db

RE: Best way to access CFC's?

2004-11-30 Thread Andy Mcshane
Great, got it. Many thanks for your help. Andy McShane Head of Development Scout7 Ltd, 324a Lichfield Road, Mere Green, Sutton Coldfield West Midlands United Kingdom B74 2UW Telephone: +44 (0)121 323 2640 Mobile : 07866 430783 Fax: +44 (0)121 323 2010 Email: mailto:[EMAIL PROTECTED] W

Re: Best way to access CFC's?

2004-11-30 Thread Deanna Schneider
In that example, it will look in the directory of the calling template. The "component" part of the call tells it that you're creating an object of type "component." You can also have a mapping to a directory for components, and you can also use dot notation. For example: looks in current d

RE: Slideshow like on news.bbc.co.uk

2004-11-30 Thread dave
no its not hard but im not sure that u need to go all the way to remoting look at this http://www.jamwerx.com/slides/1.htm if that works for you just save the page and use that swf, u can resize it if u need to then there are 2 embeds the 1st one uses images i manually entered, the 2nd i commen

Possible Connection Leak?

2004-11-30 Thread Katz, Dov B (IT)
After doing some debugging, my JVM_BIND issue seems like CF's java process ran out of file handles (however you describe them on windows sockets, etc)... I suspect there is a leak in error handling of CFMail which can forget to close socket resources obtained in the mail thread If I had

Error establishing socket

2004-11-30 Thread Katz, Dov B (IT)
I'm running MSSQL2k and CFMX 6.1 on the same box. I just bounced the cf box b/c the JRun Protocol Error page was showing ("Cannot connect to JRun")... on some, but not all requests. Then, I got this error after bouncing CF,... Error Executing Database Query. [Macromedia][SQLServer JDBC Driver]Err

RE: Incremental CFCONTENT?

2004-11-30 Thread Katz, Dov B (IT)
Thanks to all. This is great, and works well. I keep forgetting that cfmx now has jsp/servlet support. Not quite sure if it improves performance all that much, but it makes me feel comfortable that I'm not needlessly CFFILE-reading cached sections of pages into memory before dumping them to the

RE: CFEclipse - Database Viewer (MS Access)

2004-11-30 Thread Dwayne Cole
Thanks. I looked at many of these and I had a difficult time finding something that works with MS Access. In fact tried DBEdit and dbViewer and no luck.I can certainly try a few of the other but I was hoping to avoid the hassel of installing things that don't work. Or maybe they do and I'

RE: CFEclipse - Database Viewer (MS Access)

2004-11-30 Thread Robertson-Ravo, Neil (RX)
Hmm, I would say that this is possible...have a look at http://eclipse-plugins.2y.net/eclipse/plugins.jsp?category=Database, you get what you want here. -Original Message- From: Dwayne Cole [mailto:[EMAIL PROTECTED] Sent: 30 November 2004 11:32 To: CF-Talk Subject: CFEclipse - Database

Re: Slideshow like on news.bbc.co.uk

2004-11-30 Thread Marco Antonio C. Santos
Stuart please look this site: http://www.renatoimoveis.com/venda_detalhes.cfm?imovID=E117DE64-3472-FB8F-9FBE84A746D5F0D1 in the footer you could see a very nice slide show built with js and populate from CF. Click in "iniciar" to start the slide show. "parar" will stop, "avançar" and so on... If

CFEclipse - Database Viewer (MS Access)

2004-11-30 Thread Dwayne Cole
Just start using cfeclipse and I'm loving it. Most of our Databases are MS Access Database and I am looking for a good Eclipse plugin that would allow me to view and work with MS Access. I've tried dbViewer and it only seems to accept jdbc connection and from my understanding MS Access require

RE: Slideshow like on news.bbc.co.uk

2004-11-30 Thread Stuart Kidd
Dave, I looked into Flash Remoting for Coldfusion. There is an article at: http://www.macromedia.com/devnet/mx/coldfusion/articles/slideshow/slideshow.html I managed to get the first example to work but where it really counted, the one that also had descriptions could not for some bizarre reas

RE: Best way to access CFC's?

2004-11-30 Thread Andy Mcshane
Thanks, that makes it a little clearer. Now for the newbie dumb question, how does the code know where to find the components? i.e. Do you have to create a mapping to a directory called component that contains all of the CFC's? Andy McShane Head of Development Scout7 Ltd, 324a Lichfield Road

Re: CF and Databases

2004-11-30 Thread Stephen Moretti (cfmaster)
Jason Smith wrote: >I have a client that has access backend for his cf application, when trying >to run a query for a report that checks for item status the page always >times out never will load. The query works on other reports with no >problem. There are about 1500 products in the field and

RE: Best way to access CFC's?

2004-11-30 Thread Andy Mcshane
Are there any benefits of one over the other? Are there any performance issues to consider? Andy McShane Head of Development Scout7 Ltd, 324a Lichfield Road, Mere Green, Sutton Coldfield West Midlands United Kingdom B74 2UW Telephone: +44 (0)121 323 2640 Mobile : 07866 430783 Fax: +44 (

RE: Best way to access CFC's?

2004-11-30 Thread Andy Mcshane
Thanks Dave, I will take a look. Andy McShane Head of Development Scout7 Ltd, 324a Lichfield Road, Mere Green, Sutton Coldfield West Midlands United Kingdom B74 2UW Telephone: +44 (0)121 323 2640 Mobile : 07866 430783 Fax: +44 (0)121 323 2010 Email: mailto:[EMAIL PROTECTED] Website: w

RE: OT: Flashpaper

2004-11-30 Thread Robertson-Ravo, Neil (RX)
Hey, Well I am having some good success with Flashpaper and calling it via ColdFusion BUT the problem I have is this: when you convert an HTM or HTML page it always comes up with the damn printing dialog box which the user has to select - which makes no sense as when you convert a .doc it does it

RE: PostgreSQL database size

2004-11-30 Thread Hugo Ahlenius
Mike, Check out the ColdFusion + ArcIMS blog for more information: http://www.mariposa.com.au/arcims/ Cheers, Hugo (we are using CFMX + ArcSDE + ArcIMS ) -- Hugo Ahlenius - Hugo Ahlenius E-Mail: [EMAIL PROTECTED] Proj

<    1   2