Monthly Archives: February 2007

CF exports to Excel and filters

Just ran across this in Ray ‘Jedi’ Camdens code for Lighthouse, something I never saw before. We use the typical HTML table export to Excel. In Ray’s export I discovered the ability to add a filter header to the export. … Continue reading

Posted in ColdFusion, Techy | 1 Comment

CF/JRun server-out and server-err logs

I don’t know how I missed this one, but Adobe released a patch to finally address the issues surrounding the server-err and server-out logs. The issue being that these two logs were not covered by the JRun logging settings in … Continue reading

Posted in ColdFusion, Techy | Comments Off

ColdFusion and Flex, composite CFCs, and Arrays

I have ran across this issue before and seem to have finally come across a solution. The issue: say I have a CFC called Person which has a property addressArray that is a array of Address CFCs. In my Flex … Continue reading

Posted in ColdFusion, Flex, Techy | 1 Comment