probably because the framework considers the index property as public... only accessible to that class and it's instances.
The easiest way to accomplish this is to give all controls an array index, even if they are not cloned. Then you can access them by doing select case radiobutton(arrayIndex).value Cheers, Tom On 22/03/2007, at 8:56 AM, Markus Winter wrote: > Hi all, > > I’m trying to save the state of a radio button array from the > action event > of the “ok” button in the same window. > > in the radio button array I can have code like > > me.index > > but if I try to reference it from the pushbutton like this > > select case radiobutton().index > ... > > I get a “this method or property does not exist” > > Why??? > > Markus > > > > > > _______________________________________________ > Unsubscribe or switch delivery mode: > <http://www.realsoftware.com/support/listmanager/> > > Search the archives: > <http://support.realsoftware.com/listarchives/lists.html> _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives: <http://support.realsoftware.com/listarchives/lists.html>
