Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Re: Manipulating check boxes programatically
Hello
You must set for check item "Value when checked" and "Value when Unchecked".
If first value is /1/ and second value is /0/ then you can change
programatically: ":block.check_box_name:=1" will be check and
":block.check_box_name:=0" will be unchecked.
Other case is that check item will be in database and value for it you will
be change as update value in database and next you must "execute_query" in
block but this case isn`t good.
Kyriakos Lambros <kyriakos.lambros_at_lvvwd.com> wrote in message
news:38F26246.8CAE8A1B_at_lvvwd.com...
> Hello,
>
> Does anyone know how to change a check box (Forms 5.0) from checked to
> unchecked programatically? I've looked in the documentation and I
> haven't been able to find a property that I can change to do this.
>
> Thanks,
>
> Kyriakos Lambros
>
Received on Tue Apr 11 2000 - 00:00:00 CDT
![]() |
![]() |