CF8 Ajax - Referencing html elements inside a dynamic cfdiv

2008-02-14 Thread Konopka, Dave
Hi - I've a got a cfdiv in a cfm page that binds to another cfm page using a url: value. I'm using ColdFusion.navigate in JavaScript in the top level page to refresh the div contents dynamicaly. So on first load I'm able to access div HTML elements in the top page JS using

RE: CF8 Ajax - Referencing html elements inside a dynamic cfdiv

2008-02-14 Thread Konopka, Dave
Scratch this email. I finally figured out that I was trying to access an element that did *not* exist. But it was buried inside of a function called by a function. The problem was all mine, not CF :) -Original Message- From: Konopka, Dave [mailto:[EMAIL PROTECTED] Sent: Thursday

CF8 - Exchange appointment time issue, DST?

2007-09-11 Thread Konopka, Dave
We're experiencing a problem with appointment times using cfexchange against an Exchange 2003 server. When we pull back appointments scheduled after November 4th, the time is +1 hour from the actual time. November 4th is the new end of Daylight Savings Time. The same appointments appear with

RE: Structures

2007-04-09 Thread Konopka, Dave
You're limited to one value per key. But the value can be a struct or an array. So you could do: cfset mainStruct = StructNew() / cfset subStruct = StructNew() / cfset subStruct.One = A / cfset subStruct.Two = b / cfset mainStruct.Something = subStruct / Then you would reference the values:

ColdFusion update - dbvarname

2006-12-08 Thread Konopka, Dave
Has anyone else had any problems with the recent ColdFusion cumulative update? I'm specifically looking for help with the dbvarname fix. We installed it on our 7.0.2 CF server, and expected problems from the re-enabling of dbvarname. But even after verifying the install, and restarting the

RE: ColdFusion update - dbvarname

2006-12-08 Thread Konopka, Dave
are you naming the dbvarname? Can you offer a snippet of a strored proc call? I ran into this yesterday and ahd it resolved. Teddy On 12/8/06, Konopka, Dave [EMAIL PROTECTED] wrote: Has anyone else had any problems with the recent ColdFusion cumulative update? I'm specifically looking for help

RE: ColdFusion update - dbvarname

2006-12-08 Thread Konopka, Dave
? Teddy On 12/8/06, Konopka, Dave [EMAIL PROTECTED] wrote: Sure, here is an example of a proc CREATE PROCEDURE [dbo].[TestProc] @Param1 As varchar(60), @Param2 As varchar(60), @Param3 As varchar(60), @Param4 As varchar(60), @Param5 As varchar

RE: ColdFusion update - dbvarname

2006-12-08 Thread Konopka, Dave
: [EMAIL PROTECTED] Phone: (215) 898-2685 Teddy On 12/8/06, Konopka, Dave [EMAIL PROTECTED] wrote: Nope, I get: query - Top 1 of 1 Rows PARAM1 PARAM2 PARAM3 PARAM4 PARAM5 What2 What3 What4 What5 What1 On 12/8/06, Konopka, Dave [EMAIL PROTECTED] wrote: Sure

RE: ColdFusion update - dbvarname

2006-12-08 Thread Konopka, Dave
Yes to all. And the hf jar file shows up in the class path listing in the administrator system info. By any chance, have you updated the DataDirect JDBC drivers on your machine at any point? -Original Message- From: Teddy Payne [mailto:[EMAIL PROTECTED] Sent: Friday, December 08, 2006

RE: ColdFusion update - dbvarname

2006-12-08 Thread Konopka, Dave
Not sure what else I can do to get this update running. Thanks for all your suggestions, Teddy. ___ Dave Konopka Systems Programmer Wharton Computing and Information Technology E-mail: [EMAIL PROTECTED] Phone: (215) 898-2685 -Original Message- From:

RE: ColdFusion update - dbvarname

2006-12-08 Thread Konopka, Dave
Thanks for the test code, Steven. I did have to run the table/proc creation code outside CF. But I ended up getting TWO,ONE... not ONE,TWO. And in the debugging output, under StoredProcedures I see this: sp_CFQADBVARTESTTABLE2 (Datasource=---, Time=0ms) in - @ 16:02:42.042