Hi,
We are trying to use a Range control in a layout for taking in time in Hours and Mins format (we are working on AFL 9.3 version). We need to specify a upper and lower limit for these as 0-23 for hours range and 0-59 for mins. Value of these range fields are bound to attributes of “integer” type.
We tried setting “hi=23” and “lo=0” on the properties of the control but it is still taking the full range of the integer (-2,147,483,648 to 2,147,483,642) instead of 0 to 23 or 0 to 59.
Can you please let us know how to use these limits?
Regards,
Aditya Phatak.