multiple request for quote.

multiple request for quote.

Hi, I want to create a grid where the user sees all the hotels present in the database and enter a selection field for every hotel, this grid must then have a button to send a quote richiaesta stay multiple that will only come to the hotel selected.

When the user clicks u REQUEST A QUOTE opens the form which fits the demands and clicking send this form is delivered by email to the hotels that have been selected before in the grid user.
How can I do ???

You cannot add a button to a grid, but you can add an image column and put a buttonlike image on that. To that imagebutton you can apply a link to another program to send the quote from. Hope that this is what you mean.

Hi, But this function allows me to send a request for a time, I would that the user can select the structures of his interest as if it were a shopping cart, and to send a single email request quote that you get all the properties selected .

In that case you can consider applying a run button to your grid. Setting checkboxes and hitting the runbutton will fire an onrecord event for each selected record where you can combine them into one email to be send in the onfinish event.