Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
Dave the brewer #1
Populating an SQL query
Another question. If anyone can give me some guidance I'd reallt appreciate it
as I'm now going round in circles.
I've got 12 checkboxes in a submit form. A user can check or uncheck any
number of them. On submit the results (true or false) get passed to the results
page.
I now want to create a query/recordset where only those fields where request
variables which are true get included. i.e in this example:
Recordset1.Source = "SELECT * FROM Table2Directory WHERE Country = '" +
Replace(Recordset1__MMColParam, "'", "''") + "' should then have AND fields
only where the variables have shown the request for that field to be returned
is true.
Does this make sense?
Dave
Dave the brewer Guest
-
Populating a DG with a Dir Listing
I have a datagrid that I am trying to use to display all files that have been processed by my paperless system. I know my cfc function is working... -
Populating SELECTED of CFSELECT with different query
I am trying to populate a CFSELECT from a query (which is working fine), but I want the SELECTED value to come from a different query. The values... -
Populating a Datagrid from a URL Query string
I'm passing the modelnumber as a second value in a query string. How do I take that value now on the product details page to populate the datagrid.... -
populating DB
hi .. ... i'm tryin to populate my SQL DB through Flash .. doesn't seem to work . it worx cool with HTML, but gives me an empty row in the DB, using... -
Populating dynamic checkboxes using query data
I am building an update form for a table that has checkbox data. How can I populate the checkboxes with data from the table so users can see the...



Reply With Quote

