Passing URL String In From Button

2000-08-09 Thread Double Down, Inc.
Can anyone show me the proper format so I can pass this string "action.cfm?area=#urlencodedformat(url.area)#&city=#urlencodedformat(url.cit y)#&zip=#urlencodedformat(url.zip)#&name=#urlencodedformat(url.name)#&agency =#urlencodedformat(url.agency)#&pageno=1&contact_id=#contact_id#&action=yes" by u

Re: First JSP Fusebox Site?

2000-08-09 Thread Frank Priest
Nice job Jeff, this is one of the fastest sites I've seen in a long time The pages just pop on the screen. At 12:42 PM 8/9/2000 -0700, you wrote: >http://BIGWORDS.com launched a new fuseboxed site this morning, using a JSP >/ J2EE / CF combo running Weblogic and Cold Fusion on a combination

RE: Is there a variable for a query's name?

2000-08-09 Thread Peter Theobald
Sean, if I understand what you are trying to do, you want to pass a query variable as an "argument" to a Module and manipulate variables in the caller's scope using the data in that query. You want to create a new variable in the scope caller.attributes that has the same name as the query passed

RE: URLs with & in CFMail

2000-08-09 Thread Jason Aden
agreed -Original Message- From: Brian Thornton [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 09, 2000 10:12 PM To: [EMAIL PROTECTED] Subject: Re: URLs with & in CFMail that's right... It's not your problem. At 09:04 PM 8/9/2000 -0500, you wrote: >I want to include a URL that pass

RE: CF, ODBC and 64k data

2000-08-09 Thread rkeniger
>With CF 4.0, you will not be able to submit more than 64k. At CF 4.5, you >can do this. You need to go into the ODBC area of the administrator and >enable long text retrieval. Bear in mind that there is a definite performance penalty in turning this feature on. Rob Keniger

RE: Is there a variable for a query's name?

2000-08-09 Thread Scott, Andrew
The way I understand the question, if you wish to refer to the query outside of the server (cgi variables) it would need to be passed along the url. cgi variables are hardcoded variables that come from the server, I am not sure what Sean you are trying to do. Maybe if you explained what it is you

RE: CF, ODBC and 64k data

2000-08-09 Thread Jason Aden
With CF 4.0, you will not be able to submit more than 64k. At CF 4.5, you can do this. You need to go into the ODBC area of the administrator and enable long text retrieval. Jason -Original Message- From: Dan O'Keefe [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 09, 2000 6:55 PM To

RE: Is there a variable for a query's name?

2000-08-09 Thread Norman Elton
I'm afraid I might not understand your question, but as I understand it, you want to return the value specified as the Name="..." in a CFQUERY? Well, in order to process something like "MyQuery.QueryName", wouldn't you already know that the query's name is "MyQuery"? The object's name is the anch

Re: URLs with & in CFMail

2000-08-09 Thread sebastian palmigiani
Never mind. I mistakenly typed Char(38) instead of Chr(38) which works fine in cfmail. Sebastian on 8/9/00 9:04 PM, sebastian palmigiani at [EMAIL PROTECTED] wrote: > > I want to include a URL that passes variables in CFMail such as: > > http://www.x.com/page.cfm?FirstName=#FirstName#&Email=

Re: URLs with & in CFMail

2000-08-09 Thread Brian Thornton
that's right... It's not your problem. At 09:04 PM 8/9/2000 -0500, you wrote: >I want to include a URL that passes variables in CFMail such as: > >http://www.x.com/page.cfm?FirstName=#FirstName#&Email=#EMail# > >I get an error message with the ampersand &. > >If I use #Char(38)# instead > >http:

URLs with & in CFMail

2000-08-09 Thread sebastian palmigiani
I want to include a URL that passes variables in CFMail such as: http://www.x.com/page.cfm?FirstName=#FirstName#&Email=#EMail# I get an error message with the ampersand &. If I use #Char(38)# instead http://www.x.com/page.cfm?FirstName=#FirstName##Char(38)#Email=#EMail# I get an error messag

RE: CFAPPLICATION - Need some advice

2000-08-09 Thread Peter Theobald
Thank you for that clear explanation. I was scratching my head at this code... :-) At 06:38 PM 8/9/00 -0400, Dave Watts wrote: >> > Put this code in your application.cfm file. It will kill the session >> > variables when the user closes the browser: >> > >> > >> > >> > >> > >> > >> >

