Mats, can you provide a full example, and register a bug for it please? Thanks -- http://alan.blog-city.com/
-----Original Message----- From: Mats Stromberg <[email protected]> Sender: [email protected] Date: Sun, 10 Apr 2011 23:16:21 To: <[email protected]> Reply-To: [email protected] Subject: Re: [OpenBD] Maybe an issue on the query functions? Just another Info... should probably post this in a new thread... I tried to set the MetaInfo but that does not work either. <cfset stInfo = StructNew()> <cfset bDummy = StructInsert(stInfo, "author", "My Name") /> <cfset bDummy = StructInsert(stInfo, "category", "") /> <cfset bDummy = StructInsert(stInfo, "subject", "Customer Tablspace Usage") /> <cfset bDummy = StructInsert(stInfo, "title", "Tablespace Report") /> <cfset bDummy = StructInsert(stInfo, "revision", "") /> <cfset bDummy = StructInsert(stInfo, "description", "") /> <cfset bDummy = StructInsert(stInfo, "manager", "") /> <cfset bDummy = StructInsert(stInfo, "company", "My Company") /> <cfset bDummy = StructInsert(stInfo, "comments", "") /> <cfset bDummy = StructInsert(stInfo, "lastauthor", "ustr") /> <cfdump var="#stInfo#"> <cfset bDummy = SpreadsheetAddinfo(xlsTBSobj, stInfo) />*<--- This line fails --->* <cfset bDummy = SpreadsheetWrite (xlsTBSobj, '#sTemplatePath#excel#cDirSep#icb_cust_tbs.xls', true) /> -- official tag/function reference: http://openbd.org/manual/ mailing list - http://groups.google.com/group/openbd?hl=en -- official tag/function reference: http://openbd.org/manual/ mailing list - http://groups.google.com/group/openbd?hl=en
