Using The Built-in Verity Indexing With A File Server

2009-02-06 Thread Philip Hayes
In ColdFusion 7, I was able to index a file server directory using the following code. CFINDEX action=refresh collection=orders key=//999.99.9.999/FireRescue/ADMIN/Orders type=path urlpath=http://fireweb/DeptOrders/; extensions=.doc recurse=yes

How to bind an cfinput field that is inside a CFDIV to the CFFORM for which it is part of

2008-02-13 Thread Philip Hayes
This is an opposite question than the usual... how to bind a cfform within a cfdiv. I have a CFDIV that is inside a CFFORM (cfdiv bind=url:cats.cfm/ cfdiv) It contains a list of checkboxes for categories. When I submit the form which surrounds the CFDIV, it does not include the checkbox

Re: FCK Editor 2.5 consistently crashes browser when inside CFLAYOUT area

2008-02-12 Thread Philip Hayes
Woops... responded to the wrong email. Lets try again It seems the CFTEXTAREA version of the FCK editor is OK... but the newer version kills it. Still I want to use the newer version. Anybody have any ideas of what i can do to fix it? On Feb 12, 2008, at 1:01 PM, Philip Hayes

Re: How can I AutoSuggest multiple CFINPUT fields

2008-02-12 Thread Philip Hayes
It seems the CFTEXTAREA version of the FCK editor is OK... but the newer version kills it. Still I want to use the newer version. Anybody have any ideas of what i can do to fix it? On Dec 30, 2007, at 9:15 PM, Philip L. Hayes wrote: Hi everybody... Can anybody point me to

FCK Editor 2.5 consistently crashes browser when inside CFLAYOUT area

2008-02-12 Thread Philip Hayes
Can anybody tell me what is causing the page to crash Safari , Firefox (and I think explorer)? I'm trying to put the editor inside of a tabs layout. SAMPLE CODE !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01//EN

FCKEditor Surrounding CFQUERY with p tags

2008-02-09 Thread Philip Hayes
Does anybody know how to prevent FCKEDITOR from surrounding CFQUERY code from a loaded cfm page with p tags. This apparently is exposing the code to the WYSIWYG edito and not treating it as source code. I need to be able to use FCKEditor with CFM pages that have CF code. Any

Re: FCKEditor Surrounding CFQUERY with p tags

2008-02-09 Thread Philip Hayes
.*/cfquery/ ) ; // Everything between CFQUERY Tags Suggestions? On Feb 9, 2008, at 8:19 PM, Philip Hayes wrote: Does anybody know how to prevent FCKEDITOR from surrounding CFQUERY code from a loaded cfm page with p tags. This apparently is exposing the code to the WYSIWYG edito and not treating

Re: ColdFusion LMS Systems

2008-01-23 Thread Philip Hayes
Thanks John! On Jan 6, 2008, at 11:50 PM, John Mason wrote: Echo11 has a SCORM LMS in ColdFusion. There url is echoeleven.com John Mason [EMAIL PROTECTED] 770.337.8363 www.FusionLink.com - ColdFusion and Flex hosting Now offering ColdFusion 8 Enterprise hosting FREE Subversion hosting

Regular Expression To Pull Values From A Commented Area

2008-01-23 Thread Philip Hayes
Widget Widget URL: http://siriusinnovations.com Description: This is the description Version: 2.0 Author: Philip Hayes Author URL: http://siriusinnovations.com --- I want to perform a read on the CFM file using CFFILE. I then want to use a find/replace with regular expressions to find the values

Re: Regular Expression To Pull Values From A Commented Area

2008-01-23 Thread Philip Hayes
That's pretty cool. i have never seen that tag before. I'll try it. Thanks On Jan 23, 2008, at 11:58 AM, Claude Schneegans wrote: Is there anybody out there who can help me do this? Sure, there is CF_REextract. It will return all your fields in a list or a query, and even read the file for

ColdFusion LMS Systems

2008-01-06 Thread Philip Hayes
Is anybody familiar with any SCORM Learning Management Systems (LMS) that are built in ColdFusion? Thanks. ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial

Cybersource Gateway Solution Found For ColdFusion

2007-12-30 Thread Philip Hayes
If anybody is interested I did find information on how to use ColdFusion to access the CyberSource Credit Card Gateway. I'll be happy to send you my sample code if you need it. Works like a charm. ~| Adobe® ColdFusion® 8

Re: CFGRID in CF8 cannot get links with dynamic variable to work

2007-12-30 Thread Philip Hayes
Michael- I'm interested in this if you find a solution. I tried something like that before finally giving up and taking the easy way out. Phil On Dec 29, 2007, at 2:22 PM, Michael Grove wrote: I am trying to us a CFgrid, Format HTML using a CFC and Bind. The grid renders fine, but I want

Is Anybody Familiar With A CyberSource ColdFusion Solution?

2007-12-26 Thread Philip Hayes
Hi everybody- Is anybody familiar with a ColdFusion solution that integrates with the CyberSource Payment gateway? Do you have any code examples? I see lots of stuff for authorize.net (which is owned by CyberSource), but not on CyberSource itself. The CyberSource API help pages address

Filtering with a session variable in CFGRID and Paging

2007-12-17 Thread Philip Hayes
Ok guys Here is a beginners question. I'm just beginning to dive into CFGRIDS and bindings and can't figure out what is most certainly an easy issue. I have a data grid populated with data from a CFC. Works great. How do I add an additional argument to filter down the query

