Newbie: State of a checkbox
[1/2] from: mijo_balic::hotmail::com at: 31-May-2001 10:00
Hi !
Thanks for a really good list!
I have a question about checkboxes...I have tried to find information in the
available documentation but I have not found an answer (yet). I'm trying to
save the state of a couple of checkboxes (I'm using Rebodex as "template" b
ut want to add a couple of checkboxes) but I can't find out how to read the
state of the checkbox. Is there anybody out there who tried this?
Thanks!
/Mijo
[2/2] from: gjones05:mail:orion at: 31-May-2001 10:27
From: "Mijo Balic"
> I have a question about checkboxes...I have tried to find information
in the
> available documentation but I have not found an answer (yet). I'm
trying to
> save the state of a couple of checkboxes (I'm using Rebodex as
template
b
> ut want to add a couple of checkboxes) but I can't find out how to
read the
> state of the checkbox. Is there anybody out there who tried this?
view layout [
t1: txt 60
c1: check [t1/text: c1/data show t1]
]
the /data path of the check box name has the info for which you are
searching.
Happy checking!
--Scott Jones