Re: Fw: Resources

2000-08-09 Thread paul smith
--=_11566091==_.ALT Content-Type: text/plain; charset="us-ascii"; format=flowed www.fusebox.org You can download all the code for the site. best, paul At 07:56 PM 8/9/00 -0700, you wrote: >This is a multi-part message in MIME format. > >--=_NextPart_000_00B5_01C0023B.E

Fw: Resources

2000-08-09 Thread cf
This is a multi-part message in MIME format. --=_NextPart_000_00B5_01C0023B.E098A500 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable - Original Message -=20 From: Mike Weaver=20 To: [EMAIL PROTECTED]=20 Sent: Wednesday, August 09, 2

Help! Structs, properties therein... =)

2000-08-09 Thread cynthia . chia
Hello... I have 2 structures. Struct X is a superset of struct Y. Say Struct X has properties: A, B, C, D, E. Struct Y has properties that are a unknown subset of Struct X, eg, A, B, C. If struct X has data: A = 1, B = 2, C = 3, D = 4, E = 5. If struct Y has data: A = 7, B = 8, C = 9. The re

Re: "Need your help desperately..."

2000-08-09 Thread Michael Dinowitz
I refuse to make a value judgment on asking people who took the test for the right questions. Some will say its perfectly legal and others will say its wrong. Instead, I like to give access to data and let people learn. That's actually one of the great things about the community. We share data all

RE: Forms in Email Question

2000-08-09 Thread Katrina Chapman
This is a multi-part message in MIME format. --=_NextPart_000_000C_01C00222.6E676F70 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit It's not really that they don't like it. It's that their email clients aren't capable of reading it. When they get HTM

RE: Forms in Email Question

2000-08-09 Thread S R
Why do you say people might not like it? What don't they like about it? >From: "Katrina Chapman" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: <[EMAIL PROTECTED]> >Subject: RE: Forms in Email Question >Date: Wed, 9 Aug 2000 16:35:14 -0700 > >They send you HTML formatted email messages.

Re: "Need your help desperately..."

2000-08-09 Thread Angel Stewart
Ehhmm.. You think that looking at "Brain dump" sites is "Cheating" and diluting the worth of the ACPP exam? In University..did you ever go through Past Papers for the courses you were doing? Or ask the people that have done the exam before what sort of questions came.. was it hard.. was it easy

RE: Forms in Email Question

2000-08-09 Thread Katrina Chapman
They send you HTML formatted email messages. More importantly you can do this with the cfmail tag. Be forwarned however, if you're thinking of sending messages out in this format some people might not like it. You should give the option of non-html formatted. --K -Original Message- Fr

Clustering Options

2000-08-09 Thread Kevin Miller
We are beginning to explore a clustered environment for our web servers. We are looking primarily into a software solution at this time, and have initially identified Microsoft's Windows NT Load Balancing Service (WLBS), and Allaire's ClusterCATS as possible solutions. Are there others to co

Re: "Need your help desperately..."

2000-08-09 Thread Michael Dinowitz
I didn't receive an email of this sort. If I did, I'd have done for them what I did for people internal to House of Fusion / CoreActive; I gave them homework (besides giving classes and such). Let me give the same homework to anyone who wants to actually work for a good mark on the test. 1. Look

Forms in Email Question

2000-08-09 Thread S R
Hi, I receive these cool emails from Variety magazine that have the actual front page of the website right within the email. Even more cool, there is another website that sends me emails that upon opening there is a form where that you can fill out and it processes it, takes you to their websi

RE: First JSP Fusebox Site?

2000-08-09 Thread !jeff!
We felt that J2EE is more suitable for the high db traffic and heavy business logic areas. We started with the store area of the site, and worked outward. At 05:44 PM 8/9/2000 -0500, Kevin Miller wrote: >Just out of curiosity, what criteria did you use to determine what >sections were writ

