Hi,
I'm new(ish) to CF, but was a programmer 15 years ago (in a dos enviroment) so its all slowly coming back to me.
The problem I have is that I want to select a record from a dynamic list and pass it to the next page, I set the parameters to pass in the form but the parameters are being set before I make my selection from the dynamic list when the form is a POST, if I change the form to a GET the parameters are not passed.
I see from this forum that one method is to use Javascript to load the database contents into an array, but that seems to defeat the object of dynamic databases ???
Any advice ???
I'm new(ish) to CF, but was a programmer 15 years ago (in a dos enviroment) so its all slowly coming back to me.
The problem I have is that I want to select a record from a dynamic list and pass it to the next page, I set the parameters to pass in the form but the parameters are being set before I make my selection from the dynamic list when the form is a POST, if I change the form to a GET the parameters are not passed.
I see from this forum that one method is to use Javascript to load the database contents into an array, but that seems to defeat the object of dynamic databases ???
Any advice ???