|
-
May 25th, 2007, 03:25 AM
#1
Thread Starter
New Member
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
-
May 25th, 2007, 04:38 AM
#2
New Member
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.
-
May 25th, 2007, 08:37 AM
#3
Re: not showing database data
Welcome to the forums. 
What installation and setup package are you using to deploy your application?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|