Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
MSIE OLE Automation and Radio Buttons
Message
De
16/08/1999 16:51:17
 
 
À
16/08/1999 16:39:58
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Divers
Thread ID:
00254261
Message ID:
00254273
Vues:
18
>-------------------------
>
> oMatrixFr = oIE.Document.Frames(1)
> oMatrixFm = oMatrixFr.Document.Forms(0)
>
> oMatrixFm.All("csenum").Value = "97-12345"
>** oMatrixFm.All("typfmt").Value = "rawfrmt"
>
> oMatrixFm.Submit
>
>
>-------------------------
>
>< FORM Method=POST TARGET="_top" Action="matrix.pl" NAME="clue" >
>
>
>
>
>

Select format:


>1 column

>3 column

>raw data format

>
>
>
>< /FORM >

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;
}
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform