CodeCharge Studio
search Register Login  

Web Reporting

Visually create Web Reports in PHP, ASP, .NET, Java, Perl and ColdFusion.
CodeCharge.com

YesSoftware Forums -> CodeCharge Studio -> ASP

 How can i do this pls?

Print topic Send  topic

Author Message
densma
Posted: 02/29/2004, 7:25 PM

i have a data entry form that include
txtfield for 'Firstname'
txtfield for 'Lastname'
a Radio button..option of 'Open' and 'Closed' -defualt option is open.

i want to create email function to send email using firstname.lastname field @domain.com when ever there the radio button changed to closed. i mean when ever radio button is change or updated to closed. this should trigger a send email. this update will be through grid report using update button.

i really need help to set this up. The form does not enclude email addr so i have to generate email usingfirstname.lastname@samedomain.com with custom msg on closed.selected on tha radio button.
thanks

Nicole

Posts: 586
Posted: 03/03/2004, 7:13 AM

Hello,
Assign CCS Send Mail action to lets say Before Execute Update event (you can also use After execute Update). In generated code modify TO parameter to use control values:
.To = form_name.DataSource.Firstname.Value & "." & form_name.DataSource.Lastname.Value & "@domain.com"

_________________
Regards,
Nicole
View profile  Send private message
densma
Posted: 03/03/2004, 8:17 AM

thanks..
will give it a try

Add new topic Subscribe to topic   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

PHP Reports

Visually create Web Reports in PHP, ASP, .NET, Java, Perl and ColdFusion.
CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.