Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Pass Date Parm from VB6

Status
Not open for further replies.

themaj

Technical User
Apr 10, 2006
37
US
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?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top