Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
3
Posts with Downvotes
3
Downvoting Members
1
0 Endorsements
~225 People Reached
Favorite Forums
Favorite Tags
Member Avatar for kacebaza

hi i've got proble with my code, crystal report wont show data here is my code " [code] Try Dim path1 As String = constring '" '' path '' for normal ADO Concept '' The current DataSource is an ADO '' change path of the database rpt.DataSourceConnections.Item(0). _ SetConnection("", "" …

-1
43
Member Avatar for GowriJai

I have created a Cryatal Report and set its Access database(.mdb) during design time. I have imported the crystal report into VB.NET. now i want to know how can we set the database path during runtime. The database to which i've linked will change its path and name every year. …

Member Avatar for kacebaza
0
114
Member Avatar for priyaram_c

Hi All, I am trying to open a crystal report which is using OLEDB (ADO) connection and stored procedures to retrieve data. I am trying to change the database connection information dynamically from the vb.net code. The method I have used is: 1. create a new crystal report(crystalreport1.rpt) in vb.net …

0
68