![]() |
|
| vb / asp.net Interview / Technical Questions Kindly solve an many as questions you can. It will sharpen your skills and those solutions will help others too. |
![]() |
| LinkBack | Thread Tools | Display Modes |
| | #1 (permalink) |
| Junior Member Join Date: Aug 2008 Age: 29
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 2 | VB 6 help 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 Load datareport1 Datreport1.show I have crystal report named "studentregister". please explain me how can show the crystal report in my vb6 application ? A.Senthil kumar |
| | |
| | #2 (permalink) |
| Junior Member Join Date: Jan 2009 Age: 24
Posts: 7
Thanks: 0
Thanked 2 Times in 2 Posts
Rep Power: 1 | Hello, for crystal report... first you have to put crystaviewer control on page with pressing ctrl + T. give name it like crv1 (Crystal Viewer Control). now the code is in button event like.... crv1.ReportFileName = App.Path & "\Report\reportname.rpt" crv1.Action = 1 that's it.. ![]() |
| | |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| VB - What is interface in vb | preethisingh | vb / asp.net Interview / Technical Questions | 0 | 24-01-07 01:26 PM |
| Position Vacant VB Programmer | sridhar | Experienced Jobs | 0 | 12-11-06 12:05 PM |
| Jr Software Developer ( C++, vb) | sridhar | Fresher Jobs | 0 | 09-10-06 08:46 AM |
| VB with COM Software Developers Required for a TOP MNC @ HYD | sridhar | Experienced Jobs | 0 | 04-10-06 08:13 PM |
| JAVA & VB PROGRAMMER (06 MONTHS TO 1 YEAR) | sridhar | Fresher Jobs | 11 | 03-09-06 08:36 AM |
| More Interview Questions Here... |