Hello -
Is there a way to tag/select multiple records in a grid, and pass them on to another procedure (e.g. printing or generating a PDF file) for further processing?
Thanks in advance for your time.
Tagging multiple records in grid
Re: Tagging multiple records in grid
Hello,
You can use the SelectedRows property to work with selected rows in DBGrid: http://docs.embarcadero.com/products/ra ... dRows.html
You can use the SelectedRows property to work with selected rows in DBGrid: http://docs.embarcadero.com/products/ra ... dRows.html