Re: Ajax controls rendering badly

2007-12-17 Thread Philip Hayes
Hi Dustin- I've noticed the same kids of things and have posted several help requests in multiple areas without luck. I've tracked my problems down to two culprits so far. FCKEditor Javascripts (not the CF8 pre- installed one) and Google Ad Javascripts. By any chance are you using

Re: Filtering with a session variable in CFGRID and Paging

2007-12-17 Thread Philip Hayes
Brad- Thanks for the feedback and answers some other questions I had about client side filteringh. In this case, I just want to pass another argument, adding it onto: bind=cfc:applications.OSHA300.OSHA300.getReports({cfgridpage}, {cfgridpagesize},

Re: Filtering with a session variable in CFGRID and Paging

2007-12-17 Thread Philip Hayes
Ok Brad- Think I have it. Here is what I did... cfoutput script getFilter = function(){ var s = 'submittedby'; return s; } getFilterValue = function(){ var t = '#session.user.userid#'; return t; } /script /cfoutput cfform cfgrid name=reports1 format=html

CFSELECT Validation Still Broken in CFMX8?

2007-12-17 Thread Philip Hayes
According to the new CFDOCS for CFMX8, the REQUIRED attribute should work: Note: This attribute has no effect if you omit the size attribute or set it to 1, because the browser always submits the displayed item. You can work around this issue: format forms by having an initial option tag

Re: Slow Speed of Ajax Driven CF Tags

2007-12-04 Thread Philip Hayes
the Google ad code (the js call) inside the body of the doc right where the ad will be shown. If its in the head it may be interfering with the external calls for js libraries. Speculation, but that's the only way that the two different apps would really interact. On Dec 3, 2007 8:43 PM, Philip

FYI... Google Adsense Destroys CFMENU CFLAYOUT (tabs)

2007-12-04 Thread Philip Hayes
After much testing and trying various solutions, I've come to the conclusion that the slow CFMENU and CFLAYOUT (tabs) is NOT correctable by any coding tricks. I even tried SEO (putting the Google JS just before the closing body tag) and found it did nothing to improve rendering speeds.

Re: Slow Speed of Ajax Driven CF Tags

2007-12-03 Thread Philip Hayes
Like I said... I have a Spry Menu working great and would be ok to keep using it. But, I was hoping to take advantage of the new CF8 tags to make my life easier, but it seems many of the AJAX tags don't play well with the Google ads and other code that might find itself on a typical web

Slow Speed of Ajax Driven CF Tags

2007-12-02 Thread Philip Hayes
Has anybody noticed and/or come up with a solution for the slow rendering speed of certain CF Ajax tags such as CFMENU and CFLAYOUT (tabs in particular)? I have a site utilizing using the Spry Menus and Spry Tabs that come with Dreamweaver. Works like a charm and is quick to load. I

Re: Slow Speed of Ajax Driven CF Tags

2007-12-02 Thread Philip Hayes
it with cflayout type=border cfajaximport scriptsrc=/cfide/thinscripts/ csssrc=/cfide/scripts/ajax On Dec 2, 2007 9:43 AM, Philip Hayes [EMAIL PROTECTED] wrote: Has anybody noticed and/or come up with a solution for the slow rendering speed of certain CF Ajax tags such as CFMENU

Re: Slow Speed of Ajax Driven CF Tags

2007-12-02 Thread Philip Hayes
Well... I may have found part of the problem. Google Ads.Here is a URL to stripped down page with nothing but CFMENU and a google ad.It shows the delay in Firefox and Safari so far. The site that I was working on has Google ads on it so I may have found at least part of the

Re: Slow Speed of Ajax Driven CF Tags

2007-12-02 Thread Philip Hayes
how I see it is that Google's ad is not the culprit here. On Dec 2, 2007 6:13 PM, Philip Hayes [EMAIL PROTECTED] wrote: Well... I may have found part of the problem. Google Ads.Here is a URL to stripped down page with nothing but CFMENU and a google ad.It shows the delay in Firefox

Re: Slow Speed of Ajax Driven CF Tags

2007-12-02 Thread Philip Hayes
Here is the original template... !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01//EN http://www.w3.org/TR/html4/strict.dtd html head meta http-equiv=Content-Type content=text/html; charset=UTF-8 titleUntitled Document/title /head body script type=text/javascript!-- google_ad_client =

DataGrid with Dynamic Link

2007-10-15 Thread Philip Hayes
Hi Guys- I'm trying to use the DataGrid for my log viewer, but i need to link the summary field to a details page. When I use the code below, it appends all sorts of garbage onto the URL. What am I doing wrong? cfform cfgrid name=log format=html pagesize=20

CFLDAP - ADD Broken in ColdFusion 8?

2007-10-14 Thread Philip Hayes
Is anybody aware or heard of any bugs with CFLDAP in version 8? It started with a client installation, where I test just about everything before upgrading to CF8. I guess I forgot to check CFLDAP. I have the following code which executes just fine on CF7. !--- CUSTOM ADD GROUP CODE ---

Re: CFLDAP - ADD Broken in ColdFusion 8?

2007-10-14 Thread Philip Hayes
DISREGARD- They made a slight change that requires the CN attribute title to be capitalized in CF8. I had it as a small cn in the attributes section (which worked in CFX7). Thanks. Philip L. Hayes On Oct 14, 2007, at 11:38 PM, Philip Hayes wrote: Is anybody aware or heard of any bugs