void clicked() { FormDateControl dc; ; dc = element.design().addControl(FormControlType:: Date, "Date1"); dc.extendedDataType( extendedTypeNum(TransDate) ); dc.lookupButton(2); dc.label("@SYS7402"); super(); }