Versions Compared

Key

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

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

...

Important Observations

  • List components such as combo box and list view are defined visually by creating the list and adding the fields (columns) to the list using drag and drop. Lists have many properties which are used to control the sorting and display of the list.
  • The SELECT command is used to create a loop structure to read and process multiple records from a table based on specified selection criteria. The SELECT command can be used with the physical table and its indexes.
  • You will usually need to clear the list (CLR_LIST) before populating it. ADD_ENTRY adds an entry to a list component. It creates a new row, with the current values for all fields which make up the list's columns.
  • There are many events and properties for list components. This exercise provides a simple introduction to using list components.
  • List columns can be can be configured to support sorting at runtime
  • You can change the appearance of your application using Visual Styles and Themes.
  • A method routine defines a routine with input and output parameters which may be invoked from within this component. If it is defined as Access(*public) it can be invoked by another component.

...

  • How to define a list component and its columns
  • How to fill a list
  • How to use events such as ItemGotSelection
  • How data is mapped into and out of list column source fields.
  • How to use the RDML commands
  • CLR_LIST
  • ADD_ENTRY
  • SELECT / ENDSELECT
  • MTHROUTINE

...