Re: closing JDBC recordsets

2008-05-02 Thread denstar
Is there any possibility that the database file format is DBASE? That's the jdbc driver I was using for clipper, I think. Maybe it's foxpro or something? You might be able to find a more native driver, is what I'm, um, driving at. -- Time is bunk. Douglas Adams On Thu, May 1, 2008 at 8:40 AM,

CFPDF - Watermark Like Effect

2008-05-02 Thread Stephen Cassady
Hi all, Here's what I would like to do, and I've not found a good process yet to do this. I would like to take a PDF that is already loaded onto the server, and then run a strip of, say 10 point text, from the bottom left corner towards the top right corner on each page. The text to run would be

JBoss'n it (was: Re: CFMX8 - Standard vs. Enterprise)

2008-05-02 Thread denstar
On Thu, May 1, 2008 at 9:12 AM, Larry Lyons [EMAIL PROTECTED] wrote: If you're running CF8 under JBoss then you're running the enterprise version. To get the jboss to cluster is very easy, just make sure you're running the all services version of JBoss, (run - c all when starting up

RE: CFPDF - Watermark Like Effect

2008-05-02 Thread Stephen Cassady
Update - I'm an idiot for not proof checking: Bottom left to Top left (run along the left hand edge). Everything else is the same issue. LOL Stephen ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic

veiws (was: Re: CSS page calls and image calls from a CFC)

