Recent content by Sven Persijn

  1. S

    Validate format on dynamic widget

    I'm trying to validate the format of a dynamic widget. However, this is not possible with the no-error statement. I've tried the following: DEFINE VARIABLE hField AS HANDLE NO-UNDO. CREATE <WIDGET> hField NO-ERROR ASSIGN DATA-TYPE = "INTEGER" FORMAT = "FDDGH". IF...
Top