Hi, I need to create a form with which I select from the DB CLIENTS a group of clients and customers have to be able to send an email with attachment selected.
A tip on how to create the grid???
Hi, I need to create a form with which I select from the DB CLIENTS a group of clients and customers have to be able to send an email with attachment selected.
A tip on how to create the grid???
Yes, create a standard grid, then add a button and set of type ‘run’. Then you will have a checkbox before each row. In the onloadrecord you can perform the email as this event will be triggered on each selected record.