The following are my findings on sub-report problems during the past 3 weeks
The crystal report by default will abstract the db name from the DSN and put it as name your reference.
i.e. If you refer to a table MyTable of Mydb, the object reference will be Mydb.dbo.MyTable. Under this...
I already define a querydef called ABCDelete in MS Access mdb which have the following definition.
PARAMETERS [param1] date, [param2] text;
DELETE FROM ......
How can I execute and supply the parameters by means of DAO in VB or VBA?
The following cause runtime error at the CreateQueryDef
- too...
Environment
==========
I have a CRW6 report with 2 sub-report that retrieves data from SQL server. The report is running as a .rpt file and is triggered by a Visual Basic exe.
Symptom
=======
The report produces error stating that dbname.table.field not found when the sub-report is present...
I have a rpt of CRW 6.0 which contain a sub-report. I invoke the rpt file thru a VB executable with connect property of the OCX set to the proper database. It is because the report is intended to run under different db, a testing db, a UAT db, a production db.
I have downloaded a utility in...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.