Sample Controls

Sample .NET controls have been included on the ACUCOBOL-GT distribution media in the /AcuGT/sample directory. 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.