RE: Ordered Argument names

2008-09-26 Thread Weidler, Wilfred C.
Here try this. Notice the cfset in the cffunction. cffunction name=doStuff cfset ArraySort(StructKeyArray(Arguments), textnocase, desc) / cfdump var=#Arguments# label=Arguments/ cfdump var=#StructKeyList(Arguments)#/br / cfdump var=#ArrayToList(Arguments)#/br /br

RE: Ordered Argument names

2008-09-26 Thread Weidler, Wilfred C.
@Dan - Good question. If you are sending the argument name in the call to the cffunction then they can be in any order and the cffunction will figure it out. -Chuck ~| Adobe® ColdFusion® 8 software 8 is the most important and

RE: CSS Question

2008-09-16 Thread Weidler, Wilfred C.
Put the style attribute in the option tag and get rid of the span. Chuck -Original Message- From: Scott Stewart [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 16, 2008 12:07 PM To: CF-Talk Subject: CSS Question cfoutput query=getHexID option value=#hex_id# cfif hex_id eq

RE: CSS Question

2008-09-16 Thread Weidler, Wilfred C.
/option /select Weidler, Wilfred C. wrote: Put the style attribute in the option tag

RE: using delimiters for a list function

2008-09-06 Thread Weidler, Wilfred C.
The problem is the # in your string. I'm assuming you are testing something like this. cfset detail = '#7-Bodi - 25 votes' cfset votestring = listgetat(detail, 2, -) I'm also assuming that in the real solution you are reading the value from a file. If this is the case then this will work.

RE: Can I Use This CFScript Like This?

2008-08-29 Thread Weidler, Wilfred C.
Rick, I have not tried it the way you have described, but I do use the Java sleep like so: go_to = createObject(java, java.lang.Thread); go_to.sleep(5000); //sleep time in milliseconds Chuck -Original Message- From: Rick Faircloth [mailto:[EMAIL PROTECTED] Sent:

RE: Can I Use This CFScript Like This?

2008-08-29 Thread Weidler, Wilfred C.
- From: Weidler, Wilfred C. [mailto:[EMAIL PROTECTED] Sent: Friday, August 29, 2008 12:57 PM To: CF-Talk Subject: RE: Can I Use This CFScript Like This? Rick, I have not tried it the way you have described, but I do use the Java sleep like so: go_to = createObject(java

RE: ColdFusion IIS Virtual Directories

2008-08-27 Thread Weidler, Wilfred C.
I have never set up anything but the CFIDE virtual directory. Chuck -Original Message- From: Ian Skinner [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 27, 2008 2:08 PM To: CF-Talk Subject: ColdFusion IIS Virtual Directories What are the IIS Virtual Directories set up for websites

RE: Connect/Create com opbject to MS Word Viewer

2008-08-22 Thread Weidler, Wilfred C.
I have already tried that, but thanks for the suggestion. Chuck -Original Message- From: Scott Stewart [mailto:[EMAIL PROTECTED] Sent: Friday, August 22, 2008 11:24 AM To: CF-Talk Subject: Re: Connect/Create com opbject to MS Word Viewer I'm taking a guess here, because the MS Word