Re: How to force CFOUTPUT to display results horizontally

2001-01-05 Thread Britta Wingenroth
Message - From: "Britta Wingenroth" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, January 04, 2001 8:24 PM Subject: How to force CFOUTPUT to display results horizontally > I would like to display the results of the Cfoutput tag running

Re: How to force CFOUTPUT to display results horizontally

2001-01-04 Thread Britta Wingenroth
right, > > best of luck, > Lee (Bjork) Borkman > http://bjork.net ColdFusion Tags by Bjork > > > -Original Message- > From: Britta Wingenroth [mailto:[EMAIL PROTECTED]] > > > I would like to display the results of the Cfoutput tag running > horizontally, ie. > > imag

How to force CFOUTPUT to display results horizontally

2001-01-04 Thread Britta Wingenroth
I would like to display the results of the Cfoutput tag running horizontally, ie. image image image image instead of image image image image Is there any way that I can do this? Any help would be greatly appreciated. Britta ~~ Structure you

Thank you!

2000-11-21 Thread Britta Wingenroth \(West Coast Web\)
Thank you very much, Lee and Dick! I didn't have my messages grouped by conversation, so I just saw your replies. Of course, the BETWEEN makes it work, and I've been able to fix the code in the store to be more functional. Thanks again! Britta - Original Message ----- Fro

Sorry about the double post...

2000-11-21 Thread Britta Wingenroth \(West Coast Web\)
I didn't have my messages grouped by conversation so I didn't realize that my previous message had been replied to . thanks! - Original Message ----- From: "Britta Wingenroth (West Coast Web)" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]&g

How to use a value range in an SQL select statement?

2000-11-20 Thread Britta Wingenroth \(West Coast Web\)
This is a multi-part message in MIME format. --=_NextPart_000_0011_01C052F4.83798150 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I have a database of products. I need to submit a value ( a pricerange) = to the query that will return onl

An embarrassing SQL query question

2000-11-16 Thread Britta Wingenroth \(West Coast Web\)
I've done a lot in CF but this silly little problem just stumped me at the moment. If anyone would be kind enough to straighten me out on this I'd much appreciate it! I have a database of products. I need to submit a value ( a pricerange) to the query that will return only the items in that ran

[CF-Talk] Loop problem in Message Board

2000-09-19 Thread Britta Wingenroth \(West Coast Web\)
I want to build a message board which will list all messages, and list the replies associated with that message if you click on that message in this format: *message - *message (click here to view notes, this sends parameter to notes query) *all notes for this message once parameter has been

looking for host: SSL, CF with PGP tag installed

2000-08-17 Thread Britta Wingenroth
Looking for a server that has a tag (such as CFX_PGP) installed so I can do secure e-mail from an SSL form. So far only found two, very pricey. Anyone? Britta Wingenroth Web Development & Design West Coast Web __ [EMAIL PROTECTED] (604) 737-

Using tag... comments?

2000-08-13 Thread Britta Wingenroth
7;m thinking of buying the cfx_pgp tag from the allaire site... has anyone used it? Any comments? Is it secure just with using the free version of PGP6 and this tag? Are there any other products out there that would do the same thing for $150? Thanks for any feedback! Sincerely, Britta Wingenroth

Test for Javascript versions and Javascript on

2000-08-10 Thread Britta Wingenroth
I have a page which is written with JS 1.2. I would like to write a portal page which will test for JS on, and JS 1.0 and 1.1, and have one conditional CFLOCATION for (JS 1.2 and have it turned on,) and send everyone else to the text version of the page. Is there a custom tag to do this, or doe

Test for Javascript versions and Javascript on

2000-08-10 Thread Britta Wingenroth
I have a page which is written with JS 1.2. I would like to write a portal page which will test for JS on, and JS 1.0 and 1.1, and have one conditional CFLOCATION for (JS 1.2 and have it turned on,) and send everyone else to the text version of the page. Is there a custom tag to do this, or doe

cf-talk@houseoffusion.com

2000-06-23 Thread Britta Wingenroth
Hi! I need to finish this site by tomorrow, and this is the last thing I've got to write in. I'm still pretty new to CF and I'd really appreciate any info or advice on this. I've got an application that looks like this: and has various client variables that are set from within the cart, such a

How do I pass a query in WDDX?

2000-06-07 Thread Britta Wingenroth
This is what I would LIKE to be able to do... and on next page, #products query# What is the very easiest way of doing this?? Does anyone have any code snippets they could send me to make this easier? I'd really appreciate any help on this Thanks for any help, Britta -

browser detection

2000-06-01 Thread Britta Wingenroth
Anyone know of a way to write a statement like this that works? This is the idea: I need to write an "if" statement based on if netscape is being used. I would like to use the HTTP_USER_AGENT like this: put netscape version here put ie version here Any help is much appreciated! Britta

