Here’s our scenario.
There are two tables involved.
till_lines
trans_lines
When a user launches our solution, and creates a new invoice, our solution will prompt the user with a form to verify their till. The the till has till_lines and this table has a relationship to the trans_lines.
For whatever reason, IF a new till is set up, I cannot run a report based on the trans_lines table. I step through the report. It finds the records in the trans_lines table, but when I enter Print Preview, it’s blank.
I get no errors. Not in developer, not in server_log, not in anything.
If I quit my solution and go in again AND NOT start a till, I can then go and run a report based on the trans_lines table and the data comes up.
Any idea what is causing this? I suspect there’s an issue between the relation between the two tables … but without an error, I’m confused.
-Chico