RE: Problem loading data from text file...

2008-09-18 Thread Eric Roberts
Why not use cffile and then load it into the db...then you could easily process the data to be however you want it? Eric /*-Original Message- /*From: Rick Faircloth [mailto:[EMAIL PROTECTED] /*Sent: Wednesday, September 17, 2008 7:40 PM /*To: CF-Talk /*Subject: Problem loading data from

RE: JRun issues on Vista 64 bit?

2008-09-18 Thread WebSite CFtalk
Security? Try to setup the datasource manually in the xml file? Helge -Original Message- From: Jeff Chastain [mailto:[EMAIL PROTECTED] Sent: 18. september 2008 02:52 To: CF-Talk Subject: Re: JRun issues on Vista 64 bit? In addition, I tried creating a MSSQL datasource, connecting to

Re: Nested sets under load

2008-09-18 Thread Gert Franz
Well a good tip for me was that the difference between two left values is not one but for example 10. In this case you can update your left right values without having to update all the left right values larger than a particular one when you insert a record or delete one. You can then

Re: Trouble getting this loop to work ...

2008-09-18 Thread Gert Franz
John... THere's something wrong with your code. Shouldn't it read: If mcategories is a fieldvalue: cfloop list=#mcategory# index=mcategories delimiters=, cfquery name=qGetMList datasource=ROL select * from tablename where categories =

Re: Developing an order form for an application

2008-09-18 Thread Randy
If possible (in your environment), use JS to dynamically do the calculations while th euser is on the form. It gives them a visualization of the total cost. On Wed, Sep 17, 2008 at 9:21 PM, Toby King [EMAIL PROTECTED] wrote: Just wondering what the easiest way might be to complete the following

Re: Developing an order form for an application

2008-09-18 Thread Toby King
I guess that is what I was thinking except I am not a JS expert. Any feedback on the Javascript to be used would be greatly appreciated. Thanks in advance. If possible (in your environment), use JS to dynamically do the calculations while th euser is on the form. It gives them a visualization

Re: Developing an order form for an application

2008-09-18 Thread Brian Swartzfager
Hi, Toby, You could use a JavaScript framework like jQuery to do the calculations. In fact, Ray Camden just recently had a blog post about how to use jQuery to solve a very similar problem: http://www.coldfusionjedi.com/index.cfm/2008/9/10/Ask-a-Jedi-Dynamically-updating-line-items-on-a-form

Re: Nested sets under load

2008-09-18 Thread Jochem van Dieten
Mike Kear wrote: What is going to happen is event type {a} happens (lets say it's a sale). That triggers a default action plan of umpteen things that have to follow based on that event, documents that have to be filed, people notified, approvals gained etc, then the the default plan has to

RE: XML-RPC with CF8?

2008-09-18 Thread Che Vilnonis
+1 to this CFC. Just used it to consume the Oodle.com classifieds API. ~Che -Original Message- From: Brad Wood [mailto:[EMAIL PROTECTED] Sent: Thursday, September 18, 2008 12:21 AM To: CF-Talk Subject: Re: XML-RPC with CF8? I actually just got done doing a project that consumed an

Re: Developing an order form for an application

2008-09-18 Thread Gerald Guido
+1 for jQuery. Having rolled plenty of price calculators by hand and by looking at Ray's example (which is pretty darn slick) I would recommend using a JS framework like jQuery. It will definitely take a lot of the grunt work and pain of the process. jQuery is a lot like CF in that it makes hard

Re: Alternative to using CONTAINS repeatedly?

2008-09-18 Thread Julie Davenport
To all who replied and offered advice, thank you very much. Sorry for the delay in responding. Good tips from all, thanks again. Julie ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get

Re: cf 7.0.2 freezes on install

2008-09-18 Thread Greg Morphis
I left it trying to install all last night and nada.. after 15 hours, still nothing.. I think it may have to do with the installer.. For fun I ran the CF 8 installer and the install screen looks different.. Buttons! In the CF 7 installer the buttons are labels and there aren't any radio

Re: cf 7.0.2 freezes on install

2008-09-18 Thread Ryan Stille
I have no suggestions for your issue, but you may be able to get around it by doing a silent install: http://kb.adobe.com/selfservice/viewContent.do?externalId=87bd20f4 -Ryan Greg Morphis wrote: I left it trying to install all last night and nada.. after 15 hours, still nothing.. I think it

Re: cf 7.0.2 freezes on install

2008-09-18 Thread Azadi Saryev
re-download cf mx 7 installer as Brad had suggested. the one you have is probably corrupt. Azadi Saryev Sabai-dee.com http://www.sabai-dee.com/ Greg Morphis wrote: I left it trying to install all last night and nada.. after 15 hours, still nothing.. I think it may have to do with the

Re: Empty error message in a query of queries

2008-09-18 Thread Brent Shaub
Thanks for the replies Carl and Brad. Turns out you're both on the right track. The query is the same as it loops over various databases and appends the results using the QofQ. There is no chance of the records being the same since they are in different databases and one of the columns is

Re: cf 7.0.2 freezes on install

2008-09-18 Thread Greg Morphis
I downloaded 3 versions.. one from Adobe, one from FigLeaf and one we had that all the other developers use(on our dev server). I've downloaded it on this laptop (the new one), I've downloaded 1 from another laptop (my old one and moved it over). The only thing I havent done was download it on my

Re: CF8 and Crystal Reports v2008 or v8.5

2008-09-18 Thread Jim Gabler
No one? Just to add a little more info, the full install (all custom features) are done on my desktop while the CRPE32.dll is installed on the server in the System32 folder and is registered. As far as I know from searching the web and looking at Adobe's/Macromedia's technical issues

Re: Nested sets under load

2008-09-18 Thread Brad Wood
What is going to happen is event type {a} happens (lets say it's a sale). That triggers a default action plan of umpteen things that have to follow based on that event, documents that have to be filed, people notified, approvals gained etc, then the the default plan has to be modified to

Re: CFFILE and Ajax file uploads

2008-09-18 Thread Brent Nicholas
This is the solution in Prototype. Original concept provided by Ben Nadel and translated to Prototype by Mahesh --- index.htm - script type=text/javascript src=prototype-1.6.0.2.js/script script type=text/javascript Event.observe(window, 'load', function(){

Re: cf 7.0.2 freezes on install

2008-09-18 Thread Greg Morphis
The silent install works, thanks Ryan! On Thu, Sep 18, 2008 at 9:08 AM, Greg Morphis [EMAIL PROTECTED] wrote: I downloaded 3 versions.. one from Adobe, one from FigLeaf and one we had that all the other developers use(on our dev server). I've downloaded it on this laptop (the new one), I've

coldfusion 8 application server not starting automatically

2008-09-18 Thread Richard White
hi we have a computer where the coldfusion 8 application server is not starting automatically but the start type is set to automatic. we have done searches on the web and found somewhere that suggested it may be timing out, and also gave us instructions on how to increase the timeout but this

Re: cf 7.0.2 freezes on install

2008-09-18 Thread Greg Morphis
Doh Running in Windows 2000 compatibility works too.. not sure why it doesnt work normally.. must be a problem with the image they use to set up the laptops... Anyways.. this is resolved.. thanks! On Thu, Sep 18, 2008 at 10:02 AM, Greg Morphis [EMAIL PROTECTED] wrote: The silent install

Re: Trouble getting this loop to work ...

2008-09-18 Thread John Seelye
Thanks for the reply. ROL.getcategorydetailnames() Is actually a PostGRESQL function that is called within the cfquery ... The function only accepts one input (an integer) per iteration, so in my form that calls this page when someone selects more than one category I need the entire query to

URL caused display problem for an IFRAME in editing mode

2008-09-18 Thread Don L
Hi, I have an IFRAME like the following and its content is html text sometimes with some URLs embedded, when an event trigger is fired, this frame is for editing. User Agent: IE7 on XP OS. iframe id=textID src=somefile.htm onload=document.frames['someframeID'].document.designMode='on';

RE: coldfusion 8 application server not starting automatically

2008-09-18 Thread brad
1) check your windows system logs to see if it tired to start the service 2) Check your ColdFusion out logs to what happened. 3) Can you start the service manually? ~Brad Original Message Subject: coldfusion 8 application server not starting automatically From: Richard White

Re: Trouble getting this loop to work ...

2008-09-18 Thread Gert Franz
Well of course, you overwrite the query every time you iterate to the next value. The query always has the same name, so CFMX overwrites it. Nevertheless it is a bad solution. You should do something like this: cfquery name=getCateories... select * from categories where category in

JRun Servlet Error After Reinstall of Developer Edition (CFMX7)

2008-09-18 Thread Chris Montgomery
Ok, I feel like an idiot and must be missing something obvious. I had to reinstall my developer edition of the CF server on my local box (Win XP SP2). Since doing so, I cannot get CF pages to work. When I try to load a page I am receiving a 404 JRun Servlet Error. The sites on my dev box are

Re: JRun issues on Vista 64 bit?

2008-09-18 Thread Jeff Chastain
I have done a reinstall several times and the issue appears to be specifically related to the MSSQL drivers. I pulled the latest JDBC drivers from Microsoft and was able to use those to setup a MSSQL data source, so the issue appears to be in the drivers. I posted all of the details of my fix

difference between ERROR and EXCEPTION

2008-09-18 Thread sandeep saini
HI What is difference between ERROR and EXCEPTION? thanks ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;203748912;27390454;j Archive:

Re: difference between ERROR and EXCEPTION

2008-09-18 Thread Barney Boisvert
With ColdFusion, not really anything. In Java, an error is unrecoveable (e.g. out of memory), while an exception is recoverable (e.g. database connection failed). In other words, if you get an error, chances are good that whatever is happening is just going to ungracefully terminate (JVM dies),

Re: JRun issues on Vista 64 bit?

2008-09-18 Thread Jochem van Dieten
Jeff Chastain wrote: I just got a new workstation running Windows Vista 64 and I am running into some issues with JRun. I pulled the latest release of CF off of the Adobe site this morning, making sure it was for Windows 64-bit. Everything installed right with no issues, but whenever I

RE: Problem loading data from text file...

2008-09-18 Thread Rick Faircloth
Sounds like a good idea, Eric...if I could just figure out how to handle the data! I read the file with this code: cffileaction = read file = e:\active_photos.txt variable = active_photos / From here, I've tried listtoarray, etc., but I can't get the info in the

Want to Learn Fuse-Box

2008-09-18 Thread sandeep saini
Dear all, I am a certified CF Programmer. Since long time I am planning to learn Fuse Box.But It looks something strange to me and I quit. Please let me now a good resource and method to make FuseBox Learing an exciting experience. Cheers sandy

screen capture software

2008-09-18 Thread Richard White
hi, we want to be creating tutorial movies by capturing what we are doing on screen and being able to discuss what we are doing. we have got some software at present called instant demo which allows us to do this and then outputs a flash movie, which is exactly what we want. however the

Re: coldfusion 8 application server not starting automatically

2008-09-18 Thread Richard White
thanks for your response brad, we can start it manually but it is just a bit of a pain to do this! looked into the log files and it didn't say anything at all. thanks richard 1) check your windows system logs to see if it tired to start the service 2) Check your ColdFusion out logs to what

OT Flash help

2008-09-18 Thread Huff, Jerome P.
I have been tasked to create a project like the link below in flash however I am not familiar with flash but would love to learn. We have a project we are interested in creating to look like the link below that was created in flash and I wanted to know who may know how to create the 3-D object

RE: screen capture software

2008-09-18 Thread Dawson, Michael
Take a look at Adobe Captivate. Mike -Original Message- From: Richard White [mailto:[EMAIL PROTECTED] Sent: Thursday, September 18, 2008 1:37 PM To: CF-Talk Subject: screen capture software hi, we want to be creating tutorial movies by capturing what we are doing on screen and being

Re: Want to Learn Fuse-Box

2008-09-18 Thread Greg Luce
Sandy, I have taken the classes at the conference http://www.frameworksconference.com/ but also get on the Fusebox list and try out some of the sample apps... Greg On Thu, Sep 18, 2008 at 2:27 PM, sandeep saini [EMAIL PROTECTED]wrote: Dear all, I am a certified CF Programmer. Since long time

RE: screen capture software

2008-09-18 Thread Adam Churvis
Camtasia Studio rocks (www.techsmith.com). Combine it with anything from a Logitech noise-cancelling USB headset on the low end to a complete mixer board and studio mic on the high end, and you've got some serious quality screencasts. Also supports a good Logitech camera so you can do PIP right

RE: coldfusion 8 application server not starting automatically

2008-09-18 Thread brad
Hmm, if I had to guess, I would say you haven't checked the right logs. First right click on My Computer and click manage. Expand Services and Applications and click Services. Check that ColdFusion 8 Application Server startup type is Automatic. Now restart your server. To view the

Re: OT Flash help

2008-09-18 Thread Sherif Abdou
Papervision3D and just create 5 TileList(Assuming There is a similar class like that in Flash) with say 10 Children or you can just create a container layout the children same way and then just use PaperVision3D to play around with the x,y,z,rotationX,rotationZ,rotationY. -- Sherif Abdou

Re: Want to Learn Fuse-Box

2008-09-18 Thread Claude Schneegans
But It looks something strange to me Then you must be a sane and well-balanced person ;-) and I quit. Believe me, that was your best decision ;-) ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release

How to parse a text file...

2008-09-18 Thread Rick Faircloth
Hi, all... I've got a text file that I'm trying to read with cffile that has data structured like this: 96201_01.jpgMain View 96202_01.jpgAlternate View 01 etc... This is a list of photos with a description of each photo. There is a tab between the photo filename and the description,

Re: Want to Learn Fuse-Box

2008-09-18 Thread sandeep saini
:-) hilarious ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;203748912;27390454;j Archive:

Re: How to parse a text file...

2008-09-18 Thread Barney Boisvert
Best bet would be to do listToArray() with newline as the delimiter, and then loop over the array and split each item on a tab. Though if you've already got LOAD DATA INFILE set up, why not just set up some REReplaces to sanitize the input file before import. Do things like replace sequential

Totally inexplicable server crash

2008-09-18 Thread Josh Nathanson
A little history: we moved our ecommerce site to a new CF8 installation a couple of months ago. Prior to that, we had been on CF7 and never had any problems. Everything went smoothly during the move. It's on Linux, 64-Bit CF dedicated box. We have two servers, one for the db (MySQL 5) and

RE: How to parse a text file...

2008-09-18 Thread Rick Faircloth
Thanks for the suggestions! Rick -Original Message- From: Barney Boisvert [mailto:[EMAIL PROTECTED] Sent: Thursday, September 18, 2008 5:04 PM To: CF-Talk Subject: Re: How to parse a text file... Best bet would be to do listToArray() with newline as the delimiter, and then loop

Ray Camden's Galleon - Forums

2008-09-18 Thread coldfusion . developer
Has anyone had any expereince with Galleon on a Clustered configuration? My problem is successful logins aren't sticking. I read in the documentation that all you need to do is prepend the jsessionid variable to the session variable. I can find a session variable being set. Could use some

Re: How to parse a text file...

2008-09-18 Thread Marcus Raphelt
Hi Rick, depending on how large the text file is, you might consider using the gnu texttools (sed, awk, grep etc.) to convert the data to sql statements and import the result natively via mysql. This is WAY faster than parsing it via cf, as text file parsing is one of the things cf is

Re: Totally inexplicable server crash

2008-09-18 Thread Mark Mandel
I have heard of people having various memory issues on 64bit... but that was 64bit Windows... How is your overall memory travelling? Was your server before 32, or 64 bit? Mark On Fri, Sep 19, 2008 at 7:08 AM, Josh Nathanson [EMAIL PROTECTED] wrote: A little history: we moved our ecommerce

Re: Ray Camden's Galleon - Forums

2008-09-18 Thread Raymond Camden
If you aren't using sticky sessions, then you would need to modify the code to pass along the proper variables. You could do this with urlSessionFormat, but that may a bit of a chore to do to all the files. On Thu, Sep 18, 2008 at 4:21 PM, [EMAIL PROTECTED] wrote: Has anyone had any expereince

Re: How to parse a text file...

2008-09-18 Thread Claude Schneegans
I've tried several methods to get this code into an array with the filename as the first array element and the description as the second array element May be you don't need to go that far in creating an array. Just create a single array the way you did it, with both the file name and the

RE: How to parse a text file...

2008-09-18 Thread Rick Faircloth
Suggestions on how to replace the sequential newlines? I tried this... cffile action = read file= e:\inetpub\webroot\real_estate_data\hmls\data\2008_0918_idx_custom\active_photos.txt variable= active_photos /

Re: How to parse a text file...

2008-09-18 Thread C S
cfset active_photos = #replace(active_photos, That just gave me a file with the text, active_photos, and a return symbol after it... Remove the quotes from active_photos so CF knows it is a variable to be evaluated ;-)

Re: How to parse a text file...

2008-09-18 Thread C S
cfset active_photos = #replace(active_photos, #chr(10)chr(13)##chr(10)chr(13)#, , All)# Also, check Barney's suggestion: replace sequential newlines with a single newline and such. ~| Adobe® ColdFusion® 8 software 8 is

Re: Totally inexplicable server crash

2008-09-18 Thread Josh Nathanson
How is your overall memory travelling? Was your server before 32, or 64 bit? We were on 32 bit Linux before. Not sure what you mean by memory travelling - here are some stats from the server monitor: Total memory: 1.42 GB Used memory: 900 - 1100 MB (up and down when garbage collection

Yet Another URL Rewrite Question...

2008-09-18 Thread Les Mizzell
Evening, I know how to do: www.mysite.com/newsletters.cfm/My August Newsletter But, the client wants to see the .cfm extension go away completely. So, I need: www.mysite.com/newsletters/My August Newsletter Shared server, so needs to be done in CF. When you request a file in a folder

RE: Yet Another URL Rewrite Question...

2008-09-18 Thread Russ
Is it a linux shared server? If it's running Apache, you might be able to set up some redirect rules in .htaccess files. Russ -Original Message- From: Les Mizzell [mailto:[EMAIL PROTECTED] Sent: Thursday, September 18, 2008 7:14 PM To: CF-Talk Subject: Yet Another URL Rewrite

Re: Yet Another URL Rewrite Question...

2008-09-18 Thread Phillip M. Vector
Well, besides the spaces in the pages (Not allowed to have spaces in a URL).. Also, you don't put a / after the .cfm... I'd say just make a directory of MyAugustNewsletter and stick an index.cfm in there. Problem solved. Les Mizzell wrote: Evening, I know how to do:

RE: How to parse a text file...

2008-09-18 Thread Rick Faircloth
Well, I've tried loops and inner loops, etc, but nothing is giving me the results I need. I need to get rid of the column headers in the first line, and then get rid of any linefeeds after the last piece of data. This seemed fairly straightforward when I started... Any more clues, anyone? Rick

RE: How to parse a text file...

2008-09-18 Thread Justin D. Scott
I need to get rid of the column headers in the first line, and then get rid of any linefeeds after the last piece of data. This seemed fairly straightforward when I started... and it should still be fairly straightforward: cfset data = listRest(data, chr(10)) / cfset data = trim(data) /

RE: screen capture software

2008-09-18 Thread Dave Watts
Camtasia Studio rocks (www.techsmith.com). Combine it with anything from a Logitech noise-cancelling USB headset on the low end to a complete mixer board and studio mic on the high end, and you've got some serious quality screencasts. Also supports a good Logitech camera so you can do

Re: JRun Servlet Error After Reinstall of Developer Edition (CFMX7)

2008-09-18 Thread James Holmes
CF mappings don't help the built in webserver find your pages. You need to move your files into CF's webroot. Altervatively, connect CF to a webserver. On Fri, Sep 19, 2008 at 2:55 AM, Chris Montgomery [EMAIL PROTECTED] wrote: Ok, I feel like an idiot and must be missing something obvious. I

Re: Want to Learn Fuse-Box

2008-09-18 Thread Brian Kotek
Hilarious? No. Expected from Claude? Yes. It's a perfect example of a snide comment with no actual substance at all. Which, sadly, is typical. If you're used to procedural programming, Fusebox may be a very good option to consider. If you come from a more OO background, you may find Model-Glue or

Re: How to parse a text file...

2008-09-18 Thread C S
I need to get rid of the column headers in the first line, and then get rid of any linefeeds after the last piece of data. This seemed fairly straightforward when I started... ...and it should still be fairly straightforward: cfset data = listRest(data, chr(10)) / cfset data = trim(data) /

Re: Want to Learn Fuse-Box

2008-09-18 Thread Matt Quackenbush
Let's not leave ColdBox out of the loop. Luis Majano has a training seminar coming up in October. ;-) On Thu, Sep 18, 2008 at 8:29 PM, Brian Kotek wrote: Hilarious? No. Expected from Claude? Yes. It's a perfect example of a snide comment with no actual substance at all. Which, sadly, is

Re: Want to Learn Fuse-Box

2008-09-18 Thread s. isaac dealey
Brian Kotek said: If you're used to procedural programming, Fusebox may be a very good option to consider. If you come from a more OO background, you may find Model-Glue or Mach-II more intuitive. Either way, I'd urge you to disregard any useless jibes and investigate for yourself. A book on

Re: Want to Learn Fuse-Box

2008-09-18 Thread s. isaac dealey
And I still forgot one! Web Application Frameworks Comparison chart http://en.wikipedia.org/wiki/Comparison_of_web_application_frameworks -- s. isaac dealey ^ new epoch isn't it time for a change? ph: 781.769.0723 http://onTap.riaforge.org/blog

Re: Want to Learn Fuse-Box

2008-09-18 Thread s. isaac dealey
Just received the body too long message. :) -- s. isaac dealey ^ new epoch isn't it time for a change? ph: 781.769.0723 http://onTap.riaforge.org/blog ~| Adobe® ColdFusion® 8 software 8 is the most important and

Re: Problem loading data from text file...

2008-09-18 Thread Azadi Saryev
you could do a 3-step process and use LOAD DATA INFILE: 1) loop through your file, checking the data and saving the output in a var using cfsavecontent: cfoutput cfsavecontent variable=myvarcfloop file=pathtoyourfile index=linecfif len(trim(line))#line chr(13) chr(10)#/cfif/cfloop/cfsavecontent

'Coldfusion' is undefined if using cflayout,cftree in cf8

2008-09-18 Thread Deepender Singh
The same code that use cflayout(type border),cftree is working in developer addition of cf8 on my local machine. But when move to multiserver...its giving javascript error. 'Coldfusion' is undefined i have my code in the cfide and cfdoc directory(cf_webroot). Is there is some issue with