index | search | no replies | posting guidelines | help login | register
Index » Products » ASP Report Wizard (version 1)
search this forum:
:: Table Relationships & purchasing info ::    show all messagesPost a New Message | Post a Reply
Oct 13 2003, 11:26 AM
 Re: Table Relationships & purchasing infoPost a Reply
 whichman

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

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]

search this forum: