Quote:
| Originally Posted by shousha i have a crystal report that prints school report cards. i need to add a flag on this condition where if the student didnt pay his tuition the report card wouldnt print and an error message will pop out instead... |
Not knowing what fields you are pulling in your report, you can get a error message to show up by using a formula field and suppressing the data when the formula field is true.
I would imagine that you should have a field that tells if tution has been paid and then you could base your formula off of that field.
Hope this points you in the right direction.