Skip to main content
Participant
December 18, 2007
Question

Cold Fusion query help

  • December 18, 2007
  • 1 reply
  • 257 views
Hi all

I have a page(demo.cfm) which has a table with headings

serialnum Location Maintanence price colorprice.

Each row of the table has a radio button.

I am displaying values in this table by fetching data from database.

When user clicks on radio button it opens a window which has table with with field valus


serialnum location

Maintanence price

colorprice

The above fields are same as coloumn headings of grid table.
when user clicks on particular row radio button a window should be opened and the values of that row should be displayed in window table fields..

my doubt is.
from database I am fetching data into result_demo(for example).
How can I display particular row values in a window table fields.
do I need to fetch results again from database?

Can anybody resolve my issue?
please do needful.

    This topic has been closed for replies.

    1 reply

    Inspiring
    December 18, 2007
    Hi,

    Either you can pass your retrived values as URL Variables (you should bind them with your window call statement of your radio button's onclick event) and subsequently you can output them in your window page as URL variables, otherwise you can just pass the serialnumber value through the onClick event and run a new query in your window page.