In a page a field can be made invisible by using the property Visible.
In our solution we do this with a BLOB field.
When using the value FALSE directly with the property Visible the picture is not shown on the page.
When using a boolean variable (IncludeInDataset = Yes) and setting this variable to FALSE the picture bis not shown on the page.
Unfortunately the text "Right-click the image for options" stays on the page.
How can I get rid of this text in the situation above?
Is it possible to get rid of the text when the picture is shown?
Thanks in advance.
0
Answers
I think the "right click image" is a standard of the control showing the blob. In this case only MSFT can fix this.
You might find a workaround tho
|To-Increase|
When making the field invisble by using the field property Visible the line must disappear too.
It seems a bug to me.