Fusebox 4.1 Conditionals

2008-03-14 Thread Chris Ditty
Can anyone tell me what I am doing wrong with these conditionals? Basically, if the form.emailAddr is present, check the database. If found throw error. If not, continue on. For some reason, I am getting just a blank screen with no errors. fuseaction name=genPassword xfa

Re: Cached Web Pages

2007-10-31 Thread Chris Ditty
I have this happen to me all the time. Even after I delete the file, it shows in the browser for 10+ minutes. Even with a hard refresh or a different browser. I think that I have to restart the CF server for it to actually clear. There is no rhyme or reason for it. I'll be chugging along and

CF adding additional pages in pdfs

2007-05-15 Thread Chris Ditty
Does anyone know if there are any known bugs with MX7 and generating PDFs? I have a page that generates a pdf on the fly. Every now and then, it will add additional pages to the pdf. This happens at random times and when it does happen, it will add anywhere from 2 pages to 200+ pages. Any

MySQL Admin for CF and Oracle???

2007-05-07 Thread Chris Ditty
Does anyone know of a web program for CF/Oracle that is similar to MySQL Admin? I have looked but I haven't been able to find anything. ~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 MX7 integration create powerful

Am I missing something?

2007-05-02 Thread Chris Ditty
I am trying to write a simple error page that will get called on any CF errors. When an error occurs, I want to write the error information to a log file using cflog. Currently, I am testing this by killing my database and loading pages. I get the error page I created, but I the logging

Re: Am I missing something?

2007-05-02 Thread Chris Ditty
Thanks Dave. I swore that I had it set to exception, but it is apparent that I didn't. I changed it to exception and it wrote to the log file as expected. Many thanks. On 5/2/07, Dave Watts [EMAIL PROTECTED] wrote: I am trying to write a simple error page that will get called on any CF

CFMail - Outputting to screen instead of sending email

2007-05-01 Thread Chris Ditty
It has been a long while since I used the cfmail tag, so I am prob missing something. For some reason, the mail tag is displaying the contents on the screen instead of sending the email. I verified that there is a mail server setup in CF Admin. cfmail to = #error.mailto# from = #error.mailto#

Caching gone wild

2007-04-16 Thread Chris Ditty
For some reason, over the last week, the cache on our CF server has gone wild. When I make even the smallest change, I have to physically go into the CF Admin and clear the template cache before my changes are shown. Out of frustration, I changed the number of templates and number of queries

Re: Caching gone wild

