Carry out the following steps in order to complete this recipe:
- In the AOT, create a new class called CustGroupDynamicForm with the following code snippet.
- We will run this class directly to get output. So, just for ease, we will write all code in the main method of this class:
class CustGroupDynamicForm { public static void main(Args _args) { // Object declarations DictTable dictTable; Form form; FormBuildDesign design; FormBuildDataSource ds; FormBuildActionPaneControl actionPane; FormBuildActionPaneTabControl actionPaneTab; FormBuildButtonGroupControl btngrp1; FormBuildButtonGroupControl btngrp2; FormBuildCommandButtonControl cmdNew; FormBuildCommandButtonControl cmdDel; FormBuildMenuButtonControl mbPosting; FormBuildFunctionButtonControl ...