Re: FORMS 3.0 Clear Field Question

From: <James>
Date: 1995/04/21
Message-ID: <1995Apr21.114459.25768_at_newton.ccs.tuns.ca>#1/1


Bitchen!!!

Sounds like a logical thing to do, and a KEY-CLRFLD would make sense. 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)
"No Assembler Required!"

In article <3n0c27$9kk_at_usenet.rpi.edu> hoffma_at_rpi.edu (Adam Hoffman) writes:
>
>Hello,
>
>I am trying to create a procedure in FORMS 3.0 where when
>the user clears a field, several other fields in the same block
>also clear. The whole block should not clear, just certain
>fields. Does anyone have any suggestions since I do not see
>a function for KEY-CLRFLD or ON-CLRFLD. Thanks.
>
>Regards,
>
>
Received on Fri Apr 21 1995 - 00:00:00 CEST

Original text of this message