RE: CF, ODBC and 64k data

2000-08-09 Thread Dan O'Keefe
Duane, Where do you see that it is truncated? If you are using query analyzer, it will always appear to be truncated. If you query the field and display it on a web page, is it all there? -- Dan O'Keefe TriPoint Technologies [EMAIL PROTECTED] 954.501.3113

round 2: help with query.

2000-08-09 Thread miles
1.) select * from nxsteche where tech_code = '#tech#' 2.) SELECT DISTINCT nxstar_e.tar_num, nxstar_e.bus_name, nxstar_e.cust_code, nxstar_e.tar_status, Max(nxsprodr.prod_desc) AS prod_desc, nxstar_e.assigned_to, nxstar_e.synopsis, nxstar_e.phone, nxstar_e.entered_date, nxstar

RE: First JSP Fusebox Site?

2000-08-09 Thread Kevin Miller
Just out of curiosity, what criteria did you use to determine what sections were written in JSP versus CF? Kevin >>> [EMAIL PROTECTED] 08/09/00 01:23PM >>> CF is in the company and HELP areas. Also, over the next 3 weeks there will be 3 major new areas in CF. j At 04:13 PM 8/9/2000 -0400, M

RE: CFAPPLICATION - Need some advice

2000-08-09 Thread Dave Watts
> > Put this code in your application.cfm file. It will kill the session > > variables when the user closes the browser: > > > > > > > > > > > > > > > > ... > I don't think this will do what we are hoping it will. It looks to > me as if all it's doing is testing to see if the sessio

RE: VERY SAD (was )

2000-08-09 Thread Dave Watts
> We tried using the applets for a couple of internet > applications and had very limited success. The applets > would load sporadically on end user's machines. Netscape > would rarely display the applets. IE was much better but > sometimes pages would require refreshes to get the applets > to loa

Re: cffile

2000-08-09 Thread Mooner Ent
Beware that NT has file caching which will confuse the issue, esp under heavy load. Files that have been deleted are still there for minutes at a time, file locking and other little "oh by the way"s. Rick - Original Message - From: "Phim" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent

RE: "Need your help desperately..."

2000-08-09 Thread Gregory Gooden (Annex)
I got it.. and was appropriately irritated.. grin Gregory --- annex.com, Inc. - http://www.annex.com/ --- - If you EcoBuild it, they will come. - - http://www.ecobuilder.com/ -

