RE: cfwddx action=wddx2cfml question

2001-04-01 Thread Patricia Lee
Col2 might not contain a query. download one of the following tools from the taggallery: cf_dump cf_objectdump Then, select the wddx packets from the db as you have and use these tools to examine the columns. These tools will let you visually see what information is in the columns and will

RE: cfwddx action=wddx2cfml question

2001-04-01 Thread David Shadovitz
Just to chime in: I recommend the use of assertions. Don't assume that any input is present and correct. For example, my custom tag CF_ColumnList requires a CFML query as input, so I test that this input item is: (a) provided, via cfif not IsDefined("Attributes.Query") (b) a CFML query

RE: cfwddx action=wddx2cfml question

2001-04-01 Thread Evan Lavidor
Yep. I also ran an IsQuery and IsStruct functions on it. Turns out one of them is a query and one of them is a structure. Thanks! Evan -Original Message- From: Patricia Lee [mailto:[EMAIL PROTECTED]] Sent: Sunday, April 01, 2001 12:47 PM To: CF-Talk Subject: RE: cfwddx action

RE: cfwddx action=wddx2cfml question

2001-03-31 Thread Arden Weiss
Well -- your not the only fool up hacking away... ^ / \__ (@\___ / O /(_/ /_/ Whoof... 410-757-3487 -Original Message- From: Evan Lavidor [SMTP:[EMAIL PROTECTED]] Sent: Sunday, April 01, 2001 12:36 AM To: CF-Talk Subject:cfwddx