Hi,
I'd like to be able to make an Oval control visible/invisible
programatically.
For instance I loop throught all my controls (MyEditfields) and if one
of them (let's say ef_Name) has its property "Compulsory" as boolean set
to "True" but is empty, then I want to access the Oval ov_Name and set
its property "Visible" to "true".
Something in the flavour of :
dim s as string
if ef_Name.iscompulsory = true and ef_Name.text = "" then
s = "Name"
dim a as New Oval
a.name = s
a.visible = true
end if
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>