Re: Why is this happening??????

2013-03-15 Thread Byron Mann
I didn't see in the thread and you state the structure is the return value. How are you accessing the results from news.cfc? Anything like... Http://localhost/news.cfc?method=foo&returnformat=json What happens if you cflog the variable right before the return? Byron Mann Lead Engineer & Archite

RE: Why is this happening??????

2013-03-14 Thread Rick Faircloth
I'm not aware of any jsStringFormat() at work and no global script protection, either. -Original Message- From: Bobby [mailto:bo...@acoderslife.com] Sent: Thursday, March 14, 2013 10:00 AM To: cf-talk Subject: Re: Why is this happening?? I guess you had no luck findi

Re: Why is this happening??????

2013-03-14 Thread Bobby
; And when I tried Dave's solution of using forward slashes, /, >> instead of back slashes, I'd end up with: >> >> e:\/temp_images\/duck_400.jpg >> >> I'm not sure what is inserting the backslashes. I don't believe >> I've ever run into this

Re: Why is this happening??????

2013-03-13 Thread Kym Kovan
s inserting the backslashes. I don't believe > I've ever run into this before. > > Rick > > > > -Original Message- > From: Jerry Milo Johnson [mailto:jmi...@gmail.com] > Sent: Wednesday, March 13, 2013 10:18 PM > To: cf-talk > Subject: Re: Why is thi

RE: Why is this happening??????

2013-03-13 Thread Rick Faircloth
Thanks for the tip, Dave, but when I set up the application variables using forward slashes, as in: When I use that variable with a variable for a file in the news.cfc, like this: #application.temp_images_directory#.#newFileName#.#originalFileExt# I'd end up with: e:\/inetpub\/webroot\/tempI

RE: Why is this happening??????

2013-03-13 Thread Rick Faircloth
son [mailto:jmi...@gmail.com] Sent: Wednesday, March 13, 2013 10:18 PM To: cf-talk Subject: Re: Why is this happening?? how are you displaying it when the \ are appearing doubled? (something like a js alert, or a cfoutput to an html page, or some other mechanism?) On Wed, Mar 13, 2013 at 10:0

Re: Why is this happening??????

2013-03-13 Thread Dave Watts
> If I create this variable in application.cfc: > > > and use it in news.cfc like this: > > > > why in the WORLD would I get this: > e:\\inetpub\\webroot\\tempImages > > when I return the struct and display saveNewsItemsStruct.ATID? > > Why are the path lines doubling? > > I don't think I'v

RE: Why is this happening??????

2013-03-13 Thread Rick Faircloth
That gives me an idea about what might be going on. I'll check into that tomorrow and let you know what I find. Thanks! Rick -Original Message- From: Bobby [mailto:bo...@acoderslife.com] Sent: Wednesday, March 13, 2013 10:57 PM To: cf-talk Subject: Re: Why is this happ

Re: Why is this happening??????

2013-03-13 Thread Jerry Milo Johnson
> it comes out fine: e:\inetpub\webroot\tempImages > > I just don't see why (or how) it could be happening. > > Thanks for the feedback! > > Rick > > -Original Message- > From: Jerry Milo Johnson [mailto:jmi...@gmail.com] > Sent: Wednesday, March 13,

RE: Why is this happening??????

2013-03-13 Thread Rick Faircloth
Sent: Wednesday, March 13, 2013 9:34 PM To: cf-talk Subject: Re: Why is this happening?? what happens if you display the value INSIDE the cfc before you return it? what happens if you set the same variable OUTSIDE the cfc and display it? On Wed, Mar 13, 2013 at 9:23 PM, Rick Faircloth wrote: > &g

Re: Why is this happening??????

2013-03-13 Thread Bobby
That is the equivalent of what you would see if you ran that variable through jsStringFormat() somewhere. I'd run a quick search for that. I'd start in the app.cfc with that search to make sure you don't have a routine somewhere that "cleans' your variables for you. On 3/13/13 8:23 PM, "Rick Fa

Re: Why is this happening??????

2013-03-13 Thread Jerry Milo Johnson
what happens if you display the value INSIDE the cfc before you return it? what happens if you set the same variable OUTSIDE the cfc and display it? On Wed, Mar 13, 2013 at 9:23 PM, Rick Faircloth wrote: > > This has been driving me crazy for two days and I GIVE UP! AHH! > > > If I create this

Why is this happening??????

2013-03-13 Thread Rick Faircloth
This has been driving me crazy for two days and I GIVE UP! AHH! If I create this variable in application.cfc: and use it in news.cfc like this: why in the WORLD would I get this: e:\\inetpub\\webroot\\tempImages when I return the struct and display saveNewsItemsStruct.ATID? Why

Re: why is this happening?

2000-07-17 Thread Douglas Jordon
> > ============ > Katrina Chapman > Consultant > Ameriquest Mortgage > > Douglas Jordon <[EMAIL PROTECTED]> > 07/12/00 09:49 AM > Please respond to cf-talk > > > To: [EMAIL PROTECTED] > cc: > Subject:

Re: why is this happening?

2000-07-12 Thread KChapman
#TIMEx#'); Then when you output it you do the opposite. --K Katrina Chapman Consultant Ameriquest Mortgage Douglas Jordon <[EMAIL PROTECTED]> 07/12/00 09:49 AM Please respond to cf-talk To: [EMAIL PROTECTED] cc: Subject:

Re: why is this happening?

2000-07-12 Thread Gregory Harris
Why partial data would be saved to the table is beyond me though. Maybe you weren't running things in a transaction and there was no rollback? Another query doing an insert? Gregory Harris Los Angeles ITA Dept. [EMAIL PROTECTED] >>> [EMAIL PROTECTED] 07/12 8:05 AM >>> Why would this query:

Re: why is this happening

2000-07-12 Thread Gregory Harris
Ok first order of the day: Get Novell Groupwise off my computer, the email program on it IMHO sucks, attempting to type the body of my message in the subject, not very intuitive...and people wonder why MS Outlook dominates the market *sigh* Anyways, a partial insert is impossible the query wou

Re: why is this happening?

2000-07-12 Thread Douglas Jordon
values have a comma in it? That might make the database > think it has more values than you intend. > > -- Tim Dempsey > > -Original Message- > From: Douglas Jordon [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, July 12, 2000 11:06 AM > To: Cold Fusion List >

RE: why is this happening?

2000-07-12 Thread Dempsey, Timothy F.
Doug, Could one of you values have a comma in it? That might make the database think it has more values than you intend. -- Tim Dempsey -Original Message- From: Douglas Jordon [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 12, 2000 11:06 AM To: Cold Fusion List Subject: why is this

Re: why is this happening?

2000-07-12 Thread Gordon Burns
At 11:05 12/07/00 -0400 Douglas Jordon said Could be the ; at the end of '#TIMEx#') Gordon >Why would this query: > > >insert into emails(SUBJECT, >FROMX, >TO, >DATEX, >BODY, >ATTACHMENTS, >CC, >MESSAGENUMBER, >ATTACHMENTFILES, >REPLYTO, >HEADER, >TIMEx) > > > values ( '#query.SUBJECT#',

why is this happening?

2000-07-12 Thread Douglas Jordon
Why would this query: insert into emails(SUBJECT, FROMX, TO, DATEX, BODY, ATTACHMENTS, CC, MESSAGENUMBER, ATTACHMENTFILES, REPLYTO, HEADER, TIMEx) values ( '#query.SUBJECT#', '#FROMX#', '#query.TO#', #DATEy#, '#query.BODY#', '#ATTACHMENTSX#', '#query.CC#', '#query.MESSAGENUMBER#', '#A