Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
MSIE OLE Automation and Radio Buttons
Message
From
16/08/1999 16:51:17
 
 
To
16/08/1999 16:39:58
General information
Forum:
Visual FoxPro
Category:
Internet applications
Miscellaneous
Thread ID:
00254261
Message ID:
00254273
Views:
17
>-------------------------
>
> 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;
}
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform