Brent Alan
Member
Hi.
Here is a sample of my XML Src file:
<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- Created by Brent A. McLauchlan using VB6 -->
<OPEN_CALL_REPORT>
<CSR_RECORD>
<CSR_NAME>BM</CSR_NAME>
<CALL_DETAIL>
<CALL_NUMBER>113083</CALL_NUMBER>
<PROBLEM_DESCRIPTION>INFO ON DIFFERNET W/TS</PROBLEM_DESCRIPTION>
<ACCOUNT>CUOP</ACCOUNT>
<CUSTOMER_NAME>CUSTOM OPTICAL LABOR</CUSTOMER_NAME>
<CALL_OPEN_DATE>01/28/03</CALL_OPEN_DATE>
<LAST_ENTRY_DATE>/ /</LAST_ENTRY_DATE>
</CALL_DETAIL>
<CALL_DETAIL>
<CALL_NUMBER>403616</CALL_NUMBER>
<PROBLEM_DESCRIPTION>IQ / RM COMPANION RPT WTR</PROBLEM_DESCRIPTION>
<ACCOUNT>IMOP</ACCOUNT>
<CUSTOMER_NAME>IMPERIAL OPTICAL (W.</CUSTOMER_NAME>
<CALL_OPEN_DATE>07/11/02</CALL_OPEN_DATE>
<LAST_ENTRY_DATE>10/28/02</LAST_ENTRY_DATE>
</CALL_DETAIL>
Can I, using MSIE and Data Island technique display the CSR_Name in one cell and then the Open_CALL details is cells
opposite the CSR_NAME? If so could someone post a code snipet? I can get the CSR_Name to appear but Im having some problem with the call details. Note: There are more CSR_NAMEs further down my XML_doc each with their own call details.
Many Thanks
Brent
Here is a sample of my XML Src file:
<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- Created by Brent A. McLauchlan using VB6 -->
<OPEN_CALL_REPORT>
<CSR_RECORD>
<CSR_NAME>BM</CSR_NAME>
<CALL_DETAIL>
<CALL_NUMBER>113083</CALL_NUMBER>
<PROBLEM_DESCRIPTION>INFO ON DIFFERNET W/TS</PROBLEM_DESCRIPTION>
<ACCOUNT>CUOP</ACCOUNT>
<CUSTOMER_NAME>CUSTOM OPTICAL LABOR</CUSTOMER_NAME>
<CALL_OPEN_DATE>01/28/03</CALL_OPEN_DATE>
<LAST_ENTRY_DATE>/ /</LAST_ENTRY_DATE>
</CALL_DETAIL>
<CALL_DETAIL>
<CALL_NUMBER>403616</CALL_NUMBER>
<PROBLEM_DESCRIPTION>IQ / RM COMPANION RPT WTR</PROBLEM_DESCRIPTION>
<ACCOUNT>IMOP</ACCOUNT>
<CUSTOMER_NAME>IMPERIAL OPTICAL (W.</CUSTOMER_NAME>
<CALL_OPEN_DATE>07/11/02</CALL_OPEN_DATE>
<LAST_ENTRY_DATE>10/28/02</LAST_ENTRY_DATE>
</CALL_DETAIL>
Can I, using MSIE and Data Island technique display the CSR_Name in one cell and then the Open_CALL details is cells
opposite the CSR_NAME? If so could someone post a code snipet? I can get the CSR_Name to appear but Im having some problem with the call details. Note: There are more CSR_NAMEs further down my XML_doc each with their own call details.
Many Thanks
Brent