Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: PL/SQL Question - URGENT

Re: PL/SQL Question - URGENT

From: bsc7080 <bsc7080_at_mindspring.com>
Date: Mon, 27 Sep 1999 16:36:14 GMT
Message-ID: <1104_938450174@bchase>


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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US