Hello,
I've been trying to conditionally hide an image in a report by using IIF statements in the Hidden property and the actual field the image is contained in. The problem is if i try to set a missing image value to TRUE in the hidden property or display "" if image is missing it still seems to display a red X. I can't seem to hide the X and display an empty space.
Any suggestions would be much obliged. Thanks.
Suds
0
Comments
Manish
1) Add a BLOB field named something like "Blank Picture for Hiding Red X" to a setup table. I put mine in "Sales & Receivables Setup".
2) Create a small all white image in Paint then import this into the BLOB field from step 1.
3) Add the following code to the OnAfterGetRecord trigger for the Item dataitem of your report.
Follow my blog at http://x-dynamics.blogspot.com