Page 1 of 1

EConvertError when Triggers[].EndDate is zero

Posted: Wed Nov 28, 2007 2:59 am
by chula
If there is no EndDate for a trigger, is the desired checking method:

if Triggers[].EndDate = 0 ??

The EConvertError was trapped in side the VCL, so I could not trap the convesion error.

Posted: Wed Nov 28, 2007 6:06 am
by isiticov
There is HasEndDate property to indicate is EndDate necessary or not.

Posted: Wed Nov 28, 2007 10:05 am
by chula
isiticov wrote:There is HasEndDate property to indicate is EndDate necessary or not.
Thanks!