Consulting

Results 1 to 3 of 3

Thread: Grouped Controls

  1. #1

    Grouped Controls

    Good Day Folks !!
    Hope someone has a quick answer ..

    I have a number of grouped check boxes ...
    Once I grouped them I lost the ability to reference "some" properties via their name reference. But it seems totally arbitrary ..
    e.g. .name.caption works .name.visible does not ..
    I was able to work around visible by ..
    .shape(n).groupitems(m).visible

    but I need to enable / disable each control individually and have not yet ferreted out how to address the property, neither of the above work.
    name.enable = false executes but has no effect / .shape(n).groupitems(m).enable error out as a non valid property

    Thoughts ???

  2. #2
    Mac Moderator VBAX Guru mikerickson's Avatar
    Joined
    May 2007
    Location
    Davis CA
    Posts
    2,778
    Thoughts? - Don't group the checkboxes?

  3. #3
    Quote Originally Posted by mikerickson
    Thoughts? - Don't group the checkboxes?
    Yeah .. I know ..

    That's the course I'll likely take .. curious as to the behaviour and a workaround ..

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •