globalnet
Posts: 1
|
| Posted: 10/01/2005, 9:32 AM |
|
Has any one produced the code to email the contents of a grid?
I want the user to be able to see the list on the screen before sending the email
They should also be able to enter the contents of the subject and tne message body in a form.
|
 |
 |
kevind
Posts: 251
|
| Posted: 10/07/2005, 2:44 PM |
|
hi there,
i would set up a search form to act as the control for the grid results and the input form for the subject and body text
then, you can pass a URL parameter to indicate that the user is trying to send the msg to the grid results - in the BEFORE SHOW ROW event of the grid you would put the ASP code in to generate the mail message - the code would look for a parameter in the URL to be set to true to actually transmit the grid out and the subject and body text could be passed in the URL too - there may be a length limit.
just some ideas - one page short and sweet - the other way would be to have a record form to store the message and perhaps call another page with the same search parameters that the grid preview has and let it process the e-mails out.in the before show row code
let me know how you make out
kd
_________________
thanks
Kevin
======================
CCS 3.2.x / ASP / MS Access /mySQL / PHP / jQuery / jQuery UI / jQuery Mobile
|
 |
 |
|