Compare Hour

How would you handle comparing 2 hour fields on a form, to make sure that the end hour is greater than start hour?

Hi @Rikki,

You can use the CompareValidator component - set the Component, ComponentToCompare and Operator properties:

You will have to use a TemplateForm in order to customize a generated Form component (there is a Convert To Template form button in the Form property grid).