[KCFusion] Caller scope

2001-04-24 Thread Bryan LaPlante
Going nuts friends, I could swear that I have used this syntax in the past, but I can not get it to work now. In custom tag getResult.cfm there is a query that uses the caller scope to make the query result set available to the calling page. cfquery name=caller.qry. select * from someTable

RE: [KCFusion] Caller scope

2001-04-24 Thread Don Buck
Why don't you just name the cfquery, qry 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

Re: [KCFusion] Caller scope

2001-04-24 Thread Bryan LaPlante
I actually tried the request scope and I do get a query object but the recordset is is empty. - Original Message - From: Don Buck [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, April 24, 2001 8:04 AM Subject: RE: [KCFusion] Caller scope Why don't you just name the cfquery, qry

[KCFusion] Copy of CF presentation in Marriot Hotel

2001-04-24 Thread Adelino DaSilva
Bryan: How are you? Can you please sen me a copy of CF presentation that I attended at beginning of this month? Thank you, Ade __ Do You Yahoo!? Yahoo! Auctions - buy the things you want at great prices http://auctions.yahoo.com/

RE: [KCFusion] Caller scope

2001-04-24 Thread Jones, Matt
That should work, I also have used that syntax in a cfquery name as well as in a cfstoredproc cfprocresult -Original Message- From: Bryan LaPlante [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 24, 2001 8:03 AM To: [KCFusion List] (E-mail) Subject: [KCFusion] Caller scope Going nuts

RE: [KCFusion] Caller scope

2001-04-24 Thread Jones, Matt
not sure, I just tried it, and qry.recordcount contained the correct recordcount -Original Message- From: Bryan LaPlante [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 24, 2001 8:50 AM To: [EMAIL PROTECTED] Subject: Re: [KCFusion] Caller scope I got it too work except now the

RE: [KCFusion] Caller scope

2001-04-24 Thread Jones, Matt
see if you can output your query inside of the custom tag Here is basically what my test was doing custom tag: cfquery name=caller.qry datasource=mydatasource SELECT * FROM wherever WHERE whatever /cfquery page: html head titleUntitled/title /head !--- call

RE: [KCFusion] displaying a message to the user

2001-04-24 Thread Don Buck
Why not just use JavaScript to check your fields before you submit the form? Don Buck -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of [EMAIL PROTECTED] Sent: Tuesday, April 24, 2001 12:41 PM To: [EMAIL PROTECTED] Subject: [KCFusion] displaying a message

RE: [KCFusion] displaying a message to the user

2001-04-24 Thread Ryan Hartwich
Jered, Try the following. Ryan - In your login page: !--- Checks to see if an error code was passed back from the action page --- cfif IsDefined(URL.ecode) cfoutputfont color=#Session.Errorcolor# cfif Url.ecode EQ 1 An error has occured due to insufficient or

Fwd: [KCFusion] displaying a message to the user

2001-04-24 Thread Jean
Jered, the following is a working example from one of our application.cfm pages that submits to itself. If the form.username is not defined, it sets showUNameHelp to yes, then in the html part of the template it points to an invalid username error. Same thing for invalid password error. If you

RE: [KCFusion] Caller scope

2001-04-24 Thread Don Buck
Bryan, I have 2 email accounts which are registered to receive CF-List mail. ([EMAIL PROTECTED] and [EMAIL PROTECTED]) I only want to receive one copy of each posting so I have tried to unsubscribe twice from the [EMAIL PROTECTED] but I am still getting the mail to both accounts. Could you

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] FW: CF Server Hogging my CPU

2001-04-24 Thread Bakken, Kory
Has anybody ever had a problem with CF Server utilizing 99% of CPU resources? I have had this problem as of recent, and I cannot find any bad code that would be causing it. Sometimes, when shutting down and restarting CF Server Services, the problem will come back almost instantly; other