Dear friends,
1.Can anyone help me how to use the files (.rpt) of crystal reports in VB 6 for reports.
2. How to pass variables from form to .rpt
Kindly help me.
Thanks in advance.
mahadevank_2000
Printable View
Dear friends,
1.Can anyone help me how to use the files (.rpt) of crystal reports in VB 6 for reports.
2. How to pass variables from form to .rpt
Kindly help me.
Thanks in advance.
mahadevank_2000
u wanted to call crystal reports from VB is that all??
if so place the Crystal report control on ur form ... name it 'CrystalReport1' ...set the report file name property for that control ... if u wanted to send any values to the report.. use Report selection formule property for the control..
Hope this help...
Regards
ksm