Hi Mollar The type is FormDesign. A form object comes from the FormRun class under the system documentation node. If you expand the FormRun node you will see design. You can then double click the design to see the type returned by the method.Varden Morris Senior Developer WellPoint Sys
Hi All,
Iam using this code to loop the controls on a form.
int i;
for (i=1;i<= element.design().controlCount();i++)
{
info(strfmt('%1',
element.design().controlNum(i).name()));
element.design().controlNum(i).visible(false);
}
and I thought to use a recursive function to loop all
2 matches
Mail list logo