Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

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 I'm 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

  • *Experts*
Posted

Attached is a sample that shows how to show the call details in a table. I know you can show data in nested tables but I can't remember the exact format of the HTML binding to get it to work. I'm about 90% sure I've done this before (binding to multiple, nested tables in IE) but it was 2, maybe 3 years ago...

 

-nerseus

test.zip

"I want to stand as close to the edge as I can without going over. Out on the edge you see all the kinds of things you can't see from the center." - Kurt Vonnegut

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...