RE: Can I use the same instance of an object for all sessions?

2006-03-23 Thread Kevin Penny
I believe the App variable would still be referencing the application scope - as the set is by reference - not by value You'd have to do a duplicate() of you truly wanted to not use that application var scope. Kevin Penny, MMCP [EMAIL PROTECTED] Lead Developer, HotGigs.com Not now I'm

Upgrading Eclipse

2006-03-22 Thread Kevin Penny
I'm planning on upgrading the Eclipse version I have 3.0.2 from to the newest 3.1.2 - I have all my plugins setup etc, and projects setup through svn - Anything I need to be concerned about with this move or is it seamless? Thanks Kevin Penny, MMCP mailto:[EMAIL PROTECTED] [EMAIL

RE: Suggestions on scrambling code

2006-03-22 Thread Kevin Penny
. Kevin Penny, MMCP [EMAIL PROTECTED] Lead Developer, HotGigs.com Not now I'm multitasking -Original Message- From: Steve Kahn [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 22, 2006 3:32 PM To: CF-Talk Subject: Re: Suggestions on scrambling code How do you call up the cfencrypt app

RE: Why does this happen with SQL Server 2000 and CFML?

2006-01-23 Thread Kevin Penny
Not sure why you'd want to convert a date to float - but try datetime or smalldatetime instead of converting to float and you should have no issues - Check BOL for conversion types to/from and the matrix grid - Kevin Penny, MMCP [EMAIL PROTECTED] Lead Developer, HotGigs.com Not now I'm

Fusebox IFrame Bug

2006-01-10 Thread Kevin Penny
? (Other than putting the IFRame page call outside of the Framework) Thanks Kevin Penny, MMCP ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:229038 Archives: http://www.houseoffusion.com/cf_lists

RE: Fusebox IFrame Bug

2006-01-10 Thread Kevin Penny
? ~Brad -Original Message- From: Kevin Penny [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 10, 2006 10:12 AM To: CF-Talk Subject: Fusebox IFrame Bug Not sure who to blame on this one but what I'm finding is that when using FuseBox 4.1 framework I have a page that has an Iframe

RE: Multiple sites in IIS

2005-11-15 Thread Kevin Penny
Host Headers setup through IIS So you could have beta.xyz.com, dev.xyz.com etc. ? -Original Message- From: Peterson, Andrew S. [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 15, 2005 9:29 AM To: CF-Talk Subject: OT: Multiple sites in IIS Hi, We have one development server, and

RegEx Question

2005-09-09 Thread Kevin Penny
- then finding the NOT ] (escaped) ending with a ] in between For HTML strings this regex works: [*]* finds all tags - but the above regex won't work Any help? Thanks Kevin Penny ~| Logware (www.logware.us

RE: Custom Tag question

2005-09-09 Thread Kevin Penny
... /cfscript Setting of all udf's to request vars cfset request.udf_SomeFn = variables.udf_SomeFn /cfif Works for me ;) Kevin Penny -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, September 09, 2005 2:45 PM To: CF-Talk Subject: Custom Tag question

RE: RegEx Question

2005-09-09 Thread Kevin Penny
Ok - I think I found it \[[^]]*\] I dind't need to escape the ] in the Inner NOT Clause I guess Kevin -Original Message- From: Claude Schneegans [mailto:[EMAIL PROTECTED] Sent: Friday, September 09, 2005 3:36 PM To: CF-Talk Subject: Re: RegEx Question I'm trying to create a regular

MX 7 HotFix How??

2005-08-13 Thread Kevin Penny
Button and browse to the downloaded file. Select the file and click Submit. Restart ColdFusion. Where is the 'System Information' Page?? I can find the 'Settings Summary' - but there is no area where there is this 'Update File Field'? Please Help - thanks Kevin Penny, MMCP [EMAIL PROTECTED] Lead

RE: MX 7 HotFix How??

2005-08-13 Thread Kevin Penny
Ah - duh Top of the Page in the Cfadmin - I was looking at all menu's but that one. -Original Message- From: Kevin Penny [mailto:[EMAIL PROTECTED] Sent: Saturday, August 13, 2005 9:12 AM To: CF-Talk Subject: MX 7 HotFix How?? The ColdFusion MX 7 Cumulative Hot Fix 3 at http

RE: FuseBox - Fuse

