Sample Controls

Sample .NET controls have been included on the ACUCOBOL-GT samples directory (%PUBLIC%\Documents\Micro Focus\extend x.x.x\sample\dotnet). Refer to ReadMeSetup.txt in each sample directory for an overview of each control and setup instructions. The samples include:

The amortization control sample consists of an ACUCOBOL-GT program displaying edit boxes, an exit button, and a .NET amortization user control. AmortControl.dll fires an event when the control's Calculate button is clicked. The COBOL file AmortControl.acu receives the event, retrieves updated properties, and displays the results in edit controls. To view the contents of the AmortControl COPY file, the COBOL program, and the GUI screen, refer to the /AcuGT/sample directory.