Hi,
After many search on this forum, i don't find what i'm looking for. I want to be able to change the "Visible" properties on a picture that i put in my report. I want to to this by the code.
IF A = TRUE THEN PICTURE VISIBLE
IF A = FALSE THEN PICTURE INVISIBLE
Someone can tell me how to do that
Thanks !!
0
Comments
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
http://www.BiloBeauty.com
http://www.autismspeaks.org
Is it possible to do that with an Image object or a Picture Box ???
It's a simple process. If your "condition to show picture" = true then
calcfields("your picture") else Not! then it will either show or not show.
that's what you said you were looking for:
if A := ture then calcfields("your picture");
We have also used it to import dynamicly a diff pic per record on a report, example below
http://www.BiloBeauty.com
http://www.autismspeaks.org