It looks like you're new here. Sign in or register to get started.
public void init() { FormFunctionButtonControl formFunctionButtonControl; ; formFunctionButtonControl = this.form().addControl(FormControlType::MenuFunctionButton, "Report"); formFunctionButtonControl.menuItemType(MenuItemType::Output); formFunctionButtonControl.menuItemName(MenuItemoutputStr(Cust)); super(); }
Comments
this may helpful for u.....
place this code in form init() in a new form
sunil....
But i have already done it in the report.
ReportTextControl _text;
;
while(counter<i)
{
_text = element.design().sectionName('ProgrammableSection').addTextControl(months[counter]);
}