How to get list of records selected in a multiple records form and is there a way to modify the code behind saveselected button in multiple records form application Version 8.1
When you have set the checkboxes to update a record you will have an event on each record (onbeforeupdate/insert/delete) to apply code. The list of records require a cursor. I don’t see why you should need it as the records are displayed on your form, but if you need you need to address a custom sql somewhere in your events.
basically the form is from a view and i add some more fields in the view. Now i do some entry in the form and then i want to save all the updated records.