2008-05-02 Thread denstar
On Thu, May 1, 2008 at 3:21 PM, Dominic Watson [EMAIL PROTECTED] wrote: Why not? (asked looking for a legitimate reason, IE: x or y won't work properly if you do) There's no solid reason *not* to, that I'm aware of, other than design choice. I have built a display framework like this in

RE: closing JDBC recordsets

2008-05-02 Thread Richard Meredith-Hardy
No, it's a SAGE proprietary db format, I forget its actual name, the ODBC driver is theirs too. Suffice to say if you do a search for SAGE line 100 and ODBC and 'flaky' you get quite a few results These days I think SAGE are using mssql or mysql as the core of their accounts systems but

cfmail multipart emails and googlemail

2008-05-02 Thread Will Swain
Hello list, A number of my clients use an emailing tool we have built for them to send multipart emails to their (opt in) mailing lists. These work very well in general and they are happy. However, there seem to be some issues with Google mail and the emails sent out. It's almost as if the

RE: cfmail multipart emails and googlemail

2008-05-02 Thread Will Swain
Update - it's displaying the plain text version of the multipart email, but without _some_ line breaks so the formatting is shot. Can google mail not display HTML emails then? -Original Message- From: Will Swain [mailto:[EMAIL PROTECTED] Sent: 02 May 2008 11:32 To: CF-Talk Subject:

mail attachments prob

2008-05-02 Thread Richard Meredith-Hardy
Sending a mail with an attachment. (works fine without) Can someone explain why code which works fine in CF5 won't work in CF8? Error in mail log is: IOException while sending message I can't see anything immediately obvious from the documentation, a mime type or something? (these attachments

Re: cfmail multipart emails and googlemail

2008-05-02 Thread Casey Dougall
On Fri, May 2, 2008 at 6:54 AM, Will Swain [EMAIL PROTECTED] wrote: Update - it's displaying the plain text version of the multipart email, but without _some_ line breaks so the formatting is shot. Can google mail not display HTML emails then? Yes it can but if you do not place mailpart

RE: cfmail multipart emails and googlemail

2008-05-02 Thread Will Swain
Casey you are a star!! That was exactly the problem and all fixed now. Thanks so much and have a great weekend. Will -Original Message- From: Casey Dougall [mailto:[EMAIL PROTECTED] Sent: 02 May 2008 13:01 To: CF-Talk Subject: Re: cfmail multipart emails and googlemail On Fri, May

RE: CSS page calls and image calls from a CFC

2008-05-02 Thread Scott Stewart
Thanks Dominic, I really got thrown into components last year, because the project that I was on was built with components, and they had the headers, footers and common layout objects in components. So, I rolled with it. I'm really making sure that my data layer is separated, as I start making

Foundry ServerIron

2008-05-02 Thread Kevan Kern
We are trying to load balance our cold fusion servers with a Foundry Serveriron GT350. We are experiencing a delay when we connect through the VIP(4-5 seconds). If we go straight to the real server we have no delay . Initially, the problem appears to be with the Serveriron. We sniffed the

Extending Application.cfc using a mapping question

2008-05-02 Thread marc --
Hello, I have a folder components off the webroot. I have 2 applications, A and B, both in their own webroot. I want both of them to extend the Application.cfc in the folder components. So: D:www/components/ApplicationRoot.cfc is extended by D:/www/wwwroot/ApplicationA/Application.cfc and

Extending Application.cfc using mappings

2008-05-02 Thread marc --
Hello, I want to extend ApplicationCMS.cfc I have in an off-webroor folder. I am on a shared hosting environment so I want to create my mappings in Application.cfc, not in Cfadministrator. The mappings are not recognized this way. When I create a mapping in the administrator (locally) it works.

Re: Foundry ServerIron

2008-05-02 Thread Kevan Kern
We are trying to load balance our cold fusion servers with a Foundry Serveriron GT350. We are experiencing a delay when we connect through the VIP(4-5 seconds). If we go straight to the real server we have no delay . Initially, the problem appears to be with the Serveriron. We sniffed the

Update multiple Records

2008-05-02 Thread Jason Congerton
Hi I need to update the price of multiple products using one form i.e Product Price ShoesUpdateable Text Field Trainers Updateable Text Field etc I was going to name the text field newCost and loop through the list, but i obviously need to pass the id as well. Would it be

Re: Update multiple Records

2008-05-02 Thread Greg Morphis
Yeah.. that's how I'd do it.. the text field's name would include a _#id# and use the '_' to find the ID.. Good job On Fri, May 2, 2008 at 9:33 AM, Jason Congerton [EMAIL PROTECTED] wrote: Hi I need to update the price of multiple products using one form i.e Product Price Shoes

Re: Update multiple Records

2008-05-02 Thread Azadi Saryev
i would have the product id in the text field name for sure, like newcost_#prod_id#. Azadi Saryev Sabai-dee.com http://www.sabai-dee.com/ Jason Congerton wrote: Hi I need to update the price of multiple products using one form i.e Product Price ShoesUpdateable Text Field

Re: Extending Application.cfc using mappings

2008-05-02 Thread marc --
sorry for the double posting - it takes a while before posts get through here so I thought it got lost somehow (or I didn't post at all...). I googled and found this on http://groups.google.com/group/farcry-beta/browse_thread/thread/7ec1c03df22675af suggesting mappings don't work with the

RE: Update multiple Records

2008-05-02 Thread Bobby Hartsfield
You got the idea. Just cfloop the ids into field names cfloop query=ids cfparam name=form.product_#productid# / /cfloop cfloop query=ids input name=product_#productid# value=#form['product_' productid]# ... / /cfloop Then use the same query and loop to parse them in the

RE: Update multiple Records

2008-05-02 Thread Bobby Hartsfield
Oops, those cfparams need the values to be #price# cfparam name=form.product_#productid# value=#price# / ..:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com http://cf4em.com -Original Message- From: Bobby Hartsfield [mailto:[EMAIL PROTECTED] Sent: Friday, May 02, 2008

Re: JBoss'n it (was: Re: CFMX8 - Standard vs. Enterprise)

2008-05-02 Thread Larry Lyons
I've been waiting till we get some more CF8's to do clustering on JBoss. That sounds amazingly simple. Hmmm... now to find a good way to keep the file systems in sync, since I've started generating a lot of static content... :-P Drop your war or ear file in the /server/all/farm directory on one

RE: mail attachments prob

2008-05-02 Thread Richard Meredith-Hardy
Don't worry, found it. In this case I was copying a file from one with a uuid name to one with a sensible name to send, sending it in cfmail, and then deleting it. In CF5 this was fine, but the copy was clearly being deleted in cf8 before cfmail got round to actually dealing with the attached

Re: Update multiple Records

2008-05-02 Thread Jason Congerton
Excellent thanks for the prompt responses Hi I need to update the price of multiple products using one form i.e Product Price ShoesUpdateable Text Field Trainers Updateable Text Field etc I was going to name the text field newCost and loop through the list, but i

Re: CFPDF Formatting

2008-05-02 Thread Tom Chiverton
On Thursday 01 May 2008, Mark Phillips wrote: Any ideas? Known problem, as far as I can tell. Maybe when this CF9 public bug database appears we can get some visibility on it. In the mean time, we use UJAC. -- Tom Chiverton Helping to synergistically entrench interdependent bandwidth on:

RE: CFPDF - Watermark Like Effect

2008-05-02 Thread Dave Watts
I've look at a good process to do this with CF801, and haven't found a nice, simple, workflow. I even thought of creating a PDF in memory holding the text, and watermarking that to the existing pdf, but the watermark function doesn't take in memory pdf for the watermark text, only for the

Television: Mythbusters and CBS

2008-05-02 Thread Ian Skinner
Does anybody know if there is something going on here? Are Jamie and Adam perchance coming to a broadcast channel near me? I have not had cable for about a year now and I am not up on my current Mythbusters. I had CSI on in the background last night and looked up just in time to see Mr.

Retrieve the auto generated key from a MySQL resultset

2008-05-02 Thread marc --
From the docs @ cfquery - The cfquery tag also returns the following result variables in a structure. You can access these variables with a prefix of the name you specified in the result attribute.[...] result_name.GENERATED_KEY MySQL only. The ID of an inserted row. MySQL 3 does not

Re: Television: Mythbusters and CBS

2008-05-02 Thread Ian Skinner
I swear I sent this to Community. Who is crossing my wires out there? Fess up, I don't believe in elves. Moving to Community now. ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the

RE: Television: Mythbusters and CBS

2008-05-02 Thread Rick Faircloth
Uh... I like Mythbusters, too... but CF-Talk? :o) Rick -Original Message- From: Ian Skinner [mailto:[EMAIL PROTECTED] Sent: Friday, May 02, 2008 12:20 PM To: CF-Talk Subject: Television: Mythbusters and CBS Does anybody know if there is something going on here? Are Jamie and

RE: Television: Mythbusters and CBS

2008-05-02 Thread Andy Matthews
I'ts unlikely that they'd bring the MB show to CBS as I'm sure that copyright is owned by Discovery (isn't that where MB plays?). That'd be cool though. -Original Message- From: Ian Skinner [mailto:[EMAIL PROTECTED] Sent: Friday, May 02, 2008 11:20 AM To: CF-Talk Subject: Television:

Re: Television: Mythbusters and CBS

2008-05-02 Thread Gerald Guido
Did you try: cfset WTF = evaluate(#Mythbusters# #CBS#) cfdump var=#WTF# On Fri, May 2, 2008 at 12:19 PM, Ian Skinner [EMAIL PROTECTED] wrote: Does anybody know if there is something going on here? Are Jamie and Adam perchance coming to a broadcast channel near me? I have not had cable

Screen cap via http

2008-05-02 Thread G. Brown
Hey, I'm looking for a CF extension (or other), which will allow me to programmatically capture screen shots of a website and save it as a jpg. You know, something as simple as feeding it a url, and having it save a jpeg on the server? Thanks - Geoff B

RE: Retrieve the auto generated key from a MySQL resultset

2008-05-02 Thread Dave Watts
From the docs @ cfquery - The cfquery tag also returns the following result variables in a structure. You can access these variables with a prefix of the name you specified in the result attribute.[...] result_name.GENERATED_KEY MySQL only. The ID of an inserted row. MySQL 3

Re: Television: Mythbusters and CBS

2008-05-02 Thread Ian Skinner
Gerald Guido wrote: Did you try: cfset WTF = evaluate(#Mythbusters# #CBS#) cfdump var=#WTF# Hey, I already fessed up my idiotness twenty minutes ago. Ok, I blamed it on mythical, pointy eared beings. But the thread has been replicated on the more appropriate 'Community' list. I'll now

insert /delet problem in coldfusion

2008-05-02 Thread erik tom
OK. I got really stumpped the solution seems to be very simple, but anyway. in my survey form I need . answer question . and then click save. Then If the user go in the modyfy the question i want to delete the prevoius choices and insert the new ones. I have to 2 tables to do that .()

Re: SMTP Proxy for use in Testing CFMAIL

2008-05-02 Thread Phillip Vector
Can't you just log the messages and check CF administrator to see if they went out? On Fri, May 2, 2008 at 10:00 AM, Nathan Wells [EMAIL PROTECTED] wrote: We have a ColdFusion-based application that makes use of CFMAIL. Nothing too fancy, mostly just HTML emails with no attachments. We are

RE: Screen cap via http

2008-05-02 Thread Dave Watts
I'm looking for a CF extension (or other), which will allow me to programmatically capture screen shots of a website and save it as a jpg. You know, something as simple as feeding it a url, and having it save a jpeg on the server? If you have CF8, you can actually do this using

Re: Screen cap via http

2008-05-02 Thread Nathan Wells
Hey, I'm looking for a CF extension (or other), which will allow me to programmatically capture screen shots of a website and save it as a jpg. You know, something as simple as feeding it a url, and having it save a jpeg on the server? Thanks - Geoff B There is a free program

RE: Retrieve the auto generated key from a MySQL resultset

2008-05-02 Thread Bobby Hartsfield
Add result=myResults I also hope you weren't fond of that password. ..:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com http://cf4em.com -Original Message- From: marc -- [mailto:[EMAIL PROTECTED] Sent: Friday, May 02, 2008 12:22 PM To: CF-Talk Subject: Retrieve the

Re: SMTP Proxy for use in Testing CFMAIL

2008-05-02 Thread Nathan Wells
Can't you just log the messages and check CF administrator to see if they went out? Yes, we could check the mailsent log, but it's not always viable to give our QA testers access to the log files, and it's not real warm and fuzzy either.

SMTP Proxy for use in Testing CFMAIL

2008-05-02 Thread Nathan Wells
We have a ColdFusion-based application that makes use of CFMAIL. Nothing too fancy, mostly just HTML emails with no attachments. We are looking for an SMTP server (or an SMTP proxy, if you will) that we could point our development and pre-production environments to. This SMTP server would

Re: SMTP Proxy for use in Testing CFMAIL

2008-05-02 Thread Phillip Vector
Oh. Usually, as I've seen it, QA is the same as Developers. If QA is testing out the functionality of your app, then why do they need a special SMTP. Just have them get a google mail account and go through the forms or whatever and put that in as their emails. If they do more then what users

Re: insert /delet problem in coldfusion

2008-05-02 Thread Tom McNeer
There's a lot in your code that should probably be changed -- first, I'm assuming that the form/database code at the bottom of your post is NOT part of the same page as the form -- but you don't need the cfoutput tags in the processing code, or most of the hash signs, and you could avoid the use

Re: Update multiple Records

2008-05-02 Thread Jason Congerton
Hi All Sorry i think i am being a bit thick here!! but how do i get the id from the form name as i can only access the value of the form field in my action page. Jason Hi I need to update the price of multiple products using one form i.e Product Price ShoesUpdateable

Re: Update multiple Records

2008-05-02 Thread Josh Nathanson
Sorry i think i am being a bit thick here!! but how do i get the id from the form name as i can only access the value of the form field in my action page. You can access the form field name by either looping over the form as a collection, or looping over the property FIELDNAMES. Here is

Re: Update multiple Records

2008-05-02 Thread Azadi Saryev
if your fields are named something like newcost_#id#: loop through form.fieldnames = get each field's name if field name matches a pattern (i.e. left(fieldname, 7) eq newcost_), treat it as _-delimited list to get the id from it Azadi Saryev Sabai-dee.com http://www.sabai-dee.com/ Jason

RE: SMTP Proxy for use in Testing CFMAIL

2008-05-02 Thread Dave Watts
Usually, as I've seen it, QA is the same as Developers. You should see it some other way. It's a lot nicer that other way. Developers, by and large, make lousy QA people. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Training: Adobe/Google/Paperthin Certified Partners

Re: SMTP Proxy for use in Testing CFMAIL

2008-05-02 Thread Phillip Vector
Really? Why? I guess coming from a QA background and merging web development into it, I perhaps do things differently. Why do developers make bad QA people usually? They have familiarly with the code and I would think they would have to test to see if the code worked as part of the job. On Fri,

RE: SMTP Proxy for use in Testing CFMAIL

2008-05-02 Thread Dave Francis
It's because they are familiar with the code - they have preconceptions, and knowledge of the application that a first-time user does not have. To give a trivial example - the app might expect a date field to be m/d/y because the developer knows that everyone knows this. Except a user from the uk

Re: SMTP Proxy for use in Testing CFMAIL

2008-05-02 Thread Phillip Vector
Right... Then my previous example of getting some new users with email addresses and use the app is valid. :) On Fri, May 2, 2008 at 1:26 PM, Dave Francis [EMAIL PROTECTED] wrote: It's because they are familiar with the code - they have preconceptions, and knowledge of the application that a

RE: Television: Mythbusters and CBS

2008-05-02 Thread Eric Roberts
That would be awesome...I don't have cable anymore either and miss the show. Eric /*-Original Message- /*From: Ian Skinner [mailto:[EMAIL PROTECTED] /*Sent: Friday, May 02, 2008 11:20 AM /*To: CF-Talk /*Subject: Television: Mythbusters and CBS /* /*Does anybody know if there is something

Re: SMTP Proxy for use in Testing CFMAIL

2008-05-02 Thread Nathan Wells
Sorry, not tryingto be rude, but I guess I don't understand what the purpose of such a thing would be. No need to apologize. Let avoid the whole QA vs. Developer issue and lay out the ugly details of the situation. The specific incident that started my search was that during testing, our

Re: SMTP Proxy for use in Testing CFMAIL

2008-05-02 Thread Phillip Vector
Remove most of the users from the pre-production database and those that are left (2 or 3 or however many you need to test your app), replace those with Yahoo or gmail addresses. When you roll it out, make sure before you do, you copy the users table from the production DB to the pre-production

RE: Update multiple Records

2008-05-02 Thread Bobby Hartsfield
Or again... just use the same loop that you used to build the fields... to read them. ..:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com http://cf4em.com -Original Message- From: Azadi Saryev [mailto:[EMAIL PROTECTED] Sent: Friday, May 02, 2008 2:25 PM To: CF-Talk

Re: JBoss'n it (was: Re: CFMX8 - Standard vs. Enterprise)

2008-05-02 Thread denstar
On Fri, May 2, 2008 at 9:19 AM, Larry Lyons [EMAIL PROTECTED] wrote: I've been waiting till we get some more CF8's to do clustering on JBoss. That sounds amazingly simple. Hmmm... now to find a good way to keep the file systems in sync, since I've started generating a lot of static

Re: Update multiple Records

2008-05-02 Thread Matt Robertson
I wrote up a complete tutorial on how to do this over at easyCFM a few years ago. http://tutorial214.easycfm.com/ Don't hate me for using evaluate() :-) -- [EMAIL PROTECTED] Janitor, The Robertson Team mysecretbase.com ~|

Re: SMTP Proxy for use in Testing CFMAIL

2008-05-02 Thread denstar
On Fri, May 2, 2008 at 1:59 PM, Phillip Vector [EMAIL PROTECTED] wrote: Remove most of the users from the pre-production database and those that are left (2 or 3 or however many you need to test your app), replace those with Yahoo or gmail addresses. Or, I wrote a little deal to use wiser

Re: SMTP Proxy for use in Testing CFMAIL

2008-05-02 Thread Nathan Wells
We would like to avoid making changes to the database if possible, because that alters the test platform. The less similar pre-production and production are, the less applicable QA testing on pre-production is. In this particular case, removing the data from the database is simply not an

Session variables expiration issue

2008-05-02 Thread marc --
Hello, Just a basic question about session variables.I can't get them to 100% work as I want. Maybe I don't understand so that's when it's time to turn to the list :) I want to use session variables that expire a) when the user closes the browser OR b) when a session times out,whatever comes

Session variables expireation issue

2008-05-02 Thread marc --
Hello, Just a basic question about session variables.I can't get them to 100% work as I want. Maybe I don't understand so that's when it's time to turn to the list :) I want to use session variables that expire a) when the user closes the browser OR b) when a session times out,whatever comes

