In my application, I can choose a database and generate its report. But, I have a problem: after I close the report window (i use a CRViewer control, to view the report) and I choose another database, when I want to view the report of the second database (any database) I get this error, on the...
Hi!
I made an application to view some reports ( I used CRViewer and AddFieldObject). When I start the application, i choose a database and a table, then I can see the report. If I close the report window and I choose another database when i try to view the report I get this error...
In my VB application, using CrystalReports, I want to select the records that are displayed on report.
I used this:
Report.RecordSelectionFormula = "{MyTable.Age}=24"
but I have this error: "This field name is not known", but I am sure that the table and field names are...
When I use :
Report.SQLQueryString = "Select * from MyTable"
it is not working
If I stop the program on tis line, end I run it step by step, after executing this line, SQLQueryString = "". Nothing happend. Why?
What should I do?
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.