Help Desk System

2011-09-21 Thread Trevor Orr
Just wondering if anyone knows of a ColdFusion help desk system, either free or paid is fine. I just need something simple that I can start with and customize to the client's needs. ~| Order the Adobe Coldfusion Anthology n

RE: Multiple applications with a single codebase issues

2011-02-09 Thread Trevor Orr
This is what I did when I had the same issue, I had 10 sites running of the same code base and set the application name based on the CGI.SERVER_NAME variable. If CGI.SERVER_NAME was www.xyz.com then application name = xyz -Original Message- From: Steve Bryant [mailto:st...@bryantwebco

RE: Software Recommendations

2010-05-20 Thread Trevor Orr
I used Mango on a couple of projects, one right out of the box easy to use and configure, overall very happy with it. On the other project I had to do some customizations to it, that was extremely painful, if you plan customizing anything in it you might want to compare blogs very carefully.

jrpp-0 vs jrpp-123

2010-01-21 Thread Trevor Orr
I have a CF Scheduled task running that fires every 5 minutes, it monitors a database looking for records with a field set to a specific value. If it finds one it executes some code. The problem I am having is that when the task finds a record with the field set to the specific value it see

RE: CFQueryparam and NULLs.

2008-08-07 Thread Trevor Orr
Here is how I do it. IsNull is a function I wrote to check if the value is blank. -Original Message- From: Che Vilnonis [mailto:[EMAIL PROTECTED] Sent: Thursday, August 07, 2008 7:47 AM To: CF-Talk Subject: CFQueryparam and NULLs. Quick question: How I would I rewrite this using the

RE: Short rant

2007-06-12 Thread Trevor Orr
No it is not just you, I have started using SQL Manager from EMS http://www.sqlmanager.net in my opinion it kicks ass on any Microsoft SQL management tool. -Original Message- From: James Smith [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 12, 2007 12:02 PM To: CF-Talk Subject: Short ra

Rules Engine

2007-06-06 Thread Trevor Orr
Just wondering if anyone has ever used RuleML in an application? If so is it a big process to implement? Any possibility or sharing some code? ~| Upgrade to Adobe ColdFusion MX7 The most significant release in over 10 years

RE: Query issue between MX 6 and MX 7

2006-07-25 Thread Trevor Orr
" you describe is that on CF 7, column C gets reverted to the empty string (from '3') when the second query is injected into column BB? Or is there something else? cheers, barneyb On 7/25/06, Trevor Orr <[EMAIL PROTECTED]> wrote: > I ran across an issue with queries in MX 6 an

Query issue between MX 6 and MX 7

2006-07-25 Thread Trevor Orr
: Trevor Orr Summit Projects [EMAIL PROTECTED] 541.387.8883 x213 ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered

RE: isdefined on a web service?

2006-04-07 Thread Trevor Orr
If aResponseArr is structure then use StructKeyExists(aResponseArr, "Firm") -Original Message- From: Anthony Prato [mailto:[EMAIL PROTECTED] Sent: Thursday, April 06, 2006 4:25 PM To: CF-Talk Subject: isdefined on a web service? I'm working on using an address validation web service. It

RE: CF CMS recommendation

2006-03-23 Thread Trevor Orr
Has anyone implemented FarCry in ModelGlue? I am thinking about this and was just wondering if anyone has successfully done it. -Original Message- From: Geoff Bowers [mailto:[EMAIL PROTECTED] Sent: Thursday, March 23, 2006 2:25 PM To: CF-Talk Subject: Re: CF CMS recommendation On 3/24

RE: CFEclipse - Lost my snipTree?

2006-03-09 Thread Trevor Orr
gt; General > Keys (view tab) will help you change > it back, or at least figure out what the current key combo is. > > -nathan strutz > http://www.dopefly.com/ > > On 3/8/06, Trevor Orr <[EMAIL PROTECTED]> wrote: > > > > I now have my snippet

RE: CFEclipse - Lost my snipTree?

2006-03-08 Thread Trevor Orr
ces > General > Keys (view tab) will help you change it back, or at least figure out what the current key combo is. -nathan strutz http://www.dopefly.com/ On 3/8/06, Trevor Orr <[EMAIL PROTECTED]> wrote: > > I now have my snippets back but hot key does not work.

RE: CFEclipse - Lost my snipTree?

2006-03-08 Thread Trevor Orr
ssage- From: Trevor Orr [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 08, 2006 12:26 PM To: CF-Talk Subject: RE: CFEclipse - Lost my snipTree? Did getting rid of 1.2 get you back your snippets? -Original Message- From: Sandra Clark [mailto:[EMAIL PROTECTED] Sent: Wednesday, Mar

RE: CFEclipse - Lost my snipTree?

2006-03-08 Thread Trevor Orr
ssage- From: Trevor Orr [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 08, 2006 12:26 PM To: CF-Talk Subject: RE: CFEclipse - Lost my snipTree? Did getting rid of 1.2 get you back your snippets? -Original Message- From: Sandra Clark [mailto:[EMAIL PROTECTED] Sent: Wednesday, Mar

RE: CFEclipse - Lost my snipTree?

2006-03-08 Thread Trevor Orr
nightly build. To get the component explorer, you have to tell it to show View/Other and select if from the CFEclipse node -Original Message- From: Trevor Orr [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 08, 2006 12:03 PM To: CF-Talk Subject: RE: CFEclipse - Lost my snipTree? I am

RE: CFEclipse - Lost my snipTree?

2006-03-08 Thread Trevor Orr
I am having the same problem, I downloaded the nightly version, and unzipped it into my plugin directory and no changes after restarting eclipse, is there something I need to do to tell eclipse to use the newly installed version? -Original Message- From: Nathan Strutz [mailto:[EMAIL PROT

RE: Quick question about FCKEditor and CFFM...

2006-02-17 Thread Trevor Orr
by that name...nothing about scrolling anywhere there either. -Original Message- From: Trevor Orr [mailto:[EMAIL PROTECTED] Sent: Friday, February 17, 2006 3:59 PM To: CF-Talk Subject: RE: Quick question about FCKEditor and CFFM... Take a look the file editor/dialog/common

RE: Quick question about FCKEditor and CFFM...

2006-02-17 Thread Trevor Orr
Take a look the file editor/dialog/common/fck_dialog_common.js there is a function called OpenFileBrowser which is probably the code to change. I have fixed/added a few things in this editor. -Original Message- From: Andy Matthews [mailto:[EMAIL PROTECTED] Sent: Friday, February 17, 20

RE: Open Lazlo vs. Flex

2005-08-03 Thread Trevor Orr
But if you can do ActionScript in Flex then can you not call CF remoting components to access database then? -Original Message- From: Matt Woodward [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 03, 2005 1:08 PM To: CF-Talk Subject: Re: Open Lazlo vs. Flex >OK...I'm still missing t

RE: Dump CFCATCH

2005-06-28 Thread Trevor Orr
certain did this on CF5 and worked fine but now on our 6.1 server it does the same thing, does not on our 7 server. Was told it is a known bug but I did not look to verify that word of mouth information. On 6/28/05, Trevor Orr <[EMAIL PROTECTED]> wrote: > > When I try to do &g

Dump CFCATCH

2005-06-28 Thread Trevor Orr
When I try to do I get the following [Unknown Type] when I used to get the entire CFCatch structure dumped, anyone have any ideas why I am now getting this. Trevor Orr Summit Projects [EMAIL PROTECTED] 541.387.8883 x213