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

Copy Markup charges while posting purchase invoice using X++

 Copy Markup charges while posting purchase invoice using X++ Class: Important: Code logic is just for Reference.  New class => Duplicate...