Tabular Data Control
Hi All,
Im having some real probs with the above.
Here is my code:
<OBJECT ID="data2" CLASSID="CLSID:333C7BC4-460F-11D0-BC04-0080C7055A83">
<PARAM NAME="DataURL" VALUE="data2.txt">
<PARAM NAME="UseHeader" VALUE="TRUE">
<PARAM NAME="CharSet" VALUE="iso-8859-1" / >
<PARAM NAME ="TextQualifier" value = """>
<PARAM NAME ="FieldDelim" VALUE = ",">
</OBJECT>
<TABLE DATASRC="#data2" BORDER="2">
<THEAD>
<TH>Name</TH>
<TH>Date</TH>
<TH>Customer Name</TH>
<TH>Address Line 1</TH>
<TH>Address Line 2</TH>
<TH>Address Line 3</TH>
<TH>Address Line 4</TH>
<TH>Postcode</TH>
</THEAD>
<TR>
<TD><SPAN DATAFLD="Name"></SPAN></TD>
<TD><SPAN DATAFLD="Date"></SPAN></TD>
<TD><SPAN DATAFLD="Customer Name"></SPAN></TD>
<TD><SPAN DATAFLD="Address Line 1"></SPAN>
<TD><SPAN DATAFLD="Address Line 2"></SPAN>
<TD><SPAN DATAFLD="Address Line 3"></SPAN>
<TD><SPAN DATAFLD="Address Line 4"></SPAN>
<TD><SPAN DATAFLD="Postcode"></SPAN>
</TR>
</TABLE>
The trouble I have is that my Field Delimiters and Text Qualifiers don't work! The contents of the file Im trying to pull data from look like this:
"Name","Date","Customer Name","Address Line 1","Address Line 2","Address Line 3","Address Line 4","Postcode",
"Joe","20/01/2005","Smith","20","Heron Cls","N Somerset","Uk","BS22 3DG"
Can anyone explain what is going on here?
thanks
interrupt
__________________
\'sync\' <cr>
The name specified is not recognized as an internal or external command, operable program or batch file.
|