I created an SQL comant and I need to generate the report at run-time.
I am using DataReport in VB6 and use the
report.DataSource = rsRep
command and I get an error (Compile Error: Method or Data Member nor found).
If I create a data member, it can not be done at run-time.
For example, the SQL select is a date dependent command.
The SQL command work fine inside the SQL command designer, but I need to get the info at run-time.
How can I generate a report at run-time???
Help B-)
I am using DataReport in VB6 and use the
report.DataSource = rsRep
command and I get an error (Compile Error: Method or Data Member nor found).
If I create a data member, it can not be done at run-time.
For example, the SQL select is a date dependent command.
The SQL command work fine inside the SQL command designer, but I need to get the info at run-time.
How can I generate a report at run-time???
Help B-)