Re: oracle forms checkbox problem

From: Luis Cabral <luiscabral99_at_ig.com.br>
Date: 21 Feb 2002 02:37:37 -0800
Message-ID: <c9ff1799.0202210237.14ac50b2_at_posting.google.com>


Hi

A checkbox must have a checked value and an unchecked value. To check a checkbox:

   :block.mycheckbox := 'CheckedValue';

To uncheck it:

   :block.mycheckbox := 'UncheckedValue';

predi_at_mediaone.net (Christian) wrote in message news:<97936c89.0202201908.2be99da9_at_posting.google.com>...
> Hi all,
>
> I have a small problem with Oracle forms. I am looking for a way to
> change the checkbox status (check and uncheck) via PL/SQL code. This
> checkbox is not assigned to any table columns. I tried a lot but nothing
> worked out.
>
> Any ideas?
>
> Thanks,
> Christian
Received on Thu Feb 21 2002 - 11:37:37 CET

Original text of this message