not showing database data
there is a problem while using crystal report in vb setup. The data which is inserted through the front hand (VB form) is not showing in Crystal Report during running project through the setup and the same data is displaying in using controls i.e. MSflex Grid like Name list. But the data which is entered before making project setup is showing perfecty at both places in control (MS FlexGrid and Crystal Report). Please help me . I m using VB 6.0 and crystal report 8. Thanking you
Re: not showing database data
What I have noticed is that if you are getting data via SQL code from the form, then that code needs to be the same as the SQL code in the report.
Also, if you are creating temporary tables on the fly, then the order of that table you have created in the form needs to be the same order as the one you used to setup the report, and the SQL statement still needs to be the same again.
Re: not showing database data
Welcome to the forums. :wave:
What installation and setup package are you using to deploy your application?