2005-07-25 Thread Kevin Penny
=Globals template=securitycheck.cfm/ /phase Kevin Penny -Original Message- From: Barney Boisvert [mailto:[EMAIL PROTECTED] Sent: Thursday, July 21, 2005 2:02 PM To: CF-Talk Subject: Re: FuseBox - Fuse You've got it right. But be careful, your fuseactions have permissions

RE: FuseBox - Fuse

2005-07-25 Thread Kevin Penny
=Globals template=securitycheck.cfm/ /phase Kevin Penny ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client

RE: cfcontent - for an excel file

2005-07-21 Thread Kevin Penny
I don't believe there is a way to create separate worksheets w/in the Document nor specify alternate worksheet names. I've looked into this before - and that was the conclusion I came up with . Maybe if cfmx suppors excel in the reports - this could be built into it?? Kevin Penny HotGigs.com

FuseBox - Fuse

2005-07-21 Thread Kevin Penny
For those Fuseboxers out there - this ones for you. If I define a permission on a fuseaction i.e. fuseaction name=myfuse permission=admin How do I reference that permission from w/in the Fuse? i.e. How can I determine what the permission is for that fuse - how do I read that it needs

RE: submit a form to two servers...

2005-06-06 Thread Kevin Penny
A web Service Might also work well in this situation (one server to another) Kevin Penny www.Hotgigs.com -Original Message- From: Victor Moore [mailto:[EMAIL PROTECTED] Sent: Sunday, June 05, 2005 8:30 AM To: CF-Talk Subject: Re: submit a form to two servers... Thanks Mike, The funny

RE: CF and MS Word

2005-06-01 Thread Kevin Penny
Try a RTF file Rich text instead. Kevin Penny HotGigs.com -Original Message- From: Charlie Griefer [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 01, 2005 1:00 PM To: CF-Talk Subject: CF and MS Word Hey all... I have a word document from a client that contains a header and footer

RE: CFPROCPARAM Help Needed

2005-05-20 Thread Kevin Penny
Try this cfprocparam type=In cfsqltype= CF_SQL_VARCHAR dbvarname=@PINNumber value=#arguments.PIN# null=No Instead Kevin Penny, Hotgigs.com -Original Message- From: G L [mailto:[EMAIL PROTECTED] Sent: Friday, May 20, 2005 9:05 AM To: CF-Talk Subject: CFPROCPARAM Help Needed Hi, I

RE: CFPROCPARAM Help Needed

2005-05-20 Thread Kevin Penny
'Variable' attribute is only needed/used when you have a retun/OUT/INOUT value that you need to reference through cfusion. Kevin Penny, HotGigs.com -Original Message- From: G L [mailto:[EMAIL PROTECTED] Sent: Friday, May 20, 2005 9:11 AM To: CF-Talk Subject: CFPROCPARAM Help Needed Oh

RE: CFPROCPARAM Help Needed

2005-05-20 Thread Kevin Penny
Ah yes good catch - I still do mine with dbvarname - but I have the arguments in order - Yes G L correct - I meant attributes - (I always use these calls in a cfc - therefore I use arguments) Whatever scope your variable that you need to reference is in - Kevin -Original Message-

RE: CFPROCPARAM Help Needed

2005-05-20 Thread Kevin Penny
a name/value pair @xyz = #url.xyz# etc. As it is cf5 - you can ignore the depreciation comments - Can you give us your 'create procedure' sql up to your begin statement? That would help Kevin Penny HotGigs.com -Original Message- From: G L [mailto:[EMAIL PROTECTED] Sent: Friday, May

RE: CFPROCPARAM Help Needed

2005-05-20 Thread Kevin Penny
PROCEDURE dbo.qry_autotags3 (@PINNumber char(11)) AS BEGIN SET NOCOUNT ON SELECT * FROMDMVRenewals (NOLOCK) WHEREPINNumber = @PINNumber ORDER BYExpDate desc RETURN(0) END GO On 5/20/05, Kevin Penny [EMAIL PROTECTED] wrote: Use 'variable' only when you want

RE: CFPROCPARAM Help Needed

2005-05-20 Thread Kevin Penny
Good point - eventually you may look at this - but I'm using cf6 and cf7 with no issues on this - it will be 'ignored' more than it would be errand. Kevin -Original Message- From: S. Isaac Dealey [mailto:[EMAIL PROTECTED] Sent: Friday, May 20, 2005 10:21 AM To: CF-Talk Subject: RE:

RE: CFPROCPARAM Help Needed

2005-05-20 Thread Kevin Penny
that are in the code - That was my practice anyway - Kevin Penny www.hotgigs.com -Original Message- From: S. Isaac Dealey [mailto:[EMAIL PROTECTED] Sent: Friday, May 20, 2005 10:56 AM To: CF-Talk Subject: RE: CFPROCPARAM Help Needed That depends entirely on how much you actually relied

RE: CFPROCPARAM Help Needed

2005-05-20 Thread Kevin Penny
Right no - they match up with your input parameters of your sproc I saw that you didn't have the ending cfstoredproc in your example - but just assumed - Never assume! I figured the code snippet would work either way - Kevin Penny, MMCP www.hotgigs.com -Original Message- From: G L

RE: PayflowPro and CFMX

2005-05-19 Thread Kevin Penny
I'm seeing a NULL Pointer exception - and it seems I have everything setup - If I remove the hostaddress attribute - I get a message such that the hostaddress attribute is required - thus telling me it's hitting the cfx tag ok. java.lang.NullPointerException - is my error Code Nippet below:

RE: PayflowPro and CFMX

2005-05-19 Thread Kevin Penny
HA - Big thanks to Marc from ColdfusionCart (http://www.coldfusioncart.com) for the help on this one - he sent me his files .jar .class and the .0 cert file - and somehow either in my extraction or package extraction - my files were different - once I got the good files from Marc - the page