Use TRY CATCH format::
TRY
set amount to type System.Convert::ToDecimal(self::TextBox17::Text)
CATCH
display "Value is not numeric"
END-TRY
Use TRY CATCH format::
TRY
set amount to type System.Convert::ToDecimal(self::TextBox17::Text)
CATCH
display "Value is not numeric"
END-TRY