RE: Session variables expireation issue

2008-05-02 Thread Bobby Hartsfield
Just use J2EE session variables within the CF administrator. ..:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com http://cf4em.com -Original Message- From: marc -- [mailto:[EMAIL PROTECTED] Sent: Friday, May 02, 2008 4:53 PM To: CF-Talk Subject: Session variables

RE: Session variables expiration issue

2008-05-02 Thread Dave Watts
Just a basic question about session variables.I can't get them to 100% work as I want. Maybe I don't understand so that's when it's time to turn to the list :) I want to use session variables that expire a) when the user closes the browser OR b) when a session times out,whatever comes

RE: SMTP Proxy for use in Testing CFMAIL

2008-05-02 Thread Dave Watts
Really? Why? I guess coming from a QA background and merging web development into it, I perhaps do things differently. Why do developers make bad QA people usually? They have familiarly with the code and I would think they would have to test to see if the code worked as part of the

SQL GO keyword in cfquery

2008-05-02 Thread Brad Wood
This is really a question AND the answer, but I figured I would post it here for the record, since it took me a while to dig up the answer on Google, and to see if anyone had any additional pointers. In MS SQL Server, you can use the GO keyword to indicate the end of a SQL statement which is

Re: Can't_consume_SAP_web_service_w ith_ColdFusion

2008-05-02 Thread Brian Niski
First, thank you to Kris Jones and João Fernandes for your help. Your assistance guided me towards my final solution. I must complete this story for everyone who finds themselves as confused as I was. I am now successful consuming my SAP web services. There are so many pieces that were

Re: Session variables expireation issue

2008-05-02 Thread marc --
Ok, I found the cause: onSessionStart() cfset THIS.sessionTimeout = #CreateTimeSpan(0,0,0,10)# cfoutput#THIS.sessionTimeout #/cfoutput outputs 10. Which means 10 days since the createTimespan() function returns units of days (eg CreateTimespan(1,0,0,0)eq 1 and CreateTimespan(0,12,0,0) eq 0.5)

CFdirectory under ColdFusion 8 (Standard)

2008-05-02 Thread Don L
Oddities with this tag (OS=XP Professional): cfdirectory directory=e:\blabla\bla2bla2\ action=list name=juiceFile type=file sort=directory DESC the Sort attribute failed (it did not list files in z to a order). cfdirectory directory=e:\blabla\bla2bla2\ action=list name=juiceFile type=file

jTDS and Coldfusion, scope identity

2008-05-02 Thread Billy Jamme
Hi All, I'm wondering if anyone has any experience with the jTDS driver (http://jtds.sourceforge.net) and Coldfusion 8. I'm running this on Win2003 box (32 bit), Cf 8.0 and sql server 2005. I've set up the driver, and can use it to successfully fetch queries with a substantial speed

