[KCFusion] Silly oversight

2000-08-03 Thread Bryan Laplante
efinitions to the same element. html head titleTest/title /head style .first { font-size:18pt; } .second { color:red; } /style body div class="first second" If you use HTML Mail, View Source to read the message. /div /body /html

Re: [KCFusion] Output in Newspaper style format

2000-08-28 Thread Bryan LaPlante
The result set should come out in the order it was selected in the alphabetic order of the order by clause. Format your output like so table tr tdName/td tdPhone/td /tr CFOUTPUT QUERY="resultName" tr td#cust_name#/td td#cust_phone#/td /tr

Re: [KCFusion] Sponsors

2000-08-29 Thread Bryan LaPlante
like to hear/learn about other products and languages, but I am there to learn more about ColdFusion. -Original Message-From: Bryan LaPlante [mailto:[EMAIL PROTECTED]]Sent: Monday, August 28, 2000 1:29 PMTo: [KCFusion List] (E-mail)Subject: [KCFusion] Sponcers Hey

[KCFusion] Verity Presentation

2000-11-14 Thread Bryan LaPlante
Hey gang, the power point document of the verity presentation is posted to http://www.kcfusion.org. Call me crazy but the documanager is there to. Lots of other goodies lurk inside the documanager. Remember send me lots of business. Enjoy Bryan LaPlante 816-347-8220 [EMAIL PROTECTED] http

Re: [KCFusion] pop-up menus

2000-11-27 Thread Bryan LaPlante
I guess it would be nice if I gave you the url huh? http://devex.allaire.com/developer/gallery/index.cfm - Original Message - From: "Chris" [EMAIL PROTECTED] To: "KCFusion-List" [EMAIL PROTECTED] Sent: Monday, November 27, 2000 11:36 AM Subject: [KCFusion] pop-up menus Is there an

Re: [KCFusion] Problem with length of input boxes in Netscape

2000-11-30 Thread Bryan LaPlante
Jeff is the Process() method declared PUBLIC in your implementation? It's not an access rights issue is it? - Original Message - From: "Jeffrey J. Young" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, November 30, 2000 6:58 PM Subject: RE: [KCFusion] Problem with length of input

[KCFusion] Oracle help

2000-12-11 Thread Bryan LaPlante
to see if the drivers were in there. No luck so far. If anyone has experience at this I would appreciate guidance with it. thanks Bryan LaPlante 816-347-8220 [EMAIL PROTECTED] http://www.netwebapps.com Web Development

Re: [KCFusion] Oracle help

2000-12-11 Thread Bryan LaPlante
mple thing they leave out of all the documentation... - Original Message ----- From: Bryan LaPlante [EMAIL PROTECTED] To: [KCFusion List] (E-mail) [EMAIL PROTECTED] Sent: Monday, December 11, 2000 8:13 AM Subject: [KCFusion] Oracle help Hey gang, Anybody out there using Oracle 8i

Re: [KCFusion] Oracle help

2000-12-11 Thread Bryan LaPlante
- From: "Wimmer Systems" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, December 11, 2000 8:48 AM Subject: Re: [KCFusion] Oracle help Do you have the lOracle istener running? A simple thing they leave out of all the documentation... - Original Message ----- From: Bryan LaPla

[KCFusion] Intensive CF Training w/ Hal Helms Adam Churvis

