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 horizontally, ie.

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. tdimage image image image/td instead of td image image image image /td Is there any way that I can do this? Any help would be greatly appreciated. Britta ~~

Re: How to force CFOUTPUT to display results horizontally

2001-01-04 Thread Britta Wingenroth
ork -Original Message- From: Britta Wingenroth [mailto:[EMAIL PROTECTED]] I would like to display the results of the Cfoutput tag running horizontally, ie. tdimage image image image/td instead of td image image image image /td Is there any way that I can do this? Any h

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 - From: "B

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

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

[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-4332

Using CFX_PGP tag... comments?

2000-08-13 Thread Britta Wingenroth
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 Web

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

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

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... cfoutput query="products" CFWDDX INPUT="products query" OUTPUT="products query" ACTION="CFML2WDDX /cfoutput INPUT TYPE="HIDDEN" NAME="products" VALUE="#HTMLEditFormat(products)#" and on next page, CFWDDX INPUT="#Form.products#"

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: cfif HTTP_USER_AGENT IS NOT "" cfif HTTP_USER_AGENT LIKE '%netscape%' put netscape

Solved... thanks everyone for your help!

2000-05-11 Thread Britta Wingenroth
"1avanco" dbtype="ODBC" UPDATE Products2 p, new n SET p.UnitPrice = n.UnitPrice WHERE p.Product = n.Product /cfquery - Original Message - From: "Britta Wingenroth" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, May 10, 2000 8:01 PM Subject: SQL or

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

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

2000-05-06 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

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: 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-part message in M

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 : a

Re: maintaining decimal place

2000-04-25 Thread Britta Wingenroth \(Design Department\)
t;,Field Size to "Double", Format to "Fixed" and Decimal Places to "2". That should do it for you two. Fred - Original Message - From: "Britta Wingenroth (Design Department)" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, April 25, 2000 1:55 AM

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

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: CFPARAM name="Orderby" default="ProductID" cfquery name="products" datasource="1avanco" dbtype="ODBC" SELECT ProdType,