Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

[ Image Removed |../../index.htm#lansa/frmeng01_0150.htm]
You are here:

...

1.  In the Design view, click anywhere on the form and select the Methods tab on the Details tab.

Image Added
Image Removed 

     Note     Note that your form has a CloseForm method.

2.  Your form iiiHelloWorld, inherits events, properties, and methods from its Ancestor PRIM_FORM. In the Source tab, note the Begin_Com statement has Role(*EXTEND #PRIM_FORM)
Image Removed

Image Added

3.  In the Design view, drag a push button into Row 1, Column 2.

     a.  On the Layout ribbon, change Alignment to Top Left and Flow to Down.

     b.  Change margin Top to 20.  

4.  Set up the push button's properties:

     a.  Change the Push Button Name to CLOSE

     b.  Change its Caption to Close

     c.  Create a CLOSE. Click event.

     d.  Add the following code to this CLOSE. Click event:

     #com_owner.CloseForm

...

  

     The      The generic name COM_OWNER can be used to refer to the current component.

     Your form should look like the following:

Image Added
Image Removed 

       Note      Note: See the Developer Guide for more information on com_owner, com_self, and com_ancestor.

5.  Compile and test your form. Click on the Close button to close it.
[ Image Removed |../../index.htm#lansa/frmeng01_0150.htm]