Blue
White
Purple
Green
Red
Orange
Blue Light
White Light
Purple Light
Green Light
Red Light
Orange Light
Hican any one help me to write this code :i have field date if value in this field = date() then send email to 1234@123.com.Regards,
Hi,please see sample code:
if FormatDateTime(values("FieldName"),2)=FormatDateTime(Date,2) then 'send email to 1234@123.comend if
where FieldName is your actuale field name. Use this code in the After record added (After record updated) on the Add (Edit) page.See how to send email here http://xlinesoft.com/asprunnerpro/docs/send_simple_email.htm