Remoting, returning errors from CFCs to Flex

2007-12-14 Thread Giles Roadnight
Hi All I am setting up a login system for my Flex administration tool. I'm using a ColdFusion 8 backend. I've looked into CFlogin but I'm not very keen on it really so I've decided to just use session variables instead. When a user logs in a userVo object is stored in the session variable (and

Re: Remoting, returning errors from CFCs to Flex

2007-12-14 Thread Jo�o_Fernandes
Giles did you try cfthrow? Everytime you use cfthrow you'll get a faultEvent in the Flex side. -- João Fernandes http://www.onflexwithcf.org http://www.riapt.org ~| Adobe® ColdFusion® 8 software 8 is the most important and

Re: Follow-up: PDF generation running excrutiatingly slow

2007-12-14 Thread Antony Sideropoulos
Andy, when you say the code is identical, does that mean you are retrieving images and css via http? try using the file protocol instead, and grab the resources straight off the file systen. take dns, http, etc, out of the equation. On Dec 14, 2007 3:21 PM, Andy Matthews [EMAIL PROTECTED]

RE: CFHTTP and Caching

2007-12-14 Thread Paul Vernon
However what can I use in Coldfusion to cache this CFHTTP request (every 2 hours)so that it does not request the RSS feed every time a user loads our webpage? Any ideas if this is possible ? We do this all the time, here are a couple of possibilities... Save the RSS feed to the DB or the

Re: Remoting, returning errors from CFCs to Flex

2007-12-14 Thread Giles Roadnight
Many thanks, I'll try that next time I'm working on this project. On Dec 14, 2007 8:46 AM, João_Fernandes [EMAIL PROTECTED] wrote: Giles did you try cfthrow? Everytime you use cfthrow you'll get a faultEvent in the Flex side. -- João Fernandes http://www.onflexwithcf.org

Re: calling cfreport from within java-instantiated cfc

2007-12-14 Thread Craig Buckley
I have a cfinput, type=button that has a onclick=callreport(). Function callreport instantiates a cfc called metricreport.cfc. Metricreport.cfc produces either a csv file or a cfreporter output. The creation of the csv file works fine using cffile tags in metricreport.cfc. The

RE: Server performance problem since upgrading to CF8

2007-12-14 Thread Will Swain
Might be worth downloading FusionReactor and installing that. I think you get a 10 day trial. You'll get pretty much all the monitoring functionality that you'd get with Enterprise. http://www.fusion-reactor.com/fr/downloads.cfm?gclid=CJ30m97ap5ACFSJIEgod30O H7Q Cheers Will -Original

RE: What do I have to do to get toolbars to show in a cftextarea?

2007-12-14 Thread Rick Faircloth
When I tried to run the following code on Firefox, Firebug did return two errors... html head /head body cfform name=myform id=myform action= method=post cftextarea id=richtext01 richtext=yes name=richtext01/cftextarea /cfform /body /html The errors

Re: Server performance problem since upgrading to CF8

2007-12-14 Thread Tom Chiverton
On Friday 14 Dec 2007, Dan G. Switzer, II wrote: Do you have any of CF8's Server Monitoring enabled? It's known to cause performance issues and should only be used to debug problems; You can (I'd argue should) have the first level of monitoring enabled. -- Tom Chiverton Helping to

Re: CF8: Serialise a CFC?

2007-12-14 Thread Brian Kotek
Exactly. So I think the basic message should be: be very careful about storing serialized components for very long because it is very easy for the serialized versions to become out of synch with your actual CFC code. On Dec 14, 2007 2:16 AM, Rakshith N [EMAIL PROTECTED] wrote: Since all the

Re: Follow-up: PDF generation running excrutiatingly slow

2007-12-14 Thread Rob Parkhill
Andy, The file size is huge. 2.8 MB when it finally finishes. I took your code, and did it locally, now I don't have all of the pictures in mine, and there were a couple of open tags (an H1 at the beginning and a div somewhere), but it generated in 2823 ms and the PDF is only 560 kb. With the

RE: What do I have to do to get toolbars to show in a cftextarea?

2007-12-14 Thread Dave Watts
The errors are: ColdFusion is not defined Looks like your web server doesn't have the /CFIDE mapping set up correctly. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our training centers in

Re: Follow-up: PDF generation running excrutiatingly slow

2007-12-14 Thread Rob Parkhill
Just to follow up, you will maybe have to look into doing some page control with the cfdocument tags. I have a PDF with parts of images spanning pages, and it just looks terrible. Are the proposals always going to contain similar information? Just wondering if you could then add some pagination

RE: Recommend web design training

2007-12-14 Thread Jake Churchill
If you can find some place that Sandra Clark is talking, I'd highly recommend checking it out. She works a LOT with CSS, basic web structuring and 508 compliance. I heard her speak twice at CF United this year and both times proved to be very beneficial. _ Jake Churchill Team Leader

RE: Recommend web design training

2007-12-14 Thread Adam Churvis
We used to offer this exact class, and can do so again on a custom-scheduled basis, but you'd need to get together at least three or four others to constitute a training class. Respectfully, Adam Phillip Churvis President Productivity Enhancement -Original Message- From: Al Everett

RE: Follow-up: PDF generation running excrutiatingly slow

2007-12-14 Thread Andy Matthews
Rob... Images are controlled by the user. They FTP them to the server, then add them to the database so that they can be selected in the admin app. There are 3 widths of images, 200, 300, and 600 by however tall they end up being. The proposal is broken down into distinct modules (div

SOT: Recommend web design training

2007-12-14 Thread Al Everett
I've got a good handle on CF development. What I don't have a good handle on, and which I'm tasked to do more and more, is basic web DESIGN. I've a basic working knowledge of CSS, but certainly not a deep understanding. The web applications I build are functional and work well, but they're not

Enable File/Image/Flash upload on FCKeditor in ColdFusion 8

2007-12-14 Thread Rakshith N
Lots out there wanted to get the upload functionality, which is disabled by default, working in the rich text editor (FCKeditor). I have come up with a post on my blog using which it should be easy to enable it back if you really care about upload in FCKeditor. Here's the post:

Re: CF8: Serialise a CFC?

2007-12-14 Thread Tom Chiverton
On Friday 14 Dec 2007, Rakshith N wrote: Since all the instance level data will be serialized, the deserailized instance should regain the exact state of the instance before it was serialized. Likewise, I guess if I've serialised something with (say) an injected Reactor Gateway object, and

RE: Server performance problem since upgrading to CF8

2007-12-14 Thread Dan G. Switzer, II
Every since upgrading to CF8 I've been having a frustrating problem. After starting CF, it will run for a while (sometimes serveral hours, sometimes less than an hour) at about 1% - 3% in terms of processor load. (It's a 2 cpu - 4 core system.) Then, all of a sudden, the processor load will jump

RE: Follow-up: PDF generation running excrutiatingly slow

2007-12-14 Thread Mark Kruger
Rob, I have a couple of tips on my blog about PDFs and optimization. Recall that CF is doing HTTP get type requests for the resources it needs - so when you include images it has to create HTTP request to retrieve each of them. One work around is to use the file:// type syntax to map to the

RE: cf in general -- one of the best blogs I've ever come across in the cf world

2007-12-14 Thread Dave Watts
this message anymore, or it's counterparts with words like JRUN in bold, with the sexy white background... If you are using mod_jrun, I think you can specify an alternate error page in the Apache config. And, if you're using IIS, you can do the same thing in the .ini file in the

Re: cf in general -- one of the best blogs I've ever come across in the cf world

2007-12-14 Thread Tom Chiverton
On Thursday 13 Dec 2007, Casey Dougall wrote: this message anymore, or it's counterparts with words like JRUN in bold, with the sexy white background... If you are using mod_jrun, I think you can specify an alternate error page in the Apache config. -- Tom Chiverton Helping to challengingly

AJAX based mutiple file upload

2007-12-14 Thread Ciliotta, Mario
Hi, I was wondering if anyone has a demo of a Ajax based multiple file upload that works with ColdFusion. I have found a few examples on the web but most of them seem to be Perl based. Thanks Mario == Please access

RE: Follow-up: PDF generation running excrutiatingly slow

2007-12-14 Thread Andy Matthews
Mark... Thanks for those comments...I'll give those a try! -Original Message- From: Mark Kruger [mailto:[EMAIL PROTECTED] Sent: Friday, December 14, 2007 8:51 AM To: CF-Talk Subject: RE: Follow-up: PDF generation running excrutiatingly slow Rob, I have a couple of tips on my blog

RE: Recommend web design training

2007-12-14 Thread Dave Watts
I've got a good handle on CF development. What I don't have a good handle on, and which I'm tasked to do more and more, is basic web DESIGN. I've a basic working knowledge of CSS, but certainly not a deep understanding. The web applications I build are functional and work well, but

RE: To AIR or not to AIR?

2007-12-14 Thread Scott Stewart
Meaning that the purpose behind AIR is to make portable Desktop apps out of web apps (as I understand it, from my brief research). When you do this don't you negate any built in ColdFusion functionality. Or have they built a ColdFusion parser into AIR? Color me confused but curious -- Scott

RE: To AIR or not to AIR?

2007-12-14 Thread Andy Matthews
How do you mean doesn't work with CF? -Original Message- From: Scott Stewart [mailto:[EMAIL PROTECTED] Sent: Friday, December 14, 2007 9:23 AM To: CF-Talk Subject: RE: To AIR or not to AIR? From what I understand, AIR really doesn't work with ColdFusion yet.. Am I wrong? sas --

RE: To AIR or not to AIR?

2007-12-14 Thread Scott Stewart
From what I understand, AIR really doesn't work with ColdFusion yet.. Am I wrong? sas -- Scott Stewart ColdFusion Developer SSTWebworks 4405 Oakshyre Way Raleigh, NC. 27616 (919) 874-6229 (home) (703) 220-2835 (cell) http://www.sstwebworks.com http://www.linkedin.com/in/sstwebworks

RE: Recommend web design training

2007-12-14 Thread Adam Churvis
Amen to Sandy. She's our go-to person for CSS. I didn't know she did any training in creative design and graphics production techniques, but if she does then I'd jump on it if I were you. Much respect to all things Sandy Clark. :) Respectfully, Adam Phillip Churvis President Productivity

RE: AJAX based multiple file upload

2007-12-14 Thread Adkins, Randy
May not be AJAX but the CF_ProFlashUpload is a great utility to show file upload progress and supports multiple files http://documentation.digital-crew.com/index.cfm/page/cf_proflashupload -Original Message- From: Ciliotta, Mario [mailto:[EMAIL PROTECTED] Sent: Friday, December 14,

RE: To AIR or not to AIR?

2007-12-14 Thread Scott Stewart
Care to explain? -- Scott Stewart ColdFusion Developer SSTWebworks 4405 Oakshyre Way Raleigh, NC. 27616 (919) 874-6229 (home) (703) 220-2835 (cell) http://www.sstwebworks.com http://www.linkedin.com/in/sstwebworks -Original Message- From: Mark Kruger [mailto:[EMAIL PROTECTED] Sent:

RE: To AIR or not to AIR?

2007-12-14 Thread Mark Kruger
Very wrong :) -Original Message- From: Scott Stewart [mailto:[EMAIL PROTECTED] Sent: Friday, December 14, 2007 9:23 AM To: CF-Talk Subject: RE: To AIR or not to AIR? From what I understand, AIR really doesn't work with ColdFusion yet.. Am I wrong? sas -- Scott Stewart ColdFusion

RE: What do I have to do to get toolbars to show in a cftextarea?

2007-12-14 Thread Rick Faircloth
Hi, Dave, and thanks for the reply. I'm running this on my local development machine, with IIS 5. Of all the places I could find to change/create mappings, I couldn't find a reference in IIS 5 anywhere to a /CFIDE mapping. (Perhaps it needs to be added somewhere, which I've never had to do

Re: Recommend web design training

2007-12-14 Thread C. Hatton Humphrey
Amen to Sandy. She's our go-to person for CSS. I didn't know she did any training in creative design and graphics production techniques, but if she does then I'd jump on it if I were you. Funny how these topics come up right when my boss is asking me to look for a resource. We've got a

Re: Server performance problem since upgrading to CF8

2007-12-14 Thread Bob Hendren
Every since upgrading to CF8 I've been having a frustrating problem. After starting CF, it will run for a while (sometimes serveral hours, sometimes less than an hour) at about 1% - 3% in terms of processor load. (It's a 2 cpu - 4 core system.) Then, all of a sudden, the processor load will

Re: Compare two tables

2007-12-14 Thread Ben Doom
I don't think you can do a subselect in a QofQ (someone correct me if I'm wrong) so I think the easiest thing would be to pull both in and then walk the arrays. Brute force and inelegant, but is this something you need to do once, or is this something that must be done often? --Ben Doom

RE: To AIR or not to AIR?

2007-12-14 Thread Mark Kruger
Scott, Air has it's own language for development - scripting very like actionscript. It doesn't parse CF tags. It doesn parse JSP tags or PHP tags either. It's not designed as a many language-single runtime engine (ala ..NET). However, just like Flex, CF is a great back end for AIR to use in

Re: Compare two tables

2007-12-14 Thread Crow T. Robot
just thinking out loud here...could you select them both into a CF query struct, then do a q of q on the two result sets to extract whatever data you needed? On Dec 14, 2007 9:57 AM, Ian Skinner [EMAIL PROTECTED] wrote: Anybody have a creative way to compare data in two tables and find all

Re: Compare two tables

2007-12-14 Thread Todd
Suck the two tables down as WDDX files - work with them locally and use query of queries? On Dec 14, 2007 10:57 AM, Ian Skinner [EMAIL PROTECTED] wrote: Anybody have a creative way to compare data in two tables and find all records in table A not in table B and vice-a-versa. The data share a

RE: To AIR or not to AIR?

2007-12-14 Thread Ben Forta
AIR apps are indeed desktop apps. But most AIR apps also need back-end integration (to get to data, send e-mail, authenticate logins ... everything CF is used for). And ColdFusion can indeed be the back-end for an AIR app, allowing communication via Web Services, Flash Remoting, as well as via

Re: AJAX based mutiple file upload

2007-12-14 Thread Claude Schneegans
I was wondering if anyone has a demo of a Ajax based multiple file upload that works with ColdFusion. ColdFusion or not, it is impossible to have a full multiple file upload with only Ajax client side. Ajax is actually Javascript, and there is no possibility of multiple file handling with

Compare two tables

2007-12-14 Thread Ian Skinner
Anybody have a creative way to compare data in two tables and find all records in table A not in table B and vice-a-versa. The data share a common key, 'License Number'. The trick -- Table A is in an MS Access Database and Table B is in a MS SQL server database. They are not aware of each

Re: To AIR or not to AIR?

2007-12-14 Thread Todd
Webservices pull back data and you display via javascript. On Dec 14, 2007 10:52 AM, Scott Stewart [EMAIL PROTECTED] wrote: Care to explain? -- Scott Stewart ColdFusion Developer SSTWebworks 4405 Oakshyre Way Raleigh, NC. 27616 (919) 874-6229 (home) (703) 220-2835 (cell)

Re: Compare two tables

2007-12-14 Thread koen darling
I'd probably make two separate queries, one to each database and then do a query of queries to find the data you're looking for. Koen ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get

RE: To AIR or not to AIR?

2007-12-14 Thread Dave Watts
From what I understand, AIR really doesn't work with ColdFusion yet.. Sure it does. AIR can invoke web services written in CF. That's all the working with CF requires. We're currently building some AIR apps for our clients. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig

RE: To AIR or not to AIR?

2007-12-14 Thread Dave Watts
Meaning that the purpose behind AIR is to make portable Desktop apps out of web apps (as I understand it, from my brief research). When you do this don't you negate any built in ColdFusion functionality. Or have they built a ColdFusion parser into AIR? You can't use ColdFusion to build

Re: What do I have to do to get toolbars to show in a cftextarea?

2007-12-14 Thread Casey Dougall
On 12/13/07, Rick Faircloth [EMAIL PROTECTED] wrote: Thanks for the reply, Dave. Yes, I have a /CFIDE mapping to C:\ColdFusion8\wwwroot\CFIDE I wonder if my problem has to do with the fact that I changed the default web site to E:\inetpub\webroot instead of C:\inetpub\wwwroot. Would that

Re: Compare two tables

2007-12-14 Thread C. Hatton Humphrey
QoQ? On Dec 14, 2007 10:57 AM, Ian Skinner [EMAIL PROTECTED] wrote: Anybody have a creative way to compare data in two tables and find all records in table A not in table B and vice-a-versa. The data share a common key, 'License Number'. The trick -- Table A is in an MS Access Database and

CF8 CFGrid and https

2007-12-14 Thread Jeremy Keith
Working on implementing some CFGrid examples with CF8 I have them working in our public space, however, when I bring the 2 files into our protected webspace (which has it's own application.cfm) it doesn't seem to work. The page will display the grid, but won't populate it. Any ideas as to what

ColdFusion.Window.getWindowObject causes exception on IE

2007-12-14 Thread Dustin Snell
I am getting the error “Exception Thrown and not caught” on IE7, code works on Firefox. Have been working on this for more than 8 hours. I need to capture the coordinates of a CFWINDOW so that if the user goes to another page on the site the window can be recreated in the same place. Just

Re: CF8: Serialise a CFC?

2007-12-14 Thread Brian Kotek
Exactly. In fact I'd be interested to see if the CFC will even deserialize or be usable (I have no idea if CF does any metadata comparisons or type lookups during the deserialization and instantation of the CFC). On Dec 14, 2007 8:37 AM, Tom Chiverton [EMAIL PROTECTED] wrote: On Friday 14 Dec

RE: What do I have to do to get toolbars to show in a cftextarea?

2007-12-14 Thread Rick Faircloth
Great! Creating a virtual directory called CFIDE to the CFIDE folder under the Default Web Site brought the richtext cftextara right up! Was this complication caused by my using a webroot of E:\inetpub\webroot other than the normal C:\inetpub\wwwroot? I suspect so, but I definitely need a more

Re: Compare two tables

2007-12-14 Thread Ian Skinner
Ben Doom wrote: I don't think you can do a subselect in a QofQ (someone correct me if I'm wrong) so I think the easiest thing would be to pull both in and then walk the arrays. Brute force and inelegant, but is this something you need to do once, or is this something that must be done

RE: What do I have to do to get toolbars to show in a cftextarea?

2007-12-14 Thread Dave Watts
I'm running this on my local development machine, with IIS 5. Of all the places I could find to change/create mappings, I couldn't find a reference in IIS 5 anywhere to a /CFIDE mapping. (Perhaps it needs to be added somewhere, which I've never had to do before... but then, I've never

RE: To AIR or not to AIR?

2007-12-14 Thread Brad Wood
Air is client side. ColdFusion is server side. In the sane way your web browser does not parse ColdFusion, neither do AIR apps. They are front-end/client only. Think of an AIR app as an AJAX/DHTML web page, or a Flex-built flash application. Both of those operate in a browser and are

RE: To AIR or not to AIR?

2007-12-14 Thread Scott Stewart
Gotcha.. Thanks for the explanation sas -- Scott Stewart ColdFusion Developer SSTWebworks 4405 Oakshyre Way Raleigh, NC. 27616 (919) 874-6229 (home) (703) 220-2835 (cell) http://www.sstwebworks.com http://www.linkedin.com/in/sstwebworks -Original Message- From: Dave Watts

RE: Compare two tables

2007-12-14 Thread Brad Wood
If you can pull both result sets into ColdFusion through their respective data sources, you should be able to use a QofQ. A left outer join isn't supported in QofQ's, but there are work-arounds: http://www.bealearts.co.uk/blog/2007/06/20/how-to-do-an-outer-join-in-qu ery-of-queries/ ~Brad

RE: Compare two tables

2007-12-14 Thread Dawson, Michael
Since everyone else mentioned QoQ, another option would be creating a temp table in SQL, loading the Access records, and then doing the query. M!ke -Original Message- From: Ian Skinner [mailto:[EMAIL PROTECTED] Sent: Friday, December 14, 2007 9:57 AM To: CF-Talk Subject: Compare two

RE: Compare two tables

2007-12-14 Thread Adrian Lynch
Are you saying you want to only look at the License Number column? If that's the case, query both tables and then find the missing ones with Q of Q or the following UDF. http://www.cflib.org/udf.cfm?ID=660 Adrian -Original Message- From: Ian Skinner [mailto:[EMAIL PROTECTED] Sent: 14

Re: VPS hosting, anyone?

2007-12-14 Thread Michael Dinowitz
AHP has a $10 off for people using the 'coupon' HOF. The exact deal is on the right side of the House of Fusion site. ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial

Re: Compare two tables

2007-12-14 Thread Ian Skinner
I had considered the list idea a couple of different ways. I forgot to mention the size of the tables involved. One is ~40,000 records and the other is ~46,000. Are these list ideas going to hold up with lists several tens of thousands of items long? Dominic Watson wrote: If you can get

Re: Compare two tables

2007-12-14 Thread Ian Skinner
That was considered but we do not have authority to upload the Access table into the SQL database, thus the list line of my original post. Dawson, Michael wrote: Since everyone else mentioned QoQ, another option would be creating a temp table in SQL, loading the Access records, and then doing

RE: Compare two tables

2007-12-14 Thread Brad Wood
The list stuff should work on that many records -- performance might be suspect though. I'm not sure what exactly was meant by not having the authority to put the data in SQL server. It's more of a technicality, but what if you dynamically loaded the data into a temp table or table variable in a

Re: Compare two tables

2007-12-14 Thread Ian Skinner
Aha! That is the kind of outside the box thinking for which I was looking. Presuming that the SQL DSN user has Create permission (50/50 chance) this could work nicely. I'll pass it on to the co-worker dealing with this issue. He is having trouble with this HOF account, see CF-OT post to

Re: Compare two tables

2007-12-14 Thread C. Hatton Humphrey
Just a thought, Ian, but you might try this solution versus doing a QoQ with lists versus doing a nested loop to test for matches and see which one actually works better for you performance-wise. If you've got 40k records, that's a lot of data to be shuttling back and forth! On Dec 14, 2007 1:14

RE: Compare two tables

2007-12-14 Thread Brad Wood
Nope, QofQ does now allow for outer joins either with the left outer syntax, nor with the *= syntax. The work-around is usually to union two selects like in the link I posted earlier. ~Brad -Original Message- From: C. Hatton Humphrey [mailto:[EMAIL PROTECTED] Sent: Friday, December 14,

RE: What do I have to do to get toolbars to show in a cftextarea?

2007-12-14 Thread Dave Watts
Was this complication caused by my using a webroot of E:\inetpub\webroot other than the normal C:\inetpub\wwwroot? I suspect so, but I definitely need a more authoritative opinion as to why I needed the CFIDE virtual directory when I never have before. You can use whatever webroot you

RE: Recommend web design training

2007-12-14 Thread Adam Churvis
It sounds like you need two different sorts of training. CSS, Section 508 compliance, and other standards are one thing. Good design is something else entirely. I'm aware of all sorts of training for the first category, but most people who learn about the second category do it as part of a

Re: Compare two tables

2007-12-14 Thread C. Hatton Humphrey
Yeah, this is a case where it would be nice if QofQ had more capability. This would be simple with the ability to do an outer join between the tables. Luckily it only needs to be done once, or at least only a few times until it is determined what is out of sync between the old version

RE: Compare two tables

2007-12-14 Thread Adrian Lynch
You wouldn't have to import the Access data into the SQL database, sorry, you started the with the quotes ;O). You can just select the data from Access, loop over it and generate the SQL in insert into a temp table. Something like... cfquery name=theAccessQuery datasource=... QUERY THE

Re: VPS hosting, anyone?

2007-12-14 Thread Rizal Firmansyah
Thanks for your input guys. Correct, CFAdmin is one of the feature i very much like with a VPS. I have looked at all your recommendation, and all looks good to me :) Btw, is anyone using triple8 (www.888.net)? I tried their live help system, and the agent looks very knowledgable with CF (at

Re: CF8 CFGrid and https

2007-12-14 Thread Jeremy Keith
Working on implementing some CFGrid examples with CF8 I have them working in our public space, however, when I bring the 2 files into our protected webspace (which has it's own application.cfm) it doesn't seem to work. The page will display the grid, but won't populate it. Any ideas

Re: Compare two tables

2007-12-14 Thread Dominic Watson
If you can get them both into cfquery objs, then try this (untested): (QoQ = Query of Queries as below) cfquery name=inAccessNotInSQLServer dbtype=query SELECT * FROM qry_access WHERE URN NOT IN (#ValueList(qry_sqlServer.URN)#) /cfquery cfquery name=inSQLServerNotInAccess dbtype=query

Re: AJAX based mutiple file upload

2007-12-14 Thread Rey Bango
Mario, You should check this one out: http://swfupload.org/ Rey Ciliotta, Mario wrote: Hi, I was wondering if anyone has a demo of a Ajax based multiple file upload that works with ColdFusion. I have found a few examples on the web but most of them seem to be Perl based. Thanks

RE: What do I have to do to get toolbars to show in a cftextarea?

2007-12-14 Thread Rick Faircloth
My final question now, since I can see the default or full version of the richtext cftextarea button options, is whether or not this richtext cftextarea can be customized to handle images. That's going to be critical for whatever solution I employ. I'm surprised not to see that option in the

Re: Compare two tables

2007-12-14 Thread Todd
we can not import the Access data into the SQL database at this time at least. On Dec 14, 2007 12:11 PM, Dawson, Michael [EMAIL PROTECTED] wrote: Since everyone else mentioned QoQ, another option would be creating a temp table in SQL, loading the Access records, and then doing the query.

RE: Recommend web design training

2007-12-14 Thread Adam Churvis
508 is definitely Sandy's realm. You don't even need to put feelers out there; just hire her. Respectfully, Adam Phillip Churvis President Productivity Enhancement -Original Message- From: C. Hatton Humphrey [mailto:[EMAIL PROTECTED] Sent: Friday, December 14, 2007 11:06 AM To:

Re: Compare two tables

2007-12-14 Thread C. Hatton Humphrey
Scratch that idea - I just re-read the quickdocs and QoQ doesn't support joins at all. (*grumble*) Just saw where you found a possible solution... yay! On Dec 14, 2007 1:03 PM, C. Hatton Humphrey [EMAIL PROTECTED] wrote: Yeah, this is a case where it would be nice if QofQ had more

cfthread nor not? -- any best practice out there?

2007-12-14 Thread d l
I'm using cffeed for a bunch of rss feeds (specifically 4 feeds for now). For code reuse, I have a component which has a function for passing parameters including source (as a structure). One approach (named A): Not using cfthread, execution seems reasonably fast.

RE: CF8 CFGrid and https

2007-12-14 Thread Brad Wood
We ended up putting all our web services in their own sub folder with it's own Application.cfm. We also had to eliminate cfhtmlhead stuff in any file we retro-fitted to include in a web service call to our Ajax pages. ~Brad -Original Message- From: Jeremy Keith [mailto:[EMAIL

Re: Compare two tables

2007-12-14 Thread Claude Schneegans
This is one of a couple of things which was much easier to do in primitive databases like dBase or Clipper. But I would use an equivalent technique here, just looping in both queries in the same time. (not tested) CFQUERY NAME=q1 DATASOURCE=DS1 SELECT field ORDER BY field /CFQUERY CFQUERY

loop with wddx2cfml in it.

2007-12-14 Thread Michael Beins
I am looping through a result set that has form data that is wddx encrypted and url encoded. I am getting the following error when looping through the result set. ErrorType: java.lang.ClassCastException with a Diagnostics of 'null null'. For debugging purpuoses I am only returning one

RE: Compare two tables

2007-12-14 Thread Dawson, Michael
Pardon me for correcting Brad: QofQ does NOT allow for outer joins I'm glad I'm not the only one that mistypes one letter which changes the entire meaning of a sentence. :-D M!ke -Original Message- From: Brad Wood [mailto:[EMAIL PROTECTED] Sent: Friday, December 14, 2007 12:57 PM To:

RE: cfthread nor not? -- any best practice out there?

2007-12-14 Thread Dan G. Switzer, II
I'm using cffeed for a bunch of rss feeds (specifically 4 feeds for now). For code reuse, I have a component which has a function for passing parameters including source (as a structure). One approach (named A): Not using cfthread, execution seems reasonably fast.

RE: Compare two tables

2007-12-14 Thread Brad Wood
Lol. That does make a difference, doesn't it. :) ~Brad -Original Message- From: Dawson, Michael [mailto:[EMAIL PROTECTED] Sent: Friday, December 14, 2007 2:07 PM To: CF-Talk Subject: RE: Compare two tables Pardon me for correcting Brad: QofQ does NOT allow for outer joins I'm glad

RE: Compare two tables

2007-12-14 Thread Dawson, Michael
I'm not talking about an import. I'm talking about a temp table that will last the duration of the connection. M!ke -Original Message- From: Todd [mailto:[EMAIL PROTECTED] Sent: Friday, December 14, 2007 11:33 AM To: CF-Talk Subject: Re: Compare two tables we can not import the

RE: Compare two tables

2007-12-14 Thread Dawson, Michael
That is the kind of outside the box thinking for which I was looking You are welcome! ;-) Adrian, thanks for having my back and writing the sample code. M!ke Adrian Lynch wrote: You wouldn't have to import the Access data into the SQL database, sorry, you started the with the quotes ;O).

RE: 500 null due to large amounts of records returned

2007-12-14 Thread Gaulin, Mark
Hi As you suspect, calling cfquery causes ALL records returned by the query to be read into memory, so this is very likely the problem. Do you intend to show the client (browser) the million records? If not then you shouldn't need to query them on your page. (If yes, the wow, that'll be some

RE: 500 null due to large amounts of records returned

2007-12-14 Thread Brad Wood
Wow, that's a lot of records. Check your ColdFusion logs, but that is probably an out-of-memory error. This may be a stupid question, but do you have to return all that data on the same page? Can you implement some sort of filtering or paging mechanism? I can't comprehend a user ever needing to

500 null due to large amounts of records returned

2007-12-14 Thread Joyce Young
Hello, I need some advice about how to best deal with large amounts of data. We are using a security model that implements object level security (down to buttons and links in a page) for this project, and the maintenance screen to mange the object level security is causing us some problems.

Re: VPS hosting, anyone?

2007-12-14 Thread Eric Roberts
I have been using AHP for about 6 months or o when my host's server bit it and he couldn't replace it (a small shop run out of pocket). Greg is awesome and very helpful. I also think the rice is very reasonable. I would highly recommend them. Eric On 12/13/07, Alan Rother [EMAIL PROTECTED]

Re: 500 null due to large amounts of records returned

2007-12-14 Thread Ian Skinner
Then one I have not seen mentioned yet is a page timeout. By default a CF thread will only wait 60 seconds for a page to resolve, your query taking 90 seconds will exceed this. Have you taken steps to allow the page to wait long enough for the stored procedure to finish? I.E. settings in

RE: VPS hosting, anyone?

2007-12-14 Thread Mark Kruger
I too loved the rice.. Not many hosts give you rice. -Original Message- From: Eric Roberts [mailto:[EMAIL PROTECTED] Sent: Friday, December 14, 2007 2:59 PM To: CF-Talk Subject: Re: VPS hosting, anyone? I have been using AHP for about 6 months or o when my host's server bit it and

RE: What do I have to do to get toolbars to show in a cftextarea?

2007-12-14 Thread Rick Faircloth
Thanks, Casey! Rick -Original Message- From: Casey Dougall [mailto:[EMAIL PROTECTED] Sent: Friday, December 14, 2007 11:46 AM To: CF-Talk Subject: Re: What do I have to do to get toolbars to show in a cftextarea? On 12/13/07, Rick Faircloth [EMAIL PROTECTED] wrote: Thanks for

Re: To AIR or not to AIR?

2007-12-14 Thread James Holmes
Remember that one can use a live CF rendered page directly within an HTML based AIR app just by using an iframe in the AIR app. In this use, the AIR runtime becomes a browser. On Dec 15, 2007 1:23 AM, Brad Wood [EMAIL PROTECTED] wrote: The only connection HTML or Flash would have in the

RE: What do I have to do to get toolbars to show in a cftextarea?

2007-12-14 Thread Rick Faircloth
Good info, Dave... thanks! Rick -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Friday, December 14, 2007 12:55 PM To: CF-Talk Subject: RE: What do I have to do to get toolbars to show in a cftextarea? Was this complication caused by my using a webroot of

RE: To AIR or not to AIR?

2007-12-14 Thread Ryan, Terrence
You can also package any CF-rendered HTML and javascript into an AIR application. So in that way, you can use ColdFusion to create an Air Application. http://www.forta.com/blog/index.cfm/2007/11/8/Converting-ColdFusion-Web-Apps-To-AIR-Apps

Reading NMEA-183 Messages off Com Port w CF?

2007-12-14 Thread Matthew Reinbold
Hello All, I've currently got a client that wants a web based application running locally on the machine (pull forms up and enter data using good old 127.0.0.1). The only rub is that I need to read GPS data off a com port. The information is standardized (National Maritime Electronics

RE: VPS hosting, anyone?

2007-12-14 Thread Eric Roberts
Lol...I fired that typist hehehe -Original Message- From: Mark Kruger [mailto:[EMAIL PROTECTED] Sent: Friday, December 14, 2007 4:19 PM To: CF-Talk Subject: RE: VPS hosting, anyone? I too loved the rice.. Not many hosts give you rice. -Original Message- From: Eric Roberts

  1   2   >