if(XXXX.rawValue = "EN")
{
form1.Page.Subform.Text1.para.hAlign = "left";
}
Else
{
form1.Page.Subform.Text1.para.hAlign = "right";
}
I tried when Text1 was the parameter which defines printing direction and it is not working. Is Text1 the only parameter to be be transmitted to the code ? What about form1 ,Page,Subform.para ? should they get the relevant names in my form ?
Thank you
Add comment