RE: [OT- no it's not, a lot of CF sites are hosted there.] My RANT against Interland.

2000-08-09 Thread Gregory Gooden (Annex)
In possible defense of them... (although I've never done business with them)... All MY servers were open to attack (we host our own stuff, but have quite a few people we HOST cf for as well) as well, and a few customers contacted me about it and we had it all fixed in less than 4 hours.. BUT...

Wait while system initializes...

2000-08-09 Thread Helge Hetland
We have a solution where we initially connects to an Oracle DB source if the users client variable doesn't exists (initial login). The check for this is done in application.cfm: blabla Is it possible to notify the user of this loading with a popup or something else? will not work as the p

Re: "Need your help desperately..."

2000-08-09 Thread S R
I agree, you should see how many people lie about having a college degree when applying for jobs while I busted my ass for 4 years. Some people have nerve! >From: Karl Simanonok <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>, > [EMAIL PROTE

"Need your help desperately..."

2000-08-09 Thread Karl Simanonok
This is a multi-part message in MIME format. --70D9BE1E0E01862BA9F0B918 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit I don't know this person so it appears to be Spam email that I got from him. I therefore wonder how many others have received a similar r

RE: OT eWebeditPro & CFML

2000-08-09 Thread Dan O'Keefe
Duane, Here is the best way that I can find to accomplish this. Create the eWebEditPro variable in the editor, and in places where the CFML was going to go, insert a place marker, such as %location1%, %location2%, etc Then when it comes time for CF to display the output after it is retrieved

[OT- no it's not, a lot of CF sites are hosted there.] My RANT against Interland.

2000-08-09 Thread Mooner Ent
For the many reason Interland bites, as all company who spend more on advertising than they do customer service, here's the best one yet. Last week when the very large IIS security hole (+.htr) was discussed on this very list, I called Interland to warn them that all their servers where wide open

Re: problem with query.

2000-08-09 Thread Deanna L. Schneider
I think what it means is that you can't use <> with a literal string. <> evaluates numbers. I think you want != (or is that =!, I always have to try it both was). -d Deanna Schneider Interactive Media Developer UWEX Cooperative Exten

RE: Query Delete?

2000-08-09 Thread Planet CF
The need for a QueryDeleteColumn or QueryDeleteRow arises in situations where one wants to manipulate the query due to various reasons. One of them could something like applying security on the query. This means that the user does not priviledges to view all the rows/columns of the query (which i

Re: CFMAIL and exchange server

2000-08-09 Thread Howie Hamlin
- Original Message - From: David Green <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, August 09, 2000 10:54 AM Subject: Re: CFMAIL and exchange server > Hello Howie > > Am new to CF. I started this thread and still confused where I am getting a > 15 minutue delay sending e

Re: VERY SAD (was )

2000-08-09 Thread David Green
I have had a problem with AOL browser and the cftree/cfgrid. But for us the CFGRID works great to display large amounts of data. Letting the users change the sort of the view and displaying all the data at once is a big plus. My question now would be are there people who sell staple applets th

Re[2]: VERY SAD (was )

2000-08-09 Thread Alex Puritche
Duane, I have no problems with Allaire's applets. In fact I write application for private use, no more than 100 users/year will have access to it. But anyway, very sad to understand that I need to step on the rake each time I want to do something off-centre. We

RE: First JSP Fusebox Site?

2000-08-09 Thread !jeff!
CF is in the company and HELP areas. Also, over the next 3 weeks there will be 3 major new areas in CF. j At 04:13 PM 8/9/2000 -0400, Mike Amburn wrote: >where are you using CF? all i saw were JSP pages... > > > -Original Message- > > From: !jeff! [mailto:[EMAIL PROTECTED]] > > Sent: W

Calculating sums of numbers

2000-08-09 Thread S R
Hello, I have this system that is going to allow people to order Xmas cards. I am wondering how to go about 2 things. 1. They can only order in increments of 50. Is there a function out there that can help me with this? 2. I need to tally up and give a grand total at the end. Would an array b

CF, ODBC and 64k data

2000-08-09 Thread Duane Boudreau
Hi All, Is there some imposed limit which would cause CF accessing an MSSQL7 db thru ODBC? I am trying to submit 64k + of data via a post but the data is getting truncated. Has anyone else ever seen this? Is there a work around or fix? Thanks, Duane Boudreau, eMPower Project Manager Director, We

RE: First JSP Fusebox Site?

2000-08-09 Thread Mike Amburn
where are you using CF? all i saw were JSP pages... > -Original Message- > From: !jeff! [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, August 09, 2000 3:42 PM > To: Recipient list suppressed > Subject: First JSP Fusebox Site? > > > http://BIGWORDS.com launched a new fuseboxed site this mor

RE: Link Won't resolve

2000-08-09 Thread Chapman, Katrina
The only thing I can suggest is that you have them send you a screen shot. Then you'll get the exact URL they're using and the exact error message. --K -Original Message- From: Sim Graves [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 09, 2000 12:39 PM To: [EMAIL PROTECTED] Subject:

Re: Link Won't resolve

2000-08-09 Thread Stephen Morse
On 9 Aug 2000, at 14:42, Sim Graves wrote: > I'm sending a link to a CFM page with a parameter in the URL like the > example below: > > http://bmg.com/application/employments.cfm?EmployLinkNumber=971819831 > > > Sorry, I could not give a real link due to keeping up security for my > client. T

RE: VERY SAD (was )

2000-08-09 Thread Benjamin S. Rogers
>We >haven't tried the applets since early 4.01 so they may have been improved >since. Heh, we haven't upgraded to 4.5 yet. Well, it's good to know other's have experienced problems. Thanks. Benjamin S. Rogers Web Developer, c4.net voice: (508) 240-0051 fax: (508) 240-0057 -

MS Proxy server and session variable swapping

2000-08-09 Thread Ken Goldstraw
Every once in a while we will experience session swapping (User 1 who is logged in will become User 2 when User 2 logs in). The odd part is that only User 1 and User 2 will experience this problem and that they will only swap with each other. After reviewing our code, reverting to 4.01 (we upgra

Re: Link Won't resolve

2000-08-09 Thread Sim Graves
Hi Katrina, They are getting a system error from IE 4.0 saying that it can't resolve "EmployLinkNumber=971819831" it doesn't include the other information in the URL. That's all I can get from them. Sim "Chapman, Katrina" wrote: > > Are they getting a 404 message? Or something else? > > --

First JSP Fusebox Site?

2000-08-09 Thread !jeff!
http://BIGWORDS.com launched a new fuseboxed site this morning, using a JSP / J2EE / CF combo running Weblogic and Cold Fusion on a combination of NT and Sun machines. The site is written completely in FUSEBOX. It has been for a long time, but we just re-launched the site using JSP for a larg

Re: Link Won't resolve

2000-08-09 Thread Sim Graves
Thanks Dana, Yes, I checked on the line wrap even got them to cut and paste the url into the location bar. I'm sending the full URL plus the parameter just like the example vis CFMAIL. Even though we got it to run on our version of IE 4.0 I'm thinking that may be the problem. I'm hoping that s

CFOBJECT

2000-08-09 Thread Bill Killillay
I am getting ready to do a new project where we are going to be needing to call an Active X object and then using the ADODB.Recordset that it returns. I have never done this before, but I am assuming that it can be done. Can anybody give me an pointers or places to go and read up on it. Thanks.

RE: VERY SAD (was )

2000-08-09 Thread Duane Boudreau
> Duane, > > We've used and in several relatively simple applications > and haven't run into any problems. When you say "unstable," what do you > mean? Is there something we should be watching for? What I think of when I > hear "unstable" is, I imagine, probably not what you meant. We tried usi

Re: file name

2000-08-09 Thread Gene Kraybill
"Jay Wigginton" <[EMAIL PROTECTED]> wrote: > Could some please tell me the file name that if present in a directory will > be executed after the current template... OnRequestEnd.cfm Gene Kraybill -- Archives: http://www

RE: CFAPPLICATION - Need some advice

2000-08-09 Thread Matt Rodosky
Actually rewriting the cookies turns all cfid/tokens on the client into session cookies (no expires attribute). This doesn't do anything to the server side, where the sessions will eventually die off in memory. this does mess up client variables unfortunately (leaving the cfid/token in your dataso

RE: Link Won't resolve

2000-08-09 Thread Chapman, Katrina
Are they getting a 404 message? Or something else? --K -Original Message- From: Sim Graves [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 09, 2000 11:42 AM To: [EMAIL PROTECTED] Subject: Link Won't resolve I'm sending a link to a CFM page with a parameter in the URL like the exam

RE: Multiple value Select

2000-08-09 Thread Gieseman, Athelene
It works!!! Thank you so much to everyone who helped along the way. My goal is to one day be 1/10th as helpful to the list as the list has been to me. At this point (given how much I get and how little I now know), that's a huge goal. Thanks again. Athelene -Original Message- From: D

RE: VERY SAD (was )

2000-08-09 Thread Benjamin S. Rogers
Duane, We've used and in several relatively simple applications and haven't run into any problems. When you say "unstable," what do you mean? Is there something we should be watching for? What I think of when I hear "unstable" is, I imagine, probably not what you meant. Benjamin S. Rogers Web

RE: Link Won't resolve

2000-08-09 Thread Dana Larose
Since I just finished fixing a similar problem, I'll take a stab in the dark. Are you sending url through an email? Sometimes, an email client will screw up word wrapping and effectively give you something like: http://bmg.com/application/employments.cfm?EmployLinkNumber= 971819831 Are you sur

Re: VERY SAD (was )

2000-08-09 Thread Angél Stewart
Ever thought that perhaps...nobody really knows the answer? =) I've gotten loads of help from this list! Best thing I ever did during my path to CF Development was to subscribe ;-P There are also the support forums on Allaire.com that you can ask this question as well. -Gel - Original Mess

Re: VERY SAD (was )

2000-08-09 Thread Gregory Harris
Hmmm...maybe nobody knows the answer to that one? Personally I don't even have a clue. Personally it seems that about 80% of my questions get a good response (which is fairly good for any mailing list!). So don't sweat it man, we're alive, just possibly no more knowledgable than you! Gregor

Link Won't resolve

2000-08-09 Thread Sim Graves
I'm sending a link to a CFM page with a parameter in the URL like the example below: http://bmg.com/application/employments.cfm?EmployLinkNumber=971819831 Sorry, I could not give a real link due to keeping up security for my client. The link won't resolve for my clients on IE 4.0. I can't re

RE: VERY SAD (was )

2000-08-09 Thread Duane Boudreau
> Very sad to understand that list is swiftly rush down. > Only one year ago you was able to find answer for any of your > questions here. > But things are changed. > Very sad to understand that Allaire Corporation's product evangelist > uses this list only for advertises and unable to explain how

RE: cfx_cybercash question

2000-08-09 Thread Bud
On 8/9/00, Zachary Bedell penned: >To the best of my knowledge, the CFX doesn't actually need the mck >installed on the server. There's been some debate about that, >but I know it doesn't use the MCK DLL's so I doubt it is or >isn't compatable with a particular version of CyberCash. It does

problem with query.

2000-08-09 Thread miles
select * from nxsteche where tech_code = '#tech#' SELECT DISTINCT nxstar_e.tar_num, nxstar_e.bus_name, nxstar_e.cust_code, nxstar_e.tar_status, Max(nxsprodr.prod_desc) AS prod_desc, nxstar_e.assigned_to, nxstar_e.synopsis, nxstar_e.phone, nxstar_e.entered_date, nxstar_e.sympt

RE: Multiple value Select

2000-08-09 Thread Chapman, Katrina
I understand I was just teasing. But you got it to work this time. Perhaps because my message was in plain text. The list is set to filter out attachments, which is how HTML mail is sent, and therefore puts them in the body as text. Makes for some pretty ugly messages but hey it saves us from

Query problem

2000-08-09 Thread morris johnston
Hi, Can anyone tell me how I may use the value of a field obtained from a query in a template as a valid variable, as I keep getting "unknown parameter" error. The following is the code I'm using at the moment. I tried to put in Application.cfm, the result was that the resulting VID value would b

Re: file name

2000-08-09 Thread David Green
Hi all Am new to CF. I was just wondering what kind of things you would use this onrequestend.cfm for vs the application.cfm. Thanks for info David Green - Original Message - From: "David E. Crawford" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, August 09, 2000 10:26 AM

RE: Application.cfm in a CFMODULE

2000-08-09 Thread CHowarth
Code in a custom tag (whether the tag is called directly with a CF_ syntax or called using CFMODULE) can refer to any session and application variables that are available to the calling module. No special scoping or coding is required to access these variables in the tag. If they are established

VERY SAD (was )

2000-08-09 Thread Alex Puritche
Very sad to understand that list is swiftly rush down. Only one year ago you was able to find answer for any of your questions here. But things are changed. Very sad to understand that Allaire Corporation's product evangelist uses this list only for advertises and unable to explain how his child w

RE: file name

2000-08-09 Thread Brad Roberts
Exactly right, sorry. Brad -Original Message- From: David E. Crawford [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 09, 2000 1:33 PM To: [EMAIL PROTECTED] Subject: Re: file name >From the CFDOCS: The OnRequestEnd.cfm file Just as the Application.cfm file is executed before eac

RE: file name

2000-08-09 Thread Sean Daniels
> Could some please tell me the file name that if present in a > directory will > be executed after the current template... same as cfapplication but is > executed afterwards... I have searched the archives and thought I > had saved > the file name in my CF tips, but I cannot find it .. onrequ

Re: file name

2000-08-09 Thread Peter Theobald
OnRequestEnd.cfm At 12:51 PM 8/9/00 -0400, Jay Wigginton wrote: >Could some please tell me the file name that if present in a directory will >be executed after the current template... same as cfapplication but is >executed afterwards... I have searched the archives and thought I had saved >the f

RE: good simple web board been done?

2000-08-09 Thread Mark Rogers
Sean, I would greatly appreciate a copy of this code if the offer still stands. Thanks, Mark -Original Message- From: Sean Renet [mailto:[EMAIL PROTECTED]] Sent: Monday, July 10, 2000 4:09 PM To: [EMAIL PROTECTED] Subject: Re: good simple web board been done? I can give you code for

Re: file name

2000-08-09 Thread David E. Crawford
>From the CFDOCS: The OnRequestEnd.cfm file Just as the Application.cfm file is executed before each application page it governs, you can specify a file named OnRequestEnd.cfm, which is executed after each application page in the same application. ColdFusion Server looks for the OnRequestEnd.

Re: file name

2000-08-09 Thread David E. Crawford
To reiterate, thanks to the MIME mush: onrequestend.cfm, which must be located in the same directory as the currently executing application.cfm DC - Original Message - From: "David E. Crawford" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, August 09, 2000 17:07 Subject: R

Re: Multiple value Select

2000-08-09 Thread David E. Crawford
I am using Outlook Express, and have it set up to reply to messages in their original format, which in this case is HTML, or to compose new messages in plain text. For some reason the list is not properly handling the mime conversion. To see if perhaps this is fixed, I have changed it to send in

Possibly OT: clustered server name question

2000-08-09 Thread Tom Clark
I am working on setting up multiple NT servers for my company's website. Taking Allaire's advice I'm using DNS round robin and ClusterCats to load balance. Keep in mind I've never done this before and it's all learning for me. Here's my question: What determines the name the browser shows in th

Application.cfm in a CFMODULE

2000-08-09 Thread Peter Theobald
Since CFMODULE doesn't load Application.cfm, I can't use any of my Application.cfm settings in a module. For example, inside a module I cant use Session variables without this: CFLock cannot be used to lock the application or session shared scopes without these scopes being established through t

RE: file name

2000-08-09 Thread Brad Roberts
OnRequestEnd.cfm Note: this file has to be in the same directory as the calling template. CF will not search for this file like application.cfm Brad -Original Message- From: Jay Wigginton [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 09, 2000 12:51 PM To: [EMAIL PROTECTED] Subjec

Re: file name

2000-08-09 Thread David E. Crawford
This is a multi-part message in MIME format. --=_NextPart_000_0367_01C00224.5A571AB0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: quoted-printable file nameonrequestend.cfm, must be located in the same directory as the = currently executing application.

RE: Multiple value Select

2000-08-09 Thread Chapman, Katrina
The 3D shouldn't be there. It's because a very bad David;) is sending messages in HTML format, or some format other than plain text. Just remove any 3D's you may have copied and it should work. --K -Original Message- From: Gieseman, Athelene [mailto:[EMAIL PROTECTED]] Sent: Wednesday,

RE: CFAPPLICATION - Need some advice

2000-08-09 Thread Andy Ewings
Okso are you saying that when you re-write the cookie the session/client variables are cleared? If that is the case what happens on the server side? If I am storing client variables in a database o the server and the user closes their browser the record remains in the database. When they re-

RE: CFAPPLICATION - Need some advice

2000-08-09 Thread Robert Everland
Ok well that would explain why a site with frames wouldn't work right. Is there anyway I can stop this from happening? Maybe putting a lock around the cfapplication? Something, anything. Robert Everland III Web Developer Dixon Ticonderoga -Original Message- From: Matt Rodosky [m

Re: Error Handling

2000-08-09 Thread Gregory Harris
Hello Miriam. While I'm not too familiar with the CFSearch tag, I would imagine that the CFTRY/CFCATCH could pick up any such error and then you have control over how you'd handle it. Look up the CFTRY/CFCATCH statements, use those and tell me how it works out. Gregory Harris Los Angeles ITA

RE: Setting a Cookie and Redirecting the Browser

2000-08-09 Thread Benjamin S. Rogers
Fantastic, Doug. This solution looks like it's going to work. I hadn't really considered using until it was mentioned by someone else and even then, I was a little worried about burden placed on ColdFusion in such a scenario: I hadn't considered skipping the and just using a if the cookie alrea

RE: track page hits

2000-08-09 Thread Truman Esmond III
One way to manage this is to "trick" the stats program into capturing the query string, by using "/" as a delimiter rather than ? and & THe latest formURL2attributes.cfm handles this translation. Using this method, your links to fuseactions would look like: http://www.foo.com/index.cfm/fuseaction/

file name

2000-08-09 Thread Jay Wigginton
Could some please tell me the file name that if present in a directory will be executed after the current template... same as cfapplication but is executed afterwards... I have searched the archives and thought I had saved the file name in my CF tips, but I cannot find it .. thanks in advance! J

RE: upsizing access to SQL server

2000-08-09 Thread Jeff Sarsoun
I was using ODBC initially. I switched to OLE DB and that solved the issue. -Original Message- From: Andy Ewings [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 09, 2000 11:21 AM To: '[EMAIL PROTECTED]' Subject: RE: upsizing access to SQL server I've just run a small test here and h

Verity Collection

2000-08-09 Thread Lewis Steven
This is a multi-part message in MIME format. --7E8F2795418F173EA3CD98B4 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit I am trying to develop a Verity Index that is going to be available to other ColdFusion Sites maintained locally. When I tell the other C

RE: Yet another question...

2000-08-09 Thread Zachary Bedell
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > > > > > > > > > My question is, if they hit the , is ColdFusion > smart enough to > remove the lock before jumping to the other page, or am I > setting myself up > for some unhappy deadlock? I

RE: Yet another question...

2000-08-09 Thread Brad Roberts
Golly, I'm having a time with this. Yet another mistake. Finally: Maybe I should proof before I send. Also, should your lock be named a session variable? Brad -Original Message- From: Brad Roberts [mailto:[EMAIL PROT

RE: CFAPPLICATION - Need some advice

2000-08-09 Thread Matt Rodosky
The code will keep session variables going as long as the browser stays open. It will overwrite the old cfid/token when a new browser window is opened, the result is your old session variables are killed and you start over. -Original Message- From: Andy Ewings [mailto:[EMAIL PROTECTED]] S

RE: Yet another question...

2000-08-09 Thread Brad Roberts
Oops, correction: should be: Brad -Original Message- From: Brad Roberts [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 09, 2000 12:39 PM To: [EMAIL PROTECTED] Subject: RE: Yet another question... Would this wo

RE: Yet another question...

2000-08-09 Thread Dana Larose
Yup, I'll probably start doing your way, but I'm still curious as to how CF handles my example :) > > > Would this work? > > > > > > > > > > > > > > > > Brad > > -Original Message- > From: Dana Larose [mailto:[EMAIL PROTECTED]] > Sent

RE: Yet another question...

2000-08-09 Thread Brad Roberts
Would this work? Brad mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 09, 2000 12:19 PM To: [EMAIL PROTECTED] Subject: Yet another question... Hey everyone, This is the code snippet for how I have been typically

Yet another question...

2000-08-09 Thread Dana Larose
Hey everyone, This is the code snippet for how I have been typically handling logged in users: So, what I want to happen is that if the user exists and is logged in, as indicated by Session.UserID, I reset the variable so that the p

RE: dynamic pulldowns using a database?

2000-08-09 Thread Anthony Geoghegan
Hi Keith, I have a CF tag for doing this. I have found that using this you can develop page size problems as the relevent javascript can become quite large as the number of possible options to display increases. You can see it in action in our cinema sectiona at www.wow.ie/cinema/index.cfm If you

  1   2   >