Larry, How does one access sub-properties I tried this for fun
getproperty xx FrameSides 'vTmp' -- gets a list of sides that are true, i.e. sdRight,SdLeft getproperty xx FrameSides|sdRight 'vTmp' -- gets nothing, is there a syntax for referencing just the one sub-property? Thanks Dennis ________________________________________ From: [email protected] [mailto:[email protected]] On Behalf Of Lawrence Lustig Sent: Thursday, November 11, 2010 1:24 PM To: RBASE-L Mailing List Subject: [RBASE-L] - Re: Panel Question Well, there you go. The object inspector is "plugged in" to the same mechanism that the PROPERTY command is, so if you can set the value in the Object Inspector you should be able to do the same through a PROPERTY command. << 7.6 ee has the object inspector too! I forgot about that! >> -- Larry

