Hi All,
Wanna display a crystal report which will bring data from 3 tables
tbla
|
tblb
|
tblc
All three tables are joint. Also want to give filter (where clause) at runtime using selection formula or similar stuff
thanks in advance
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Vishal JadavPosted Jun 20, 2011, 7:45 AM
Create an object of Report object and load ur crystal report ie. CustomerReport.rpt with fully qualified path in it.
u can get or set formula on that report object, object.
Thats it....