Re: CFdirectory under ColdFusion 8 (Standard)

2008-05-02 Thread Barney Boisvert
On Fri, May 2, 2008 at 3:46 PM, Don L [EMAIL PROTECTED] wrote: cfdirectory directory=e:\blabla\bla2bla2\ action=list name=juiceFile type=file sort=directory DESC the Sort attribute failed (it did not list files in z to a order). 'directory' is only for recursive CFDIRECTORY calls. You want

Re: Extending Application.cfc using mappings

2008-05-02 Thread Geoff Bowers
2008/5/3 marc -- [EMAIL PROTECTED]: I googled and found this on http://groups.google.com/group/farcry-beta/browse_thread/thread/7ec1c03df22675af suggesting mappings don't work with the extend keyword. Application Specific Mappings are a furphy and do not work as advertised in CF8. It

Flex3 and CF 8 connection problem

2008-05-02 Thread cf-talk
Hi list, I try to get Flex3 to get to be working with CF8 and I can't figure out, why it is not working. I get: faultCode = Client.Error.MessageSend faultDetail = Channel.Connect.Failed error NetConnection.Call.Failed: HTTP: Failed: url: 'http://www.abc.com/flex2gateway/' faultString =

Re: Flex3 and CF 8 connection problem

2008-05-02 Thread Mike Chabot
Quick questions. 1. Are you running CF 8.0.0 or 8.0.1 2. What do you get when you enter that URL in the error message directly into your Web browser. Do you get a blank white page or something else? 3. Is your CFC set to allow for remote access 4. Is Flex Remoting turned on inside of CF Admin?