- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
5 Posted Topics
Re: [QUOTE=nagkar;850904]Thanks the given sql is working ...it gave me correct data ..but now the problem is that it is displaying same data multipile times.i.e ingredient........lotids............d_amount.......d_unit xyz...............5t6y xyz................7yh8 xyz................98uj uvw.................9jnu instead of that i need to display it as xyz...............5t6y ..................7yh8 ...................98uj uvw.................9jnu[/QUOTE] You are going to have to control the … | |
Re: [QUOTE=cheapterp;893930]Actually, there are only 2 rows. So like the following: Table: Column 1, Column 2, Column 3, Column 4 Row 1 Row 2 What I want now is: var 1 = Row1.Column3 var 2 = Row2.Column4[/QUOTE] I would test on MOD 2 of currentrow: [code=coldfusion]<cfquery name="blah" datasource="#dsn3"> select * from … | |
Re: [QUOTE=mheidi;915791]Just wondered if anyone knows if it is possible to install a Wordpress blog as part of an existing Coldfusion website? I just want the one page to be Wordpress without affecting any of the other pages. Thanks in advance for anyone who might know the answer to this! Heidi[/QUOTE] … | |
Hello again, This may or maynot be proper thread for this topic, but here it is. I have a coldfusion 7 serve that I am running a page on, that uses hash(<email>,"MD5") all it well and good makes me a hash string and all. I store this hash and in … | |
Hello, I am having an issue with a page that works fine in IE and not FF. Bascially it is a <div> loaded with a basic coldfusion input form that posts back to parent of the div page. Problem I am having is a validation routine in javascript seems to … |
The End.