index | search | no replies | posting guidelines | help | login | register |
Index » Products » ASP DataGrid |
| |||||||
May 21 2004, 6:29 PM |
| ||||||
thomasgroup 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 |
| ||||||
ghost 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] |