I'm a bit perplexed as to all the properties of the Variable Checkbox
control. I have checked the archive
(http://www.mail-archive.com/[email protected]/msg15908.html), the
getproperty page
(http://www.rbase.com/getproperty/getproperty.php?_1=3&_2=136&_3=833),
and by copying a control and pasting it into RBEdit. I also consulted
the FormProperties.PDF. Well, let me say humbly that I did not find
perfect agreement between these information sources.
For example, I created an OnClick EEP for this control,
'fcidCHKBOX_SC_1', for testing purposes:
[] Solid Bottom Cage
The OnClick source is:
--*** This property was listed in the e-mail archive. ***
GETPROPERTY fcidCHKBOX_SC_1 CHECKED 'vCheckBox_CHECKED'
--*** This property was listed in FormProperties.PDF and at the
GetProperty page. ***
GETPROPERTY fcidCHKBOX_SC_1 CAPTION 'vCheckBox_CAPTION'
--*** This property was listed in RBEdit after the Copy-N-Paste.
***
GETPROPERTY fcidCHKBOX_SC_1 STATE 'vCheckBox_STATE'
RETURN
The values assigned by the OnClick EEP code (its DefaultCheckValue was
False, i.e. Unchecked):
vCheckBox_CHECKED = True
TEXT
vCheckBox_CAPTION = Solid Bottom Cage
TEXT
vCheckBox_STATE = cbChecked
TEXT
So, all these worked, but they don't all seem to be "published" by an
official authoR:ity. So, although I think I've found everything I need
for my particular requirements, I would love to know where I could find
a definitive enumeration of control properties.
Not complaining, just terribly curious.
Thanks,
Steve in Memphis