Re: hide objects
Stan Bischof ((no email))
Wed, 15 Jun 94 13:36:43 PDT
>
> Hello,
>
> I was wondering if there is a way to hide or show all of the buttons, fields, groups, and/or images
> on a card without knowing what is on the card?
>
> Is there a command like: "show all buttons on card theCard" ?????
>
how about something like
repeat with i = 1 to ( number of buttons of card theCard )
set <appropriate parameter(s)> of button i to <appropriate value(s)>
end repeat
Stan Bischof
HPSR