Hello Everyone!
I would like to dynamically create a few checkBoxes and insert them into a form.
FormCheckBoxControl cBox[];
//returns error "illegal basetype in array cBox
for(i=0;i<=10;i++)
{
cBox[i]. //there is nothing after dot :(
}
Is there any way to add array of elements to form with different names like in C#?
My final goal is form with possibility to choose BOM names, returning table with items they contain to compare. I just couldn't do it by report.
*This post is locked for comments
I have the same question (0)