Contents

 
Home
ASPRunner Professional 7.1 manual
Prev Page Next Page
 
 

Check if start date is ealier than end date

 

On the Edit page verify that the start date is earlier than the end date.

yellowbulbNote: Change the values listed in red to match your specific needs.

if CDate(values("start_date"))>CDate(values("end_date")) then

message = "Error"

 BeforeEdit = False

else

 BeforeEdit = True

end if

Converted from CHM to HTML with chm2web Standard 2.85 (unicode)