Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: PL/SQL Question - URGENT
Problem is that if a checkbox is not checked then it is not sent
when submitted. If you do an array, you need to prime the array
variable with '0' to start it off, then when you reach the recv'ing
procedure you can start off with the second position in the array.
If you test for number of items in the array and its only 1 then
they did not select anything, because it must be the 0 you
primed with.
Received on Mon Sep 27 1999 - 11:36:14 CDT
![]() |
![]() |