2000-12-14 Thread Bryan LaPlante
limited, so if you're interested, please don't delay. We hope to see you in January in Hotlanta! (we've ordered up special warm weather just for the occasion), Hal Helms and Adam Churvis Bryan LaPlante 816-347-8220 [EMAIL PROTECTED] h

Re: [KCFusion] When does stored procedure get executed in ColdFusion

2000-12-14 Thread Bryan LaPlante
Stored procs are executed at the time the code is run. The results are saved in a query not unlike a struct. The result set is only available from the page that ran the code unless you save it in a struct or array, and append that to a session or client variable. - Original Message -

Re: [KCFusion] RFP

2000-12-14 Thread Bryan LaPlante
be in the style of an ASP or rental application or would it be delivered to the client in a software package? Bryan LaPlante http://www.netwebapps.com - Original Message - From: "Bret Hedenkamp" [EMAIL PROTECTED] To: "Wimmer Systems" [EMAIL PROTECTED] Sent: Thursday, December 14,

[KCFusion] Relative Path?

2000-12-19 Thread Bryan LaPlante
Does anyone know if there is any function or tag in CF that will take http://hostname/ and return the directory path like c:\inetpub\wwwroot\ ? Bryan LaPlante 816-347-8220 [EMAIL PROTECTED] http://www.netwebapps.com Web Development

Re: [KCFusion] Relative Path?

2000-12-19 Thread Bryan LaPlante
] Sent: Tuesday, December 19, 2000 2:01 PM Subject: RE: [KCFusion] Relative Path? CGI.CF_TEMPLATE_PATH has it, and you can use GetDirectoryFromPath or GetCurrentTemplatePath as well. Robin -Original Message- From: Bryan LaPlante [mailto:[EMAIL PROTECTED]] Sent: Tuesday, D

[KCFusion] CFREGISTRY equivalent

2000-12-26 Thread Bryan LaPlante
Does anyone know what the equivalent of CFREGISTRY for a Unix machine is? Bryan LaPlante 816-347-8220 [EMAIL PROTECTED] http://www.netwebapps.com Web Development __ The KCFusion.org list and website is hosted by Humankind

Re: [KCFusion] CFREGISTRY equivalent

2000-12-26 Thread Bryan LaPlante
t;geologically slow", as the number of unique visitors increases. You should always use a datasource for client var storage [if used] on all operating systems, incl. NT.) Apologies for the shouting. Daryl At 12:49 PM 12/26/2000 -0600, Bryan LaPlante wrote: Does anyone know what the equivalent

[KCFusion] Help I'm threading the noose

2000-12-27 Thread Bryan LaPlante
CFSET isMyDataSource = "NO" /CFIF !--- Any error would suggest no match was found --- CFCATCH TYPE="Any" CFSET isMyDataSource = "NO" /CFCATCH /CFTRY !--- do more security checking and display table row --- CFIF #isMyDataSource# IS "YES"

Re: [KCFusion] Help I'm threading the noose

2000-12-27 Thread Bryan LaPlante
ot; CFSET MyList = "" CFLOOP QUERY="MyDataSource" CFSET MyList = #ListAppend(MyList,MyDataSource.entry,",")# /CFLOOP CFIF ListContains(MyList,GLOBALDS,",") CFSET isMyDataSource = "YES" CFELSE CFSET isMyDataSource = "NO"

Re: [KCFusion] Help I'm threading the noose

2000-12-27 Thread Bryan LaPlante
Silly me, I can put the code out side of the original loop and save a lot of extra work on the server. Do you ever get the feeling that your talking to your self. - Original Message - From: "Bryan LaPlante" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, December 27,

[KCFusion] What's new in KC

2001-01-03 Thread Bryan LaPlante
on the Fuselet link at the bottom of the tips and tricks. You will see how easy it is to customize the look and feel with the advanced options wizard. Thanks to Ron Hornbaker of Humankind Systems and Ben Forta for making life easier for CFer's all over. http://www.kcfusion.org/ Bryan LaPlante 816-347

Re: [KCFusion] CF Studio

2001-01-05 Thread Bryan LaPlante
Try looking down the list of drives in the explorer tab, you will find the RDS/FTP item where you can add a remote server. - Original Message - From: "Bret Hedenkamp" [EMAIL PROTECTED] To: "Daryl Banttari" [EMAIL PROTECTED] Sent: Friday, January 05, 2001 3:13 PM Subject: [KCFusion] CF

Re: [KCFusion] Mysterious error message

2001-01-05 Thread Bryan LaPlante
does the query in question every contain a reference to a table name that contains a space? If so make sure the table name gets wapped in single quotes. - Original Message - From: "Keith Purtell" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, January 05, 2001 3:41 PM Subject:

[KCFusion] Upgrade to Studio 4.5.2

