Generating a .txt document with CF

2001-06-26 Thread Michel Gagnon
Hi! For transaction purposes, I need to generate a text document with certain variables. I have no idea how to do this. TAI, Michael ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo

Re: Duplicate name conflict error message

2001-06-21 Thread Michel Gagnon
Do you have a CFInserted document? - Original Message - From: <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, June 21, 2001 2:30 PM Subject: Duplicate name conflict error message > Hi, > > I'm getting a 'Duplicate name conflict' error message. I'm unable to solve

Basket problem

2001-06-21 Thread Michel Gagnon
Hi! I have a small problem. I have a delete button set up that deletes items in the basket. Only that if the person accidentally added the same item twice and want to remove one, it deletes both. Is there another way of doing this? TIA, ~~

Confirming a deletion

2001-06-15 Thread Michel Gagnon
Hi! Is there a way that we can verify that data has been found and removed from the database? I was thinking of using #rem.recordcount#, but it doesn't seem to work with a delete. Here's an example: DELETE FROM Listserv WHERE ID = #FORM.CID#

Re: Challenging dillemma (double values?)

2001-06-06 Thread Michel Gagnon
ect: Re: Challenging dillemma (double values?) > You could put both values in the value="" and then parse them out. Have > javascript pull the price info and CF pull out the part ID. You could > seperate them with a delimeter like * to make it easier. > > Kevin &g

Challenging dillemma (double values?)

2001-06-06 Thread Michel Gagnon
Hi! I have a little challenging question for you. I have a "build your own computer system" page where customers can choose what parts they want in their system. There is a javascript that calculates everything on the fly. This javascript needs to have the price as the value: #PartName# But,

Re: Shopping cart problem - no cookies, no deal - resolved

2001-06-05 Thread Michel Gagnon
quot;CF-Talk" <[EMAIL PROTECTED]> Sent: Tuesday, June 05, 2001 12:12 PM Subject: Re: Shopping cart problem - no cookies, no deal > On 6/5/01, Michel Gagnon penned: > >Hi! > > > >I have created a web site that uses a shopping cart. > >I used the example in Ben

Re: Shopping cart problem - no cookies, no deal

2001-06-05 Thread Michel Gagnon
need to add the CFID and CFTOKEN to every URL link and form link. > Rich > > -Original Message- > From: Michel Gagnon [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, June 05, 2001 10:53 AM > To: CF-Talk > Subject: Shopping cart problem - no cookies, no deal > > > Hi!

Shopping cart problem - no cookies, no deal

2001-06-05 Thread Michel Gagnon
Hi! I have created a web site that uses a shopping cart. I used the example in Ben Forta's book (2nd ed.), chapter 24. It states that the application.cfm checks to see if the client browser accepts cookies. If not, the CFID and CFTOKEN will be appended to all links in the application... It work

Re: Removing items from the shopping basket?

2001-06-04 Thread Michel Gagnon
you just set it to 0 and then ignore it in further processing. The only way > to actually remove a row is to copy the query except for that row (which > would not be efficient). > > If you use arrays or structures (for example) then you could remove rows > easily. > > --- Ben >

Removing items from the shopping basket?

2001-06-01 Thread Michel Gagnon
Hi! I've got a shopping basket going: But I can't find the instructions on how to delete items from the basket. ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: ht

Deleting a folder that's not empty with CFDIRECTORY

2000-07-06 Thread Michel Gagnon
Hi! Is there a way to delete a directory using CFDIRECTORY or CFFTP or whatever to delete a folder that's not empty? Or is there a way to detect that the folder is not empty and indicate this with a message? TIA -- Ar

CFFTP Indicator

2000-06-16 Thread Michel Gagnon
Hi! Is there a way to add a counter or any other indicator that shows the client that the file is uploading or let him know that the file has finished uploading? Thanks! -- Archives: http://www.eGroups.com/list/cf-talk T

CFFTP indicator

2000-06-16 Thread Michel Gagnon
Hi! Is there a way to add a counter or any other indicator that shows the client that the file is uploading or let him know that the file has finnished uploading? Thanks! -- Archives: http://www.eGroups.com/list/cf-talk

CFFTP upload indicator

2000-05-11 Thread Michel Gagnon
Hi! Is there a way to add a counter or any other indicator that shows the client that the file is uploading? Thanks! -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit http://www.houseoffusion.com/ind

CFFTP action=exists on server-->give message and stop

2000-05-10 Thread Michel Gagnon
Hi! I'm trying to get CFFTP to verify if a file already exists on the server. If so, give a message and stop here, if not, go on with the rest of the code. I know, this is probably so easy that I can't see it. Error, the file already exists Go on. TIA! -

CFFTP, exists on server problem

2000-05-09 Thread Michel Gagnon
I'm trying to get CFFTP to verify if a file already exists on the server. If so, stop here, if not, go on with the rest of the code. I know, this is probably so easy that I can't see it. Error, the file already exists Go on. TIA! --

Setting a variable

2000-05-03 Thread Michel Gagnon
Hi! Is there a way to set a variable with the content of another variable as part of the name. Something like this, but that works. -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit http://www.hous

To wildcard or not to wildcard (the SELECT statement)

2000-04-12 Thread Michel Gagnon
When we query with a star (*) in the SELECT statement, does MS-Access return all the fields, even if they are empty? I have over 50 fields in a perticuar table, but some pages only use 3 or 4 of them. The rest are empty. For performances sake, am I better off using: SELECT a1,a2,a3

REM out CF codes

2000-04-11 Thread Michel Gagnon
This is a multi-part message in MIME format. --=_NextPart_000_00AB_01BFA3A2.C5C2F160 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi! Is there a way to temporarily REM out CF tags=20 so that the server doesn't execute them? --=_Ne

NSlookup on email domains

2000-04-07 Thread Michel Gagnon
Hi! Is there a way that we could get Cold Fusion to do an NSLookup of an e-mail address domain? I was thinking of mabe using the WHOIS query from networksolutions. http://www.networksolutions.com/cgi-bin/whois/whois?STRING=yahoo.com Any ideas? -

Passing form variables through frames

2000-03-29 Thread Michel Gagnon
Hi! Is there a way to pass form variables throught a frameset? Tx! -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a

Re: CFIF Problem with OR

2000-03-24 Thread Michel Gagnon
Thanks! This also works very well!!! - Original Message - From: "Ian Potts" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, March 24, 2000 3:57 PM Subject: Re: CFIF Problem with OR > Try the listfind function: > > > Your Code > > &

Re: CFIF Problem with OR

2000-03-24 Thread Michel Gagnon
n the opposite answer. > > Chris Olive > DOHRS Website Administrator > [EMAIL PROTECTED] > > > -Original Message- > From: Michel Gagnon [mailto:[EMAIL PROTECTED]] > Sent: Friday, March 24, 2000 2:48 PM > To: [EMAIL PROTECTED] > Subject: CFIF Problem with

Re: CFIF Problem with OR

2000-03-24 Thread Michel Gagnon
> - Original Message - > From: "Michel Gagnon" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Friday, March 24, 2000 1:47 PM > Subject: CFIF Problem with OR > > > > Hi there! > > > > What is wrong with this statement? >

CFIF Problem with OR

2000-03-24 Thread Michel Gagnon
Hi there! What is wrong with this statement? I also tried: It executes what's inside even if ID is 43 Any ideas? -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit http://www.houseoffusion.com/