Arg81
Well-known member
I've set my app up so that when I run a crystal report, I connect to the same DataSet that my data has loaded from into the form, and just pass over the parameter of the ID needed for the report.
If I fill the dataTables blah blah blah, the report will load fine.
When I create a new record from my "new record" Form, and press the report button, the report comes back blank.
Now, I assume this is because I haven't actually "filled" the data, however, surely after supplying the information and updating it to the dataTable to add a new record, this then exists (albeit by itself) in that dataTable.
Not sure why the report is blank. If I then use my search form to search for that record, I can load the report no problems.
Both forms use the same report, and EXACTLY the same code to open that report.
Any ideas?
If I fill the dataTables blah blah blah, the report will load fine.
When I create a new record from my "new record" Form, and press the report button, the report comes back blank.
Now, I assume this is because I haven't actually "filled" the data, however, surely after supplying the information and updating it to the dataTable to add a new record, this then exists (albeit by itself) in that dataTable.
Not sure why the report is blank. If I then use my search form to search for that record, I can load the report no problems.
Both forms use the same report, and EXACTLY the same code to open that report.
Any ideas?