index | search | no replies | posting guidelines | help login | register
Index » Products » ASP DataGrid
search this forum:
:: Creating Hierarchical Reports :: (2)Post a New Message | Post a Reply
May 21 2004, 6:29 PM
 Creating Hierarchical ReportsPost a Reply
 thomasgroup

View this author's profile Send this author a private message Visit author's homepage

from: Omaha

Is there a way to create hierarchical reports with out the wizard? If not, Can we edit the source code once the wizard creates them?

May 21 2004, 6:40 PM
 Re: Creating Hierarchical ReportsPost a Reply
 ghost

View this author's profile Send this author a private message Visit author's homepage

from: Washington, DC

You can use the DataGrid as follows:

<%
...
  
objGrid.Command = "Select Table1.FIeld1,  Table2.Field3 FROM Table1,  Table2 WHERE Table1.Field1=Table2.Field1"
objGrid.MasterTable = "Table1"
  
...
  
%>



-------------------------
Ghost
Pages: (1)   [1]

search this forum: