humpydumpy2000
IS-IT--Management
Hi all,
How can I make a control visible in a report if it is in
Page 1
else
it wont show at all.
Tried this code onload using this but the control shows in next page.
if(me.page = 1)then
me.ctrlName.visible = true
else
me.ctrlname.visible = false
end if
any thoughts?
thanks in advance
How can I make a control visible in a report if it is in
Page 1
else
it wont show at all.
Tried this code onload using this but the control shows in next page.
if(me.page = 1)then
me.ctrlName.visible = true
else
me.ctrlname.visible = false
end if
any thoughts?
thanks in advance