I using VB6 & CR10
I store the date in AccessDB as a long integer (Ex: 20060615).
In my test report built within CR10 I have no problem using the appropriate selection:
{transactions.TRANS_DATE} >= 20060600 and
{transactions.TRANS_DATE} < 20060700
I then launch the report with:
frm_CryReport.sReport = "\Deliveries by Product Abbrev.rpt"
frm_CryReport.Show
In VB6 I have no problems building the query to select the records in Access and displaying in a grid.
My problem is I have no bloody clue what is required to create the necessary setup and pass the parm from VB6 to CR10 then launch the report.
Can someone please enlighten me and reduce my ignorance?
I store the date in AccessDB as a long integer (Ex: 20060615).
In my test report built within CR10 I have no problem using the appropriate selection:
{transactions.TRANS_DATE} >= 20060600 and
{transactions.TRANS_DATE} < 20060700
I then launch the report with:
frm_CryReport.sReport = "\Deliveries by Product Abbrev.rpt"
frm_CryReport.Show
In VB6 I have no problems building the query to select the records in Access and displaying in a grid.
My problem is I have no bloody clue what is required to create the necessary setup and pass the parm from VB6 to CR10 then launch the report.
Can someone please enlighten me and reduce my ignorance?