Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
MSIE OLE Automation and Radio Buttons
Message
De
16/08/1999 17:26:17
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Divers
Thread ID:
00254261
Message ID:
00254296
Vues:
22
Yes, that helped - but not in the way you intended. Because the radio button is made up of overlapping names, you can reference certain properties but not others. My main problem was using typfmt(1) instead of typfmt[1]. But it is still funky to work with due to the overlapping names. It works; that's what matters.

Thanks again!


>>Thanks, I got it figured out.
>>
>>- Roman
>>
>>>You'll have to look at each item until find which one is checked.
>>>for ( i = 1; i <= clue.typfmt.length; i++ )
>>>{
>>> if ( clue.typfmt[i].checked )
>>> break;
>>>}
>
>Did that help? Or was I off the mark?
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform