Hemel
06-04-2003, 01:59 PM
Hi,
is there a TDC expert in this room ?
Please, I would like to know if it's possible to accede external tables with the <OBJECT> marker...
For exemple, here is the kind of table I need to accede:
"http://cf.finance.yahoo.com/d/quotes.csv?s=bra.to&m=w&f=sl1d1t1c1ohgv&e=.csv"
If I download this table on my computer, I can work easily with it this way :
-----------------------------------------------------------------------------
<OBJECT ID="Test" CLASSID="CLSID:333C7BC4-460F-11D0-BC04-0080C7055A83">
<PARAM NAME="DataURL" VALUE="Test.csv">
<PARAM NAME="FieldDelim" VALUE=",">
</OBJECT>
<TABLE DATASRC="#Test" BORDER="2">
<THEAD>
<TH>Date</TH>
<TH>Ouverture</TH>
<TH>Haut</TH>
<TH>Bas</TH>
<TH>Fermeture</TH>
<TH>Volumes</TH>
</THEAD>
<TR>
<TD><SPAN DATAFLD="column1"></SPAN></TD>
<TD><SPAN DATAFLD="column2"></SPAN></TD>
<TD><SPAN DATAFLD="column3"></SPAN></TD>
<TD><SPAN DATAFLD="column4"></SPAN></TD>
<TD><SPAN DATAFLD="column5"></SPAN></TD>
<TD><SPAN DATAFLD="column6"></SPAN></TD>
</TR>
</TABLE>
-----------------------------------------------------------------------------
But if I change the "DataURL" VALUE like THIS :
-----------------------------------------------------------------------------
<PARAM NAME="DataURL" VALUE="http://cf.finance.yahoo.com/d/quotes.csv?s=bra.to&m=w&f=sl1d1t1c1ohgv&e=.csv">
-----------------------------------------------------------------------------
It's does'nt work !
Need Help Please
Maybe you know an other way to do it !
Thank you :confused:
is there a TDC expert in this room ?
Please, I would like to know if it's possible to accede external tables with the <OBJECT> marker...
For exemple, here is the kind of table I need to accede:
"http://cf.finance.yahoo.com/d/quotes.csv?s=bra.to&m=w&f=sl1d1t1c1ohgv&e=.csv"
If I download this table on my computer, I can work easily with it this way :
-----------------------------------------------------------------------------
<OBJECT ID="Test" CLASSID="CLSID:333C7BC4-460F-11D0-BC04-0080C7055A83">
<PARAM NAME="DataURL" VALUE="Test.csv">
<PARAM NAME="FieldDelim" VALUE=",">
</OBJECT>
<TABLE DATASRC="#Test" BORDER="2">
<THEAD>
<TH>Date</TH>
<TH>Ouverture</TH>
<TH>Haut</TH>
<TH>Bas</TH>
<TH>Fermeture</TH>
<TH>Volumes</TH>
</THEAD>
<TR>
<TD><SPAN DATAFLD="column1"></SPAN></TD>
<TD><SPAN DATAFLD="column2"></SPAN></TD>
<TD><SPAN DATAFLD="column3"></SPAN></TD>
<TD><SPAN DATAFLD="column4"></SPAN></TD>
<TD><SPAN DATAFLD="column5"></SPAN></TD>
<TD><SPAN DATAFLD="column6"></SPAN></TD>
</TR>
</TABLE>
-----------------------------------------------------------------------------
But if I change the "DataURL" VALUE like THIS :
-----------------------------------------------------------------------------
<PARAM NAME="DataURL" VALUE="http://cf.finance.yahoo.com/d/quotes.csv?s=bra.to&m=w&f=sl1d1t1c1ohgv&e=.csv">
-----------------------------------------------------------------------------
It's does'nt work !
Need Help Please
Maybe you know an other way to do it !
Thank you :confused: