i have made some reports in my application but when ever i change or add some data the change is not reflected in the report when opened from vb plz help :confused:
Printable View
i have made some reports in my application but when ever i change or add some data the change is not reflected in the report when opened from vb plz help :confused:
What reporting program are you using? Crystal Reports, Access, VB6 Report Designer, etc.
How are you changing the data? Is the report bound to a DB table?Quote:
Originally Posted by mann0
well i am using crystal reports 8
i am changing data through input forms in vb and the reports i am generating are stock report re order report etc in which the data is retrived from the DB tables
:confused:
Are your requerying your recordset that is the .DataSource for your report?
Did you uncheck the "Save data with report" option in CR?
well i dont know about re quering but i didnt unchecked the "save data with report" optionQuote:
Originally Posted by RobDog888
plz tell me about this requering as i am new to all this VB and reports etc
thanx for ur reply
I have a small example in my signature of using vb w/ cr.
How are you connecting to your database? In the report only or are you also connecting in vb?
well my problem about refreshing the report has been solved.
i am connecting to my database with both reports and in vb