Community Member Profile
- Profile: /members/2405-Brian-Oeding.htm
- Comments: 11
- Points: 72
Recent Blog Comments By Brian Oeding
-
Learning ColdFusion 8: Implicit Struct And Array Creation
Posted on Feb 27, 2009 at 11:22 AM
With 8.01 I'm trying to create a nested structure based on postprocessing a query and dynamically creating the keys and the following works fine with a single level structure with objQry being a valid query. However when I try a nested structure by uncommenting the commented lines I get a 'Invali... read more »
-
Ask Ben: Extending OnSessionStart() In A Sub Directory Application.cfc
Posted on Feb 16, 2009 at 6:14 PM
@Ben Nadel, Probably so. Interesting that my Application.cfcs use the component mapping I just mentioned in the this.mappings to do a database lookup via a cfc in the onSession methods for the main and sublevel Application.cfc, but the extends is earlier at least in the sublevel Application.... read more »
-
Ask Ben: Extending OnSessionStart() In A Sub Directory Application.cfc
Posted on Feb 16, 2009 at 5:50 PM
@Ben Nadel, Unfortunately you are correct. I just tested it and although it works with the Administrator Server Settings > Mappings page, it fails with the mappings structure in Application.cfc. However all my other mappings do work fine using that structure as follows in the Application.... read more »
-
Ask Ben: Extending OnSessionStart() In A Sub Directory Application.cfc
Posted on Feb 16, 2009 at 3:11 PM
@dickbob, Sure. Also I've read you can now define your mappings in your code in Application.cfc (This.mappings). We're getting ready to move into an environment where I have no direct control over my Administrator settings and will probably use that.... read more »
-
Ask Ben: Extending OnSessionStart() In A Sub Directory Application.cfc
Posted on Feb 16, 2009 at 11:10 AM
dickbob, I chose to create a path in my CF Administrator to my root area and use it for the extends, so it looks like: extends="MyAppRoot.Application" It seems cleaner and clearer. I didn't like the thought of an extra file whose purpose was for this and the other suggested tip us... read more »
-
Ask Ben: Extending OnSessionStart() In A Sub Directory Application.cfc
Posted on Feb 16, 2009 at 11:04 AM
shuns, I did find super referenced in the help docs under Building and Using ColdFusion Components/Using CFCs effectively at: http://livedocs.adobe.com/coldfusion/8/htm... read more »
-
Ask Ben: Extending OnSessionStart() In A Sub Directory Application.cfc
Posted on Feb 16, 2009 at 10:55 AM
Ben, I think what shuns is getting at is what I experienced as well. Here's my solution. I started with your approach and it worked in part. However, when I entered the app from the homepage (fine), then to one of the sublevel pages (fine) and then hit a second sublevel page in the sa... read more »
-
ColdFusion Component Wrapper For POI To Read And Write Excel Files
Posted on Apr 9, 2007 at 9:02 AM
That's fine. However, it would be great if you could update it. Thanks.... read more »
-
ColdFusion Component Wrapper For POI To Read And Write Excel Files
Posted on Apr 6, 2007 at 5:56 PM
I have your wrapper (04/04/2007 version) working for reading my multisheet workbook and I was able to manipulate the query data. Now I want to overwrite the spreadsheet data back into the old spreadsheet (about the 4th sheet). I tried the WriteExcelSheet method, but realize that this won't work b... read more »
-
ColdFusion POIUtility.cfc Updates And Bug Fixes
Posted on Apr 5, 2007 at 5:49 PM
This helped fixed the bugs I experienced. Thanks!... read more »
-
ColdFusion Component Wrapper For POI To Read And Write Excel Files
Posted on Apr 5, 2007 at 8:21 AM
I have used a number of the POI methods successfully, but I have been searching for a couple more or their equivelant without success. 1) Essentially I'm trying to do a copy and paste on a range of cells. The Excel Macro equivelant is: Range("D1:Q28").Select Selection.Cop... read more »



