RE: OOP vs cfinvoke

2010-10-22 Thread Sisk, Kris
If I converted them to objects I would likely be using them the same way that I do now, at least for the short term. The app is one that's been up and working for quite some time. The CFCs are stateless right now. I hadn't considered making them stateful, but that wouldn't be a bad idea either.

OOP vs cfinvoke

2010-10-22 Thread Sisk, Kris
I've got an app here that has several hundred cfinvoke calls to a couple of CFCs. I'm trying to decide if it's worth my time to go through and convert the app from using cfinvoke constantly to using cfobject. How much of a difference on my overhead will it make? Kris Sisk USD-457 Technology

RE: Restricting CFM file access

2010-10-01 Thread Sisk, Kris
I usually just use IIS to do something like that. Or, if I'm being really lazy and the restriction is going to be permanent I sometimes just put a cfabort in a cfif. -Original Message- From: Asaf Peleg [mailto:a...@locusenergy.com] Sent: Friday, October 01, 2010 1:14 PM To: c

cfspreadsheet question

2010-07-13 Thread Sisk, Kris
Is there a better way to do this? Basically I want to end up with a query that has the first row of the spreadsheet as column names but does not have it as a row in the query itself. I'd like to avoid reading the file twice to do it. ~~

RE: ByteArray objects

2010-07-01 Thread Sisk, Kris
s On Wed, Jun 30, 2010 at 11:07 AM, Sisk, Kris wrote: > > Is there a way to convert a java bytearray into something human > readable? Everything I've tried has thrown a "ByteArray objects cannot > be converted to strings" error. yourByteArray.toString() maybe? Depend

ByteArray objects

2010-06-30 Thread Sisk, Kris
Is there a way to convert a java bytearray into something human readable? Everything I've tried has thrown a "ByteArray objects cannot be converted to strings" error. Kris Sisk USD-457 Technology 1205 Fleming St. Garden City, KS 67846 (620) 805-7107 There are 10 types of people in this

RE: CFSpreadsheet and formulas

2010-06-11 Thread Sisk, Kris
>I have a workbook that I read with CFSpreadsheet, update some of the data, >and then write out to a new file. The problem that I'm running into is that >there are several formulas on the spreadsheet that don't recalculate when >the new file is saved. Even when the file is opened the formulas won'