I have a CF screen where I have to enter the search criteria. Once the search criteria is entered, the SUBMIT button is clicked to display the records that meet the search criteria on the LIST screen.
At the end of each record displayed on the LIST screen, there is a checkbox. The user can select checkboxes of multiple records and hit the SUBMIT button on the LIST screen. What this does is that for whichever records the checkboxes were checked, a corresponding record is inserted in our HISTORY table. Also, for each record that is displayed on the list screen, there is an id field associated with it.
My question is how can I pass the list of id values of the records for which the checkboxes have been checked and pass it on to the next screen?
Please let me know. Any help will be appreciated. Thanks.
At the end of each record displayed on the LIST screen, there is a checkbox. The user can select checkboxes of multiple records and hit the SUBMIT button on the LIST screen. What this does is that for whichever records the checkboxes were checked, a corresponding record is inserted in our HISTORY table. Also, for each record that is displayed on the list screen, there is an id field associated with it.
My question is how can I pass the list of id values of the records for which the checkboxes have been checked and pass it on to the next screen?
Please let me know. Any help will be appreciated. Thanks.