Controls

ID #1032

How to reset a group of checkboxes on window?

LOOP CurrentField# = FIRSTFIELD() TO LASTFIELD()
IF Window$CurrentField#{PROP:Type} = CREATE:Check
IF Window$CurrentField#{PROP:Checked} = TRUE
CHANGE(CurrentField#,FALSE)
END
END
END

Tags: checkbox, group

Related entries:

Last update: 2007-07-13 14:41
Author: Roman Lomasov
Revision: 1.0

Digg it! Print this record Send to a friend Show this as PDF file
Propose a translation for Propose a translation for
Please rate this entry:

Average rating: 0 out of 5 (0 Votes )

completely useless 1 2 3 4 5 most valuable

You can comment on this entry