Forum: Visual Basic 4 / 5 / 6 Nov 21st, 2008 |
| Replies: 1 Views: 1,099 I Wish to pass parameter to Crystal Report. I have Access data base one table named student. I with to select range of data's from that table field named "rno"
i am using visual basic 6
I used... |
Forum: Visual Basic 4 / 5 / 6 Sep 8th, 2008 |
| Replies: 2 Views: 730 Hello
I am using windows XP
I need a small programme in Visual basic 6 with Access 2000
I have two tables for example one table named student other table named section
In student table... |
Forum: Visual Basic 4 / 5 / 6 Aug 29th, 2008 |
| Replies: 6 Views: 2,623 Thanks a lot Mr. Shaik Akthar
Again i disturb you . I added your code but i got error message
Dim crxApp As New CRAXDDRT.Application
Dim crxReport As New CRAXDDRT.Application
Set... |
Forum: Visual Basic 4 / 5 / 6 Aug 28th, 2008 |
| Replies: 6 Views: 2,623 Thanks Mr. Shaik Akthar
I added Crystal Report Viewer in components
I used your code to view report i got following error message.
Please help to solve
compile error
Method or Data... |
Forum: Visual Basic 4 / 5 / 6 Aug 28th, 2008 |
| Replies: 6 Views: 2,623 Hello
I wish to call crystal report in my VB6 Application.
For showing data report i used following code ;
Example
Date report name : datareport1
Code for showing report |