2007-04-16 Thread Chris Ditty
Trusted cache is off. On 4/16/07, Mark A Kruger [EMAIL PROTECTED] wrote: I know this seems silly - but make sure that trusted cache is off. If it is on, then the behavior you describe below is correct. -Mark -Original Message- From: Chris Ditty [mailto:[EMAIL PROTECTED] Sent

Rounding to 2 decimal places.....

2007-04-03 Thread Chris Ditty
Someone please tell me that this is so simple that I am just missing it. I am trying to round this number - 207.44047619 to 207.44. The only way that I can think to do this would be to roll a custom function. Is there not a 1-2 liner method to do this that I am simply overlooking?

Re: Rounding to 2 decimal places.....

2007-04-03 Thread Chris Ditty
Thanks. That fixed it. I was looking under math functions and didn't think about looking under format. DUH. :) thanks again On 4/3/07, Charlie Griefer [EMAIL PROTECTED] wrote: decimalFormat() http://livedocs.adobe.com/coldfusion/7/htmldocs/0450.htm On 4/3/07, Chris Ditty [EMAIL

Re: Fusebox 4 - What am I doing wrong?

2007-03-09 Thread Chris Ditty
Nevermind. It seems it was a ID-10-T error on my side. On 3/9/07, Chris Ditty [EMAIL PROTECTED] wrote: I am trying to start a new project with FB4. No matter what I do, it only pulls up the main circuit. I did something similar with FB3 a few years ago, but I never had issues like

Fusebox 4 - What am I doing wrong?

2007-03-09 Thread Chris Ditty
I am trying to start a new project with FB4. No matter what I do, it only pulls up the main circuit. I did something similar with FB3 a few years ago, but I never had issues like this. fusebox.xml.cfm parameters parameter name=fuseactionVariable value=do / parameter

undefined in APPLICATION???

2007-03-06 Thread Chris Ditty
We use the application.cfm to set certain variables like the datasource. I am migrating some of our older code to use CF components. For some reason, I am running into a issue where the component cannot see the variable. I am calling it like this... cfinvoke component=functions

Re: undefined in APPLICATION???

2007-03-06 Thread Chris Ditty
Gotcha. Thanks guys. ~| ColdFusion MX7 by AdobeĀ® Dyncamically transform webcontent into Adobe PDF with new ColdFusion MX7. Free Trial. http://www.adobe.com/products/coldfusion Archive:

can't load a null error

2007-03-06 Thread Chris Ditty
I am trying to load a component and no matter what I try, I get a can't load a null error. cfif session.lockedOrder eq no cfinvoke component=functions method=lockOrder/cfinvoke cfelse cfinvoke component=functions method=lockOrder/cfinvoke /cfif cffunction name=lockOrder Hicfabort

Re: can't load a null error

2007-03-06 Thread Chris Ditty
PROTECTED] wrote: Where is the code that instantiates the functions component? .. Ben Nadel Certified Advanced ColdFusion MX7 Developer www.bennadel.com Need ColdFusion Help? www.bennadel.com/ask-ben/ -Original Message- From: Chris Ditty [mailto:[EMAIL

CF Time out

2007-01-23 Thread Chris Ditty
Does anyone know of a way to extend the page timeout function on a page by page basis? I have a stored procedure that runs for a while and I don't want it to stop if the page times out. ~| Upgrade to Adobe ColdFusion MX7

Re: CF Time out

2007-01-23 Thread Chris Ditty
www.bennadel.com Need ColdFusion Help? www.bennadel.com/ask-ben/ -Original Message- From: Chris Ditty [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 23, 2007 2:42 PM To: CF-Talk Subject: CF Time out Does anyone know of a way to extend the page timeout function on a page by page

Teratech emails

2007-01-18 Thread Chris Ditty
Is anyone else getting teratech email newsletters? Are they part of the list or did someone scape the list for my email address? ~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 MX7 integration create powerful

Re: Teratech emails

2007-01-18 Thread Chris Ditty
Ok. thanks al. That explains why I get 2 and where they come from. On 1/18/07, Dave Watts [EMAIL PROTECTED] wrote: Is anyone else getting teratech email newsletters? Are they part of the list or did someone scape the list for my email address? They are sent to the list; you may also get

Re: Teratech emails

2007-01-18 Thread Chris Ditty
Thanks. I already unsubbed from one. I just didn't remember ever signing up for any CF related newsletters. But, I've been known to be wrong before. :) On 1/18/07, Michael Smith [EMAIL PROTECTED] wrote: We only send to people who have signed up for one of our events, a newsletter, a

PDF exact placement possible?

2007-01-11 Thread Chris Ditty
Is it possible to control the exact placement of information in a generated pdf? We are printing certificates and sometimes the data is not exact for each one. I looked at the cfdocumentsection but that looks like it goes more for headers and footers. I roughly need 3-4 different sections on

Re: PDF exact placement possible?

2007-01-11 Thread Chris Ditty
Thanks. Actually, what I was thinking about has using pre-printed certificates and then just printing the information on them. ~| Create robust enterprise, web RIAs. Upgrade integrate Adobe Coldfusion MX7 with Flex 2

Modifying an existing PDF

2007-01-04 Thread Chris Ditty
Is it possible, using the built in features of CF, to modify and add information on top of an existing pdf file? ~| Create robust enterprise, web RIAs. Upgrade integrate Adobe Coldfusion MX7 with Flex 2

Re: Modifying an existing PDF

2007-01-04 Thread Chris Ditty
searching, I'd start with the archives of this list. Also, I've read that CF8 will have built in functions to do this, but I haven't seen this in any of the feature lists or demos. On 1/4/07, Chris Ditty [EMAIL PROTECTED] wrote: Is it possible, using the built in features of CF, to modify

Re: Modifying an existing PDF

2007-01-04 Thread Chris Ditty
Thanks Rich. We actually have a certificate that will be put into a pdf. We will then place the customer's name and other information on that pdf when needed. I'll check out that link. On 1/4/07, Richard Kroll [EMAIL PROTECTED] wrote: Is it possible, using the built in features of CF, to

Re: Modifying an existing PDF

2007-01-04 Thread Chris Ditty
Can you please send me the code? I have a hard enough time trying to get support to reboot the server box. Add a jar file? HA :( thanks On 1/4/07, Richard Kroll [EMAIL PROTECTED] wrote: Thanks Rich. We actually have a certificate that will be put into a pdf. We will then place the

Creating text files w/ 1mil + lines

2006-12-26 Thread Chris Ditty
Does anyone have any suggestions as to how one could effiecently create text files with each file having more than 1 million records in them? We are creating download files for our customers and several files have easily over 1 million lines each. I think I read before that CF has a issue

Re: Creating text files w/ 1mil + lines

2006-12-26 Thread Chris Ditty
WOW. All I can say is du. This is way over my little CF head. :) On 12/26/06, Jochem van Dieten [EMAIL PROTECTED] wrote: Katz, Dov B \(IT\) wrote: You shouldn't need to take memory into consideration if you use a java.io.BufferedOutputStream and java.io.PrintWriter etc... Yes you

Re: Creating text files w/ 1mil + lines

2006-12-26 Thread Chris Ditty
/index.cfm?dax=blog:446.view) Let me know if you have any questions. .. Ben Nadel Certified Advanced ColdFusion MX7 Developer www.bennadel.com Need ColdFusion Help? www.bennadel.com/ask-ben/ -Original Message- From: Chris Ditty [mailto:[EMAIL PROTECTED] Sent

Re: harvesting email addresses

2006-12-21 Thread Chris Ditty
The only way your email address will be semi-safe would be to hardcode it in the actual cfmail tag. That or set a variable. What I did for on gig was to do a dropdown box showing the names and giving each a value. When someone submitted the form, I let a simple cfif handle the rest. The user

Components Fusebox 5

2006-12-15 Thread Chris Ditty
I am trying to write my first fusebox 5 app using MX7 and components. I usually like to keep my functions in a seperate file in another directory. When I try and do an include, I get an error saying that I am missing a Fuse. I could include this function library in all my pages, but I would

Re: Components Fusebox 5

2006-12-15 Thread Chris Ditty
: Chris Ditty [mailto:[EMAIL PROTECTED] Sent: Friday, December 15, 2006 11:31 AM To: CF-Talk Subject: Components Fusebox 5 I am trying to write my first fusebox 5 app using MX7 and components. I usually like to keep my functions in a seperate file in another directory. When I try and do

Re: Flash Player 8+ requirement for an App

2006-12-11 Thread Chris Ditty
I work in one of those enviroments. Luckily, since I am a developer, I can get around that. Sometimes. About the only thing you can really do is to tell the client that the options/features they want are only available in Flash 8+ and that their customers will have to get their IT team to