CFX_ONCR_CYBERCASH

2000-08-11 Thread Frédéric LeMieux
this problem, or still has it ? Please reply all. Frédéric LeMieux, Chaos Programmer ([EMAIL PROTECTED]) K-OS 5505 blvd. St-Laurent Montréal, Qc. http://www.k-os.com Once the music leaves yr head, it's already compromised.

RE: Using ReplaceNoCase with a quote in the string

2000-07-10 Thread Frédéric LeMieux
Double your quotes : http://www.blah.com", "go to http://www.blah.com", "all")> It should work then -Original Message- From: cf kaizen [mailto:[EMAIL PROTECTED]] Sent: Sunday, July 09, 2000 9:31 AM To: [EMAIL PROTECTED] Subject: Using ReplaceNoCase with a quote in the string Hi Al

RE: Equivalent

2000-06-28 Thread Frédéric LeMieux
I think it is TITLE="" -Original Message- From: James Taavon [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 28, 2000 2:13 PM To: [EMAIL PROTECTED] Subject: Equivalent I know this is not a CF question, but it does apply to the CF App I am developing. I wanted to know is the an equival

RE: Yet another CFLOCK question.......

2000-06-28 Thread Frédéric LeMieux
f you have any problem with what I'm trying to say, write me personnally, and I'll try to help you. Frédéric LeMieux ([EMAIL PROTECTED]) -- Archives: http://www.eGroups.com/list/cf-talk To Uns

RE: Changing file permissions in Unix

2000-06-23 Thread Frédéric LeMieux
If you are using CFFILE, you can always put the MODE="" attribute. -Original Message- From: Steve Bernard [mailto:[EMAIL PROTECTED]] Sent: Friday, June 23, 2000 12:12 PM To: [EMAIL PROTECTED] Subject: RE: Changing file permissions in Unix CFEXECUTE? Steve -Original Message- Fr

RE: Client variables to an url and form

2000-06-23 Thread Frédéric LeMieux
Never had that specific problem, but I always have CLIENTMANAGEMENT="Yes" CLIENTSTORGAE="[validStoragePlace]" in my IF you don't have it, maybe this is your problem. -Original Message- From: Robert Everland [mailto:[EMAIL PROTECTED]] Sent: Friday, June 23, 2000 11:07 AM To: '[EMAIL PROT

RE: Variables to append to url

2000-06-23 Thread Frédéric LeMieux
CLIENT.urlToken will append your tokens in the URL -Original Message- From: Robert Everland [mailto:[EMAIL PROTECTED]] Sent: Friday, June 23, 2000 9:55 AM To: '[EMAIL PROTECTED]' Subject: Variables to append to url I lost the darn email with the variable to append to the url. Al

RE: [Another Way...]Checking for a record, and then deleting it

2000-06-23 Thread Frédéric LeMieux
hmmm I never saw that kind of SQL statement. So I tried, and it is not working ! The Oracle Database returns "Invalid SQL statement". Where did you see that king of statement ? Can you give me more information on how to make this king of SQL working ? -Original Message- From: Chris

RE: DeleteClientVariable() not doing it's stuff

2000-06-22 Thread Frédéric LeMieux
DeleteClientVariable("OldUserID") ... Just erase the "CLIENT." in your parameter. Noe, it is trying to delete CLIENT.client.OldUserID, and it doesn't exists.. -Original Message- From: Aidan Whitehall [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 22, 2000 10:42 AM To: CF-Talk (E-mail) S

RE: single quotes

2000-06-22 Thread Frédéric LeMieux
USe the PreserveSingleQuotes(string) function. COld Fusion won't convert with 2 single quotes... -Original Message- From: David [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 22, 2000 7:48 AM To: [EMAIL PROTECTED] Subject: single quotes Hi all, I am a newbie to Coldfusion and have a s

RE: How to escape a "-" in a form post

2000-06-21 Thread Frédéric LeMieux
Well, since a FORM is essentially a struct, you can access you variable by referencing it this way : #FORM["E-Mail"]# I tested it with CFServer 4.5.1 on Solaris, but since this kind of reference can be made also on 4.0, it should work. -Original Message- From: Kevin Pechin [mailto:[EMA

Delaying evaluation

2000-06-20 Thread Frédéric LeMieux
. I heard somewhere that the DE() function, used with IIf and Evaluate, should be avoided every time, though it did not understand why. Is there a reason someone could arrive at such conclusion concerning DE() ?!? Frédéric LeMieux, Chaos Programmer ([EMAIL PROTECTED]) K-OS 5505 blvd. St-Laurent Mo