RE: Truncating pages SQL 2000

2013-02-19 Thread Jenny Gavin-Wear
Hi Rob, It is working fine now, many thanks for your reply. CF just wasn't retrieving past the 64000 value set in admin. I really should have spotted it. Cheers, Jenny -Original Message- From: Rob Parkhill [mailto:robert.parkh...@gmail.com] Sent: 18 February 2013 15:48 To: cf-talk Su

Changing bind value in form field

2013-02-19 Thread Jaime Muniz
I have a form in which I want to copy a field using bind like this: This works great except what I would really like to do is subtract 1 form the bind value. I searched Google and found post that suggested this: But that doesn't seem to work. I tried various other scenarios without any suc

Re: pass variable to cfdiv

2013-02-19 Thread Sergey Senyuk
No, it's on the same server. The structure is: Website_1.com and website_2.com on the same server files of website_2.com located inside the main folder of website_1.com (website1/website_2) In the ColdFusion it is some kind of security. Link 2 and http://website_1.com/page.cfm?ID=1','div2');

Re: pass variable to cfdiv

2013-02-19 Thread Raymond Camden
crossdomain - are you trying to load something from another server? On Tue, Feb 19, 2013 at 12:15 PM, Sergey Senyuk < b2eng...@prettyvancouver.com> wrote: > > URL method not working for my crossdomain template. I'm looking some > method to pass variable from the link to division without reloadi

Re: pass variable to cfdiv

2013-02-19 Thread Sergey Senyuk
URL method not working for my crossdomain template. I'm looking some method to pass variable from the link to division without reloading the page. ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldf

Re: pass variable to cfdiv

2013-02-19 Thread Sergey Senyuk
>Why? Since CFDIV is using Ajax to load in the content, it has to be a URL. Maybe some different method not .navigate ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?t

Re: pass variable to cfdiv

2013-02-19 Thread Raymond Camden
Why? Since CFDIV is using Ajax to load in the content, it has to be a URL. On Tue, Feb 19, 2013 at 2:00 AM, Sergey Senyuk wrote: > > Hell, > > How to pass variable from link to cfdiv without URL? > > That I'm trying to do: > > Link 1 > Link 2 > #ID# > > > I know right way to use is href="java

pass variable to cfdiv

2013-02-19 Thread Sergey Senyuk
Hell, How to pass variable from link to cfdiv without URL? That I'm trying to do: Link 1 Link 2 #ID# I know right way to use is Link 2 but I need to use it without URL ~| Order the Adobe Coldfusion Anthology now! http://ww