i looked in all the form tuts i could find and none of them explain it..
if someone could i would apreciate it.. like how do you make it return true if it is checked?
i looked in all the form tuts i could find and none of them explain it..
if someone could i would apreciate it.. like how do you make it return true if it is checked?
every object that use in a form have certian atributes...
like button1.width
you can set and get this variable through the "."
so to know if it is check or not, you can do something like
SCAR Code:IF (MyCheckBox1.Checked) then
because a .checked value is obv a boolean
[IMG]http://farm3.static.flickr.com/2120/2052732965_348f3629d0_o.jpg[/IMG]
so, .checked will automatically be true if its checked? or do i have to add somthing to make it do that?
nope, no extra stuff. and the underlying eventa halders and such have already been handled for you
i thnk you can even do
and that should work as well.SCAR Code:mycheckbox.checked:=TRUE;
[IMG]http://farm3.static.flickr.com/2120/2052732965_348f3629d0_o.jpg[/IMG]
ok thanks tons
OK new question, how about combo boxes? what do you use to see what option the user has selected?
There are currently 1 users browsing this thread. (0 members and 1 guests)