Hello
I have some images which are signatures( at least 5) and I would like to suppress them if some conditions are meet. For example I have some variables set like this below
StringVar vName1;
StringVar vName2;
StringVar vName3;;
StringVar vTitle1;
StringVar vTitle2;
StringVar vTitle3;
StringVar vCompany1;
StringVar vCompany2;
StringVar vCompany3;
and I would like to suppress the image( signature1) if vName1='ABC' and vCompany1='XYZ' else dont suppress it leave it TRUE so the image will display and so on .. , really based on the name , title and company I would like show the signature I want. any suggestion would be appreciated.
Thank you
alpha