D
Dwight
I am trying to change the .visible property of a page
(tab) on a tab control based on set variable, but nothing
seems to work.
example:
If cbStatus = 2 then
Page:Active.visible = true
Else
Page:Active.visible = false
End if
Does anyone know how to do this.
Thanks in advance!
Dwight
(tab) on a tab control based on set variable, but nothing
seems to work.
example:
If cbStatus = 2 then
Page:Active.visible = true
Else
Page:Active.visible = false
End if
Does anyone know how to do this.
Thanks in advance!
Dwight