I have a problem with a VB3 Application trying to print a report using the Crystal Reports component(version 2)
The code was in vb4, but has had to be coverted to vb3.
(Main change was changing declerations of dataset to dynaset)
Here is the bit of code I'm using, where rptName is the Crystal Reports component.
frm_PolInvest.rptName.Destination = 1
**frm_PolInvest.rptName.Action = 1 **
The data is held in an access database(either v1 or 1.1),and is giving me an "Unable to Connect:Incorrect Session Parameters" error at the line asterisked above.
Any help would be greatly appreciated as I've been banging my head off the wall for the last few days with this!
The code was in vb4, but has had to be coverted to vb3.
(Main change was changing declerations of dataset to dynaset)
Here is the bit of code I'm using, where rptName is the Crystal Reports component.
frm_PolInvest.rptName.Destination = 1
**frm_PolInvest.rptName.Action = 1 **
The data is held in an access database(either v1 or 1.1),and is giving me an "Unable to Connect:Incorrect Session Parameters" error at the line asterisked above.
Any help would be greatly appreciated as I've been banging my head off the wall for the last few days with this!