PDA

Click to See Complete Forum and Search --> : No Data Display in DataReport


simon ong
May 6th, 2007, 09:09 PM
Hi:
I'm using Data, DataEnviroment and Datareport to create a simple reporting application.
I use Data for filling all data and then using DataReport to Display and Print Report through
DataEnviroment.

I had this Problem, Report Show Nothing. But if I Load DataEnviroment and Delay for a second
using a Timer then display Report, I had the Result. Which I think is not an appropriate
way. Can Some one tell me why?

Thanks

binilmb
May 7th, 2007, 04:12 AM
assign the datasource property of the datareport to the record source....

Hack
May 7th, 2007, 06:04 AM
Moved to Reporting

bayuohbayu
May 9th, 2007, 09:38 PM
Hello,

I was a beginner. Anyway, I try to create 1 Data Report using VB6. Can you help me explain how to put in the data called from my database (.mdb) and how to assign the datasource because in my application, I called the database by directly hardcode the path from my application.

Or maybe you have a simple sample that I can refer to.

Thank you.