Can I use WDDX for this?

2000-06-01 Thread Britta Wingenroth
I need to store a page full of information, including query output, tables and other html tags, in a WDDX packet like this: content, querys, query output, general html and then store it in a client variable. 1) Is this possible? 2) If so, how do I call the function of WDDX? I've never used

Passing a formfield along a multi-form page

2000-05-18 Thread Britta Wingenroth
This should be so simple I've got a site going online on Friday, and I can't finish the shopping cart becuase of this! Please help! Thanks! I have a page of cfoutput in my form. I snared the whole page by repeating it and enclosing it in a textarea tag, like so: actual page output

Solved... thanks everyone for your help!

2000-05-11 Thread Britta Wingenroth
INSERT INTO Products2 (ProductID, Product, UnitPrice) SELECT ProductID, Product, UnitPrice FROM new WHERE new.Product NOT IN (SELECT Product from Products2) UPDATE Products2 p, new n SET p.UnitPrice = n.UnitPrice WHERE p.Product = n.Product - Original Message - From: "B

SQL or PHP with CF for this problem?

2000-05-10 Thread Britta Wingenroth
This is a multi-part message in MIME format. --=_NextPart_000_0014_01BFBAB6.4D0B3EA0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I've used plain SQL so far with CF. To solve this problem it was = suggested to me to use PHP/MySql. I'm v

SQL or PHP with CF for this problem?

2000-05-10 Thread Britta Wingenroth
This is a multi-part message in MIME format. --=_NextPart_000_0107_01BFBABA.98D543E0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I've used plain SQL so far with CF. To solve this problem it was = suggested to me to use PHP/MySql. I'm v

Totaling results of a dynamic form as numeric output.. Java or CF?

2000-05-05 Thread Britta Wingenroth
This is a multi-part message in MIME format. --=_NextPart_000_005E_01BFB6ED.EA2DAEB0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Do I need to use java for this of can CF handle it? I've only been = working with CF for a few weeks, so if

Re: passing variable with Javascript code.. got the answer.

2000-04-26 Thread Britta Wingenroth \(Design Department\)
I figured it out - Original Message - From: "Britta Wingenroth (Design Department)" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, April 25, 2000 10:31 AM Subject: passing variable with Javascript code > This is a multi-pa

Syntax error (missing operator) What am I missing here???

2000-04-26 Thread Britta Wingenroth \(Design Department\)
This is a multi-part message in MIME format. --=_NextPart_000_0005_01BFAFA6.45CCE0F0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable If you can see the problem, a solution would be greatly appreciated! = I'm new at this. This is the error

Re: maintaining decimal place

2000-04-25 Thread Britta Wingenroth \(Design Department\)
That was exactly what I needed... Thanks a lot for your help! Britta - Original Message - From: "Fred Sanders" <[EMAIL PROTECTED]> To: "Britta Wingenroth (Design Department)" <[EMAIL PROTECTED]> Sent: Tuesday, April 25, 2000 9:31 AM Subject: Re: mai

passing variable with Javascript code

2000-04-25 Thread Britta Wingenroth \(Design Department\)
This is a multi-part message in MIME format. --=_NextPart_000_001F_01BFAEA1.784356F0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I'm having trouble passing a parameter on with a Java code new window = function. I know this is a really b

Re: maintaining decimal place

2000-04-25 Thread Britta Wingenroth \(Design Department\)
lt;[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, April 25, 2000 7:33 AM Subject: Re: maintaining decimal place > Set the Data Type to "Number",Field Size to "Double", Format to "Fixed" and > Decimal Places to "2". > That s

Re: Sorting search results: revisited

2000-04-25 Thread Britta Wingenroth \(Design Department\)
Thanks so much that did it! Britta - Original Message - From: "Justin MacCarthy" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, April 25, 2000 3:23 AM Subject: Re: Sorting search results: revisited > You need to pass the product variable on to the next page like this :

Re: maintaining decimal place

2000-04-24 Thread Britta Wingenroth \(Design Department\)
I'm looking for the answer to the same question. I'm using Access and as long as I have my values set as currency, once the query runs $14.00 turns into14.. If anyone could help, we'd both appreciate not loosing our minds! Britta - Original Message - From: "Jay Wigginton" <[EMAIL P

Re: Sorting search results: revisited

2000-04-24 Thread Britta Wingenroth \(Design Department\)
Hi Chris, I saw your postings on the CF talk list, and I was hoping you could help me. This is my first CF app and I'm having some problems... I've set my WHERE statement: SELECT ProdType, Category, ProductID, Product, Code, UnitPrice, Manufacturer FROM Products2 WHERE (UnitPrice >.) AND