Thursday, August 11, 2016

Increase or decrease dialog size

dlgCustAccount.heightMode(<Integer>);
 dlgCustAccount.widthMode(<Integer>);

dialog.formBuildDesign().height(<Integer>);
 dialog.formBuildDesign().width(<Integer>);

dlgCustAccount.displayHeight();
dlgCustAccount.displayWidth();

No comments:

Post a Comment

Search hierarchy for a match (TableALLGroup) X++

  Table1 ppt;  select firstonly ppt  order ItemCode, ItemRelation, AccountCode, AccountRelation where      (ppt.ItemCode == TableGroupAll::T...