Re: FORMS 3.0 Clear Field Question

From: Stephen Turner <sturner_at_athena.mit.edu>
Date: 1995/04/21
Message-ID: <3n90a3$liq_at_senator-bedfellow.MIT.EDU>#1/1


-Unfortunately, KEY-CLRFLD can NOT be redefined.
-
-...What about, if you...
-
-place your :FIELD := ''; clauses in an ON-VALIDATE-FIELD trigger.
-i.e. IF :FIELD IS NOT NULL THEN :FIELD := ''; END IF;

-It's the only thing I could think of doing.

-James Richard (JRICHARD_at_TUNS.CA)

This is probably the best solution; you have to live with the fact that this will not clear the other fields as soon as CLRFLD is pressed - this will happen when the cursor leaves the field (including COMMIT & EXIT etc)

Steve Turner Received on Fri Apr 21 1995 - 00:00:00 CEST

Original text of this message