M
mahesh
hi,
i have created a button using runtime
function XDocument::OnLoad(eventObj)
{
var xx =new ActiveXObject("MSComctlLib.Button");
xx.Caption="Mahesh"
xx.Visible=True
xx.Left=600
xx.Top=600
xx.Width=600
}
but i am not able to Visible that Button in my Infopath
form at The time of Preview.
thanku,
mahesh
i have created a button using runtime
function XDocument::OnLoad(eventObj)
{
var xx =new ActiveXObject("MSComctlLib.Button");
xx.Caption="Mahesh"
xx.Visible=True
xx.Left=600
xx.Top=600
xx.Width=600
}
but i am not able to Visible that Button in my Infopath
form at The time of Preview.
thanku,
mahesh