en@frrom
23rd June 2005, 17:37
I have something which seems strange, probably the heat is getting to me, and I overlook something simple...
My code:
field.date.f:
before.field:
message("hoi")
before.display:
message("hoi")
before.input:
message("hoi")
check.input:
message("hoi")
when.field.changes:
date.t = date.f
Of course the relevant code = only the when.field.changes part. When running the session, the section is not hit. After debugging with all above sections, the only event that was hit on this field was the check.input. For other fields on the form everything seems fine. date.f and date.t are declared, both on form and in script, with domain tcdate (utc), nothing out of the ordinairy....
What am I missing...?
My code:
field.date.f:
before.field:
message("hoi")
before.display:
message("hoi")
before.input:
message("hoi")
check.input:
message("hoi")
when.field.changes:
date.t = date.f
Of course the relevant code = only the when.field.changes part. When running the session, the section is not hit. After debugging with all above sections, the only event that was hit on this field was the check.input. For other fields on the form everything seems fine. date.f and date.t are declared, both on form and in script, with domain tcdate (utc), nothing out of the ordinairy....
What am I missing...?