grid heiracheal display

Tech-Archive recommends: Fix windows errors by optimizing your registry

From: andrewcw (andrewcw_at_acw.com)
Date: 04/17/04


Date: Fri, 16 Apr 2004 20:01:05 -0700

I have a simple winform Data Grid with a XML source file. The heirarcy is 1 level deep. While I have expand selected, I still have to click on the hyperlinks to get the grid to show its data. What I would really like is to have it just plain come up as if I was getting the data from a databse ( not nested ). Is there a way to drive that ? Thanks

My grid comes up with three hyperlinks: TableName, transactions, transactionrecord
If I click through transactionrecord - thats what I'd like. if Iclick the table hyperlink, I get nothing and trasnaction gets me a table with a plus siign hiding the first row. I just want my users to see a grid. Forget the hyperlinks. Can I do anything differently without reformatting the data by XSL etc. - still use the almost no code methods below:

method:
datset.readXMLStrteam
dataset.readxml
grid.datasouce = ds
grid.expand(0)

<transactions><transactionrecord atrib atrib><message> blah xyz </message></transactionrecord><transactionrecord atrib atrib><message> blah xyz </message></transactionrecord></transactions>



Relevant Pages

  • grid heiracheal display
    ... My grid comes up with three hyperlinks: TableName, transactions, transactionrecord ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: using SQLserver, ADO, Delphi: performance issue
    ... We need to show all the transactions of some account, ... with the latest transaction at the bottom of the grid. ... >performance implications on SQL Server). ...
    (microsoft.public.sqlserver.programming)
  • Re: Update data from DBGrid
    ... try running a query over the database. ... > MS-Access database with a few tables in it and using ADO connection. ... > is a master/detail relationship between the batch and transactions tables. ... > the number of rows in the grid and summing the grid values, ...
    (alt.comp.lang.borland-delphi)
  • Update data from DBGrid
    ... is a master/detail relationship between the batch and transactions tables. ... update the totals of the transactions credits and debits each ... the number of rows in the grid and summing the grid values, ...
    (alt.comp.lang.borland-delphi)
  • Re: how to make a query to find the company with large number of s
    ... Depends if you already have the count of transactions, or not, in the table. ... FROM tableName ... Jerry Whittle, Microsoft Access MVP ... one for the companies' info and one for t selling ...
    (microsoft.public.access.queries)