Page 2 of 2

Re: Date-Type textbox problem

Posted: Sun Sep 16, 2018 6:43 pm
by edk
Most controls have two syntax, one standard syntax - xBase style (one line record , then semicolons are required for multi-line entries - they start with @) or alternate (multi-line entries without semicolons - they are saved as definitions DEFINE control ... END control). See HMG reference : http://hmgforum.com/hmgdoc/data/label.htm

Re: Date-Type textbox problem

Posted: Sun Sep 16, 2018 6:54 pm
by ROBROS
Hi Edward,
thank you once again, this is surely for reasons of compatibility.

Robert