- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
I just rejigged it a bit and it seems to work (in formcalc):
var Q1= xfa.host.messageBox("Do you print on stationary?","titel",2,2)
if (Q1==3) then
$.presence = "visible"
formulier1.pageSet.Pagina1.BasisItems.logo.BPRlogo.presence = "hidden"
else
$.presence = "hidden"
formulier1.pageSet.Pagina1.BasisItems.logo.BPRlogo.presence = "visible"
endif