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
Related entries:
- There is checkbox "Column 1" in Embed Editor. For what it is intended?
- How to run application that will not be displayed in task bar?
- How to define IP address of computer?
- How to know current position of mouse cursor? Do not offer MOUSEX.
- How it is possible to receive information about Prompt text from dictionary?
Last update: 2007-07-13 14:41
Author: Roman Lomasov
Revision: 1.0
You can comment on this entry