Ben Spencer
Member since Nov 3, 2010
- Profile: /members/7201-ben-spencer.htm
- URL: http://www.numaps.com.au
- Comments: 3
Recent Blog Comments By Ben Spencer
-
Creating Excel Files Faster With ColdFusion And POI Custom Tag Updates
Posted on Apr 3, 2014 at 8:34 PM
Hi Ben, great tag..been using in projects for a long time now. However Im migrating some sites onto CF10 and Im getting a not found error for org.apache.poi.poifs.filesystem.POIFSFileSystem. Has anyone else had the same issues?... read more »
-
Using ColdFusion Query's Underlying Java Methods For Query Manipulation And Logic
Posted on Nov 4, 2010 at 9:16 AM
Thanks for that. I tested and found out that Railo Express (at least) has removeRow(int) not removeRows. And it isn't zero indexed. removeRow(3) actually removes row 3. This was my simple test [code] <cfset tQuery=querynew("col1")> <cfloop from="1" to="10" in... read more »
-
Using ColdFusion Query's Underlying Java Methods For Query Manipulation And Logic
Posted on Nov 3, 2010 at 12:45 AM
Hi Ben, Im using Railo and the removeRows() call doesnt seem to work. Am I right in assuming this is a CF8/9 only solution?... read more »