G
Guest
Here's one I have never satisfactorily solved: how do you provide check boxes
on each line of a tabular form that can act as a sort of multiple choice
selection.
Take a real life example: I enter a customer payment and display a list of
open invoices for that customer. I now want to 'tick' (toggle) each invoice
line that is being satisfied by the payment. Another example: I display a
list of players and want to 'tick' those that will form next weekend's team.
I have solved this in the past by including a dummy selection column on the
table itself or, if there is a complex query, by building a new table that
includes the dummy column and then binding the form to that table.
Any thoughts?
Regards,
Rod
on each line of a tabular form that can act as a sort of multiple choice
selection.
Take a real life example: I enter a customer payment and display a list of
open invoices for that customer. I now want to 'tick' (toggle) each invoice
line that is being satisfied by the payment. Another example: I display a
list of players and want to 'tick' those that will form next weekend's team.
I have solved this in the past by including a dummy selection column on the
table itself or, if there is a complex query, by building a new table that
includes the dummy column and then binding the form to that table.
Any thoughts?
Regards,
Rod