2001-01-07 Thread Bryan LaPlante
it in the external browser and get ride of the cf~ in the file name. If anyone knows weather that setting still exists in sp2 let me know were it is. Thanks Bryan LaPlante 816-347-8220 [EMAIL PROTECTED] http://www.netwebapps.com Web Development

Re: [KCFusion] Need some advice

2001-01-08 Thread Bryan LaPlante
r/lf after the last line? Daryl - Original Message - From: "Bryan LaPlante" [EMAIL PROTECTED] To: "[KCFusion List] (E-mail)" [EMAIL PROTECTED] Cc: "CF-Server" [EMAIL PROTECTED] Sent: Sunday, January 07, 2001 10:20 PM Subject: [KCFusion] Need some advice

Re: [KCFusion] Need some advice

2001-01-08 Thread Bryan LaPlante
:) Be glad to help. jeff -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Bryan LaPlante Sent: Monday, January 08, 2001 11:51 AM To: [EMAIL PROTECTED] Subject: Re: [KCFusion] Need some advice Man I think I have tried every imaginable scenario. I am try

Re: [KCFusion] meeting

2001-01-08 Thread Bryan LaPlante
- From: "Jason Nokes" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, January 08, 2001 12:50 PM Subject: RE: [KCFusion] meeting What are the different topics you have? I'm not sure if I can make it, so I may not be the best person to choose. -Original Message----- F

[KCFusion] Interesting Studio behavior

2001-01-08 Thread Bryan LaPlante
in the context menu. I may crack open the action script that I downloaded from the developer exchange that will sync your explorer to the directory of the active file. Maybe there is a way now to add that functionality to the ftp: stuff. Don't mind me I'm just rambling. Bryan LaPlante 816-347-8220 [EMAIL

Re: [KCFusion] meeting

2001-01-08 Thread Bryan LaPlante
[KCFusion] meeting What are the different topics you have? I'm not sure if I can make it, so I may not be the best person to choose. -Original Message- From: Bryan LaPlante [mailto:[EMAIL PROTECTED]] Sent: Monday, January 08, 2001 12:01 PM To: [EMAIL PROTECTED] S

Re: [KCFusion] meeting

2001-01-09 Thread Bryan LaPlante
y, January 09, 2001 12:09 PM Subject: RE: [KCFusion] meeting CFIF meeting="tonight" and location="same as Nov" CFIF someone_resonds="yes" I'll be there. CFELSE I won't know what to do... /CFIF CFELSE Educate me... /CFIF Jamie -Original Message- From: [E

[KCFusion] Tonights meeting

2001-01-09 Thread Bryan LaPlante
me a mail off list, or on list if you think it is of use to others. http://www.netwebapps.com/SpeedDBTest/SBDcontrolPanel/index.htm Bryan LaPlante 816-347-8220 [EMAIL PROTECTED] http://www.netwebapps.com Web Development

Re: [KCFusion] meeting

2001-01-09 Thread Bryan LaPlante
there. CFELSE I won't know what to do... /CFIF CFELSE Educate me... /CFIF Jamie -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Bryan LaPlante Sent: Monday, January 08, 2001 1:59 PM To: [EMAIL PROTECTED] Su

Re: RE: [KCFusion] meeting

2001-01-09 Thread Bryan LaPlante
[KCFusion] meeting CFIF meeting="tonight" and location="same as Nov" CFIF someone_resonds="yes" I'll be there. CFELSE I won't know what to do... /CFIF CFELSE Educate me... /CFIF Jamie -----Original Message-

Re: [KCFusion] KCFusion project

2001-01-09 Thread Bryan LaPlante
If we can get together on an application I will get allaire to send a mass mail about the project to the KC area so we can pull in some more folks. If we can come up with something with mass appeal that would be good. - Original Message - From: "Keith Purtell" [EMAIL PROTECTED] To:

[KCFusion] Auto Complete in Forms

2001-01-09 Thread Bryan LaPlante
e AutoComplete data store is safeguarded, because Web sites cannot automatically fill in forms using the data store, and a login page facade cannot fool the browser into surrendering the information due to domain-specific security. Bryan LaPlante 816-347-8220 [EMAIL PROTECTED] h

[KCFusion] Meeting last night

2001-01-10 Thread Bryan LaPlante
be much appreciated. Just email it to me off list. Bryan LaPlante 816-347-8220 [EMAIL PROTECTED] http://www.netwebapps.com Web Development __ The KCFusion.org list and website is hosted by Humankind Systems, Inc. List Archives

Re: [KCFusion] cfgrid selected cell font size

2001-01-17 Thread Bryan LaPlante
Jamie, Is this a table cell or a cfgrid cell that you are talking about? - Original Message - From: JamieTieman To: KCFusion Sent: Wednesday, January 17, 2001 10:44 AM Subject: [KCFusion] cfgrid selected cell font size Can I change the font size of a

Re: [KCFusion] cfgrid selected cell font size

2001-01-17 Thread Bryan LaPlante
Let me understand that you want the onclick event handler to change the font size in the gridcolumn or possibly the cell that was selected. I may have to research that a bit, I don't think I have ever tried to script any of allaires controls. - Original Message - From:

Re: [KCFusion] onclick event

2001-01-24 Thread Bryan LaPlante
does option indicate you are use a select element? Try this. function checkRadio() { sItem = document.formName.selectElement[document.formName.selectElement.selectedInde x].vlaue; if (sItem == 1 or sItem == 3) document.radioName[1].checked = true; else document.radioName[2].checked =

Re: [KCFusion] onclick event

2001-01-24 Thread Bryan LaPlante
It just occured to me I think you ment the other way around. Try this instead function changeOption(num) { if (num == 1 or num == 3) document.formName.selectElement.selectedIndex= 1; else document.formName.selectElement.selectedIndex = 2; } input type="radio" value="1"

Re: [KCFusion] Mouse vs Enter

2001-01-29 Thread Bryan LaPlante
Mmm, good question. NS 4.7 has a week css implementation, you may have to condition in some spaces to make up the difference. Oh and I know I'm always on about the quotation marks but now you've gone to far, it's style="width:80". Just kidding. - Original Message - From: "Don Buck"

[KCFusion] CFTHROW question

2001-01-29 Thread Bryan LaPlante
Does anybody know if you can cfthrow a user defined exception inside of a custom tag and cfcatch it in the calling template? Bryan LaPlante 816-347-8220 [EMAIL PROTECTED] http://www.netwebapps.com Web Development

[KCFusion] RE CFTHROW question

2001-01-29 Thread Bryan LaPlante
This from the CF-Server List [ Jason Stiefel ] writes If you've wrapped a cftry around a custom tag call, it can catch any cfthrow type="userDefined" you would like. Bryan LaPlante 816-347-8220 [EMAIL PROTECTED] http://www.netwebapps.com Web D

Re: [KCFusion] Submit buttons and Text boxes

2001-02-12 Thread Bryan LaPlante
t box and submit button** td align="left" valign="top"input type="submit" name="Result" value="Customer Lookup" action="submit"nbsp;input type="text" name="CUSTLU" size="10" maxlength="10"BRfont

[KCFusion] Last reminder

2001-02-13 Thread Bryan LaPlante
at http://www.kcfusion.org . The meeting is free to attend, See you all there. Bryan LaPlante 816-347-8220 [EMAIL PROTECTED] http://www.netwebapps.com Web Development __ The KCFusion.org list and website is hosted by Humankind

Re: [KCFusion] Notes from the Austin CFUG Managers meeting...

2001-03-30 Thread Bryan LaPlante
No problem and thank you Robin. - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, March 30, 2001 2:15 PM Subject: RE: [KCFusion] Notes from the Austin CFUG Managers meeting... I have been working diligently on this issue and I am sad to report that

[KCFusion] FYI

2001-04-08 Thread Bryan LaPlante
ot; var) CFELSEIF IsDefined("URL." var) CFSET Evaluate(var "=" "URL." var) /CFIF /CFLOOP Bryan LaPlante 816-347-8220 [EMAIL PROTECTED] http://www.netwebapps.com Web Development __ The

[KCFusion] Reminder

2001-04-10 Thread Bryan LaPlante
Hey folks, Just a quick reminder that our meeting will not be held tonight but has been moved to the 25th of this month when we will have Ben Forta coming to speak to our group. The location and time of the meeting will be forth coming as soon as I have confirmations for each. Thanks Bryan

Re: [KCFusion] Reminder

2001-04-10 Thread Bryan LaPlante
Title: Man that is priceless! Bryan - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, April 10, 2001 10:38 AM Subject: RE: [KCFusion] Reminder We do all originals and can best be described as hard rock alternative metal pop

Re: [KCFusion] SQL Server 2000 login issues

2001-04-10 Thread Bryan LaPlante
I went through something similar with SQL 6.5 only I could not get the CF admin to verify my ODBC datasource either. The deal in my situation was all about permissions, we had to choose weather we were going to assign permissions on the DB or on the web server (different than your situation I

Re: [KCFusion] When/Where?

2001-04-19 Thread Bryan LaPlante
go to http://www.kcfusion.org/ and click on rsvp to Ben Forta. - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, April 19, 2001 10:10 AM Subject: RE: [KCFusion] When/Where? To whom should we R.S.V.P. ? -Original Message- From: Fatino,

Re: [KCFusion] CFCONTENT

2001-04-23 Thread Bryan LaPlante
Would it be possible to deal with cfcontent in ctry/cfcatch block. I don't think that cfcontent throws any specific error type of it's own but if it throws an error at all you can catch it and deal with it that way. This description is offered in the help file, does it have anything to do with

[KCFusion] Caller scope

2001-04-24 Thread Bryan LaPlante
/cfquery In the calling page I output cfoutput query=qry /cfoutput Error message says that the value of the output tag does not refer to the name of an available query. I also tried to cfset caller.qry = qry setting the name value for cfquery name=qry and that fails too. Any idea's. Bryan

Re: [KCFusion] Caller scope

2001-04-24 Thread Bryan LaPlante
to begin with? Don Buck -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Bryan LaPlante Sent: Tuesday, April 24, 2001 8:03 AM To: [KCFusion List] (E-mail) Subject: [KCFusion] Caller scope Going nuts friends, I could swear that I have used

Re: [KCFusion] Caller scope

2001-04-24 Thread Bryan LaPlante
Thanks Jeff - Original Message - From: Jeffrey J. Young [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, April 24, 2001 2:47 PM Subject: RE: [KCFusion] Caller scope [EMAIL PROTECTED] has been removed. Sorry for the trouble. Jeff Young Jeff Young -- [EMAIL PROTECTED]

[KCFusion] Meeting

2001-05-07 Thread Bryan LaPlante
Bryan LaPlante 816-347-8220 [EMAIL PROTECTED] http://www.netwebapps.com Web Development __ The KCFusion.org list and website is hosted by Humankind Systems, Inc. List Archives http://www.mail-archive.com/cf-list

[KCFusion] Speaker for KCfusion

2001-05-07 Thread Bryan LaPlante
meeting. See you all there Bryan LaPlante 816-347-8220 [EMAIL PROTECTED] http://www.netwebapps.com Web Development __ The KCFusion.org list and website is hosted by Humankind Systems, Inc. List Archives http://www.mail

Re: [KCFusion] I wish I knew what I did...

2001-05-08 Thread Bryan LaPlante
You may not be able to use cfupdate with missing form fields. try checking the value list of all the form field names to see if any of the check boxes were submitted and then only update the ones that were. cfif ListContains(valueList(form.fieldnames),check) cfquery name=updateTable update

Re: [KCFusion] Speaker for KCfusion

2001-05-08 Thread Bryan LaPlante
presentations available if we can't make it tonight? Jason -Original Message- From: Bryan LaPlante [mailto:[EMAIL PROTECTED]] Sent: Monday, May 07, 2001 2:18 PM To: [KCFusion List] (E-mail) Subject: [KCFusion] Speaker for KCfusion Hey gang, tomorrow our old friend Daryl Banttari is coming

Re: [KCFusion] SQL table listing

2001-05-15 Thread Bryan LaPlante
Do this before you run your query. Go to Access and open your DB, go to the tools menu and choose security groups and permissions, Click the checkbox for administer on the msysobjects table. cfquery select name from msysobjects where type = 1 /cfquery type = 1 are tables and type = 5 are views

Re: [KCFusion] SQL table listing

2001-05-17 Thread Bryan LaPlante
name=c#ColumnName# value= checked/td td#ColumnName#/td tdinput type=text name=t#ColumnName#/td /tr /CFOUTPUT /CFLOOP /table br input type=submit value=Display Data input type=Reset /form /body /html -Original Message- From: Bryan LaPlante [mailto:[EMAIL PROTECTED]] Sent

Re: [KCFusion] Math JavaScript and CF output

2001-05-17 Thread Bryan LaPlante
I wouldn't swear to it but I think that JavaScript 1.1 back in the 4.0 days fields of the same name in a form created a collection under the form that could be accessed like so: for (i=0; i= document.formname.subtotal.length; i++) { runningtotal += document.formname.subtotal[i].value

Re: [KCFusion] more dynamic dropdowns

2001-05-23 Thread Bryan LaPlante
NS 7 is back on Js 1.1 it sees the value of a select box as document.formname.selectname.options[document.formname.selectname.selectedIn dex].value Annoying I know. Bryan - Original Message - From: Chris [EMAIL PROTECTED] To: KCFusion-List [EMAIL PROTECTED] Sent: Wednesday, May 23,

Re: [KCFusion] more dynamic dropdowns

2001-05-23 Thread Bryan LaPlante
Javascript 1.1 now instead of the 1.2/1.3 that it (NN 4.7) and IE have been using? Ryan -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Bryan LaPlante Sent: Wednesday, May 23, 2001 3:40 PM To: [EMAIL PROTECTED] Subject: Re: [KCFusion] more dynamic

Re: [KCFusion] Looking For A 3D Photo Solution

2001-06-05 Thread Bryan LaPlante
Shoot a mail at Ron Hornbaker [EMAIL PROTECTED] , I seem to remember a presentation he gave once on program that does something very close to what you want. Bryan - Original Message - From: Doug Teetzen [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, June 05, 2001 11:08 AM

[KCFusion] Meeting tonight

2001-06-12 Thread Bryan LaPlante
of the building on the second floor of the umkc administration building. See ya next month. Bryan LaPlante 816-347-8220 [EMAIL PROTECTED] http://www.netwebapps.com Web Development __ The KCFusion.org list and website is hosted

Re: [KCFusion] scrollable div tags

2001-06-28 Thread Bryan LaPlante
; are these what I would need to get rid of the | bottom scrollbar? | The more important thing, is getting it to work in Netscape. | Anymore help would be appreciated. | Thanks, | Don | | | | -Original Message- | From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On | Behalf Of Bryan LaPlante | Sent

Re: [KCFusion] Meeting

2001-07-09 Thread Bryan LaPlante
Message- | From: Bryan LaPlante [mailto:[EMAIL PROTECTED]] | Sent: Monday, July 09, 2001 12:47 PM | To: [EMAIL PROTECTED] | Subject: Re: [KCFusion] Meeting | | | I have to admit as soon as I installed CF 5 I started right in on the user | defined functions. I didn't much care for the approach

Re: [KCFusion] Meeting

2001-07-09 Thread Bryan LaPlante
load the zip file and read the doc and then lets discuss it online. Bryan - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, July 09, 2001 12:45 PM Subject: RE: [KCFusion] Meeting | Please do share. | | -Original Message- | From: Bryan LaPlante

Re: [KCFusion] Meeting

2001-07-09 Thread Bryan LaPlante
to attend by moving the meeting to an afternoon time slot. | | | Billy Cox | Sprint PCS | | | -Original Message- | From: Bryan LaPlante [mailto:[EMAIL PROTECTED]] | Sent: Monday, July 09, 2001 12:28 PM | To: [ KCFusion ] | Subject: [KCFusion] Meeting | | | I see that Ryan has been trying to get

Re: [KCFusion] Meeting

2001-07-09 Thread Bryan LaPlante
attention during a CF-based flat file | import. Also, notes on how to accomplish that sort of thing (since list | functions tend to behave badly in that context.) | | Daryl Banttari | Sr. Consultant | Macromedia Consulting | | - Original Message - | From: Bryan LaPlante [EMAIL PROTECTED

Re: [KCFusion] Response to Mark's questions

2001-07-09 Thread Bryan LaPlante
I know I need to get Girish's presentation publish to the kcfusion site, it is on my list of things to do. Bryan - Original Message - From: Ryan Hartwich [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, July 09, 2001 2:46 PM Subject: [KCFusion] Response to Mark's questions | I

Re: [KCFusion] select tags

2001-07-21 Thread Bryan LaPlante
try selDex = document.formname.selectname.selectedIndex; selValue = document.formname.selectname[selDex].value; - Original Message - From: Don Buck [EMAIL PROTECTED] To: CF-List [EMAIL PROTECTED] Sent: Saturday, July 21, 2001 1:28 PM Subject: [KCFusion] select tags | What is the

Re: [KCFusion] Mail Archive

2001-07-25 Thread Bryan LaPlante
Excellent idea Kory, I forgot we had that. It is up on the site now. Bryan - Original Message - From: Bakken, Kory [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, July 25, 2001 9:17 AM Subject: [KCFusion] Mail Archive | List: | | I just realized that mail to this list is

Re: [KCFusion] FW: CFExecute -- more

2001-08-06 Thread Bryan LaPlante
That program sounds like it was built to interact with the desktop by default. See if there are any docs on the program that will allow it to run as a service. If the program does not support services under the hood chances are it won't work with cfexecute. Bryan - Original Message -

Re: [KCFusion] now what?

2001-08-21 Thread Bryan LaPlante
rds can be a bear. few questions. are the file on the same computer as the server? If you look at the rds properties from the dropdown list in the file browser does server name match the string you are using as the_server_url? here is an example mapping server: c:\inetpub\wwwroot\ studio

[KCFusion] Prepared statements

2001-08-30 Thread Bryan LaPlante
continue to run the query with the cfqueryparam or would I need to run it as a stored procedure? Bryan LaPlante President Network Web Applications Inc. __ The KCFusion.org list and website is hosted by Humankind Systems, Inc. List

[KCFusion] Easy Options

2001-11-14 Thread Bryan LaPlante
is Evaluate(attributes.valuecolumn),DE(SELECTED),DE())##Evaluate(attribute s.textcolumn)##attributes.unsupportedAttributes#/option /cfoutput cfsetting enablecfoutputonly=no !--- end of QueryOptions.cfm --- Bryan LaPlante President Network Web Applications Inc

[KCFusion] Fw: Colorado Macromedia Technology Conference

2002-02-01 Thread Bryan LaPlante
Passing along the info Bryan LaPlante - Original Message - From: Miwa Monji To: [EMAIL PROTECTED] Sent: Friday, February 01, 2002 5:38 PM Subject: Colorado Macromedia Technology Conference Bryan, Hi, my name is Miwa Monji and I am part of the Northern Colorado ColdFusion Users

Re: [KCFusion] Client side variable storage

2002-05-02 Thread Bryan LaPlante
value pairs like a collection in cf only on the client side. I called the file pasted below collection.js and if you have ever used HashMap in Java you will see the similarity. If any one can use this here it is. /* Collection.js AUTHOR: Bryan LaPlante [EMAIL PROTECTED] Network Web

Re: [KCFusion] How strict are cf5 install steps

2002-11-15 Thread Bryan LaPlante
That should not be a problem, if I remember the cf5 install attempts to install MDAC after the cf install. MDAC will affect your datasource connectivity and if you install it now you should be ok. - Original Message - From: Keith Purtell [EMAIL PROTECTED] To: KCFusion (E-mail) [EMAIL

Re: [KCFusion] CF Mail Issue

2003-01-08 Thread Bryan LaPlante
a couple of things to check. 1. are you sending any attachments with the offending email? 2. after the mail file has moved to the undelivered folder is the file size 0kb? and finally, 3. Is your mail server set up to only send mail to recipients defined as a user on the local system. Oh

[KCFusion] What would you expect?

2003-01-15 Thread Bryan LaPlante
Hey gang, I have an issue that I need a very simple answer too. I am build a set of custom tags to allow the end coder to get all of the information about a datasource that you would ever want to know and some things you wouldn't. My issue is that some databases support certain attributes and

[KCFusion] Jobs from the inbox

2003-01-23 Thread Bryan LaPlante
Hi all, I got this in my inbox and I am passing it on to anyone who can use it. Looking for a SQL Server DBA for a 3 to 6 month contract for hire opportunity in Kansas City. Description is below. To speed the process up, please answer the questions and send a copy of your resume. Thanks, 1. Do

Re: [KCFusion] Thanks George, Keith, Bruce, Jason Caching Internet Temporary F iles But..........

2003-01-31 Thread Bryan LaPlante
Well you may not be able to control the users browser like that but would it be possible to use a one way hash to encrypt the password when storing it in the database and then hash the incoming password to match against the one in storage as a means of hiding the password? Bryan - Original

Re: [KCFusion]

2003-02-04 Thread Bryan LaPlante
how is it done in flash? - Original Message - From: Ethan To: [EMAIL PROTECTED] Sent: Tuesday, February 04, 2003 8:00 PM Subject: RE: [KCFusion] you can do that in flash I'm not sure if you could do that ni normal operating systems...

Re: [KCFusion]

2003-02-04 Thread Bryan LaPlante
Oh that's right I do remember seeing that now, kind of a debug tool. I am looking at ServerSocket class and I am finding several ways to re-delegate the response with respect to the port being used for a particular request but I for the life of my can not figure out how to navigate my way

Re: [KCFusion] ColdFusion and JSP pages

2003-02-19 Thread Bryan LaPlante
In addition to Ramsey's comments if you are saying that you are using a jsp file extension for your page and running CFMX then JRun is answering the call and it does not understand the cfform tag. Bryan LaPlante - Original Message - From: Ramsey Abu-Absi To: [EMAIL

Re: [KCFusion] CF mysteriously stopping/starting

2003-03-03 Thread Bryan LaPlante
think of anything else I will add to this list. Bryan LaPlante - Original Message - From: Jason Nokes [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, March 03, 2003 4:25 PM Subject: [KCFusion] CF mysteriously stopping/starting We are having some serious problems with a CF 5 SP3 server

Re: [KCFusion] OT: CSS problem with A HREF

2003-06-18 Thread Bryan LaPlante
you did link and hover but you forgot visited A.row6:VISITED - Original Message - From: Keith Purtell To: KCFusion (E-mail) Sent: Wednesday, June 18, 2003 4:23 PM Subject: [KCFusion] OT: CSS problem with A HREF I've encountered an odd CSS bug that doesn't

Re: [KCFusion] OT: CSS problem with A HREF

2003-06-18 Thread Bryan LaPlante
] [mailto:[EMAIL PROTECTED] Behalf Of Bryan LaPlante Sent: Wednesday, June 18, 2003 4:36 PM To: [EMAIL PROTECTED] Subject: Re: [KCFusion] OT: CSS problem with A HREF you did link and hover but you forgot visited A.row6:VISITED - Original Message - From: Keith Purtell

Re: [KCFusion] CF5 online docs

2003-07-07 Thread Bryan LaPlante
docs http://livedocs.macromedia.com/cf50docs/ -Original Message- From: Bryan LaPlante [mailto:[EMAIL PROTECTED] Sent: Monday, July 07, 2003 1:02 AM To: KCFusion Subject: [KCFusion] CF5 online docs If someone has CF5 installed on a dev machine would you be so kind as to pull up the docs

Re: [KCFusion] CF5 online docs

2003-07-07 Thread Bryan LaPlante
of development in this area. I still think if someone can draw it, I can script it and we get a whole lot closer to dynamic charts using flash verses dynamic images. My thoughts. Bryan LaPlante - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, July