No Data Display in DataReport
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
Re: No Data Display in DataReport
assign the datasource property of the datareport to the record source....
Re: No Data Display in DataReport
Re: No Data Display in DataReport
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.