There is a software which is using BDE for its database activities.
The database is very awkwardly designed.
I have to build a few custom reports that will use the data generated by this software.
I have a need to skip a few records based on a few conditions.
Like for example if Field4 and Field5 = 0 then that record should not be printed but if Field1 > Field2 of the same record then only Field1 should be printed not other fields.
How can I achieve this Rave Report?
I have tried to achieve this with before print even in Rave Report but due to lack of proper documentation on this part I have not been able to make any headway. If someone can point me to where I can find enough documentation and a few example of how to program Before Print and After Print event I may be able to solve my problem.