index | search | no replies | posting guidelines | help | login | register |
Index » Products » ASP Report Wizard (version 1) |
| |||||||
Oct 13 2003, 11:26 AM |
| ||||||
whichman![]() ![]() ![]() from: Laurel, MD | Hi, You can now exclude certain fields from appearing in table joins by using the property ExcludeFromJoins. Note: This property must be used before the Init. as below: 'SQL Server connection string strConnectionString = "Provider=MSDASQL;Driver={SQL Server};Server=WHICHMAN;Database=Northwind;User ID=sa;Password=sa;" objReport.ExcludeFromJoins = "UnitPrice,Memo,Field 4" 'NOTE: You must call the Init procedure before adding any HTML Tags/Text into your page objReport.Init(strConnectionString) [/code] ------------------------- Master of the Game | ||||||
Pages: (1) [1] |