james
Member since Dec 11, 2008
- Profile: /members/1250-james.htm
- URL: http://none
- Comments: 5
Recent Blog Comments By james
-
ColdFusion POIUtility.cfc Updates And Bug Fixes
Posted on May 15, 2007 at 4:07 PM
that did it - thanks... read more »
-
ColdFusion POIUtility.cfc Updates And Bug Fixes
Posted on May 15, 2007 at 3:16 PM
same error: calling thru writeexcel <cfset objPOIUtility = CreateObject("component", "POIUtility").Init() /> <!--- Create mock query to dump to SS ---> <cfscript> MyQuery = querynew('name,address,phone','CF_SQL_VARCHAR,CF_SQL_VARCHAR,CF_SQL_VARCHAR'); queryaddrow(MyQuery,1); q... read more »
-
ColdFusion POIUtility.cfc Updates And Bug Fixes
Posted on May 15, 2007 at 3:11 PM
calling it directly - an instantiation of the object on the page is the only thing left off that first example....... read more »
-
ColdFusion POIUtility.cfc Updates And Bug Fixes
Posted on May 15, 2007 at 3:04 PM
Thx ben - and wow speedy reply.... hate to be pain, but now im getting index issues....you're sample arry/query is pretty straight ahead...what am i missing new error. [Table (rows 3 columns name, address, phone): [name: coldfusion.sql.QueryColumn@126b669] [address: coldfusion.sql.QueryColumn@91b... read more »
-
ColdFusion POIUtility.cfc Updates And Bug Fixes
Posted on May 15, 2007 at 2:26 PM
getting error on write... Element TYPENAME is undefined in a CFML structure referenced as part of an expression. simple test code. <!--- fake data ---> <cfscript> MyQuery = querynew('name,address,phone'); queryaddrow(MyQuery,1); querysetcell(MyQuery,'name','james blanard'); queryse... read more »