Versions Compared

Key

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

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

...

This module is a series of exercises that introduce the fundamental skills required to begin programming Windows Desktop applications. This module uses LANSA's low code programming language, RDML, and the Visual LANSA Editor for graphical form-based development.

If web programming is your main interest, see Web Application Development with Visual LANSA.

The following exercises are included:

...

FRM110 - Check Out / In to IBM i


Before you begin

If you are familiar with coding LANSA's functions, you need to understand there is a fundamental difference between forms and functions in the programming paradigm.

  • Functions are procedural programs that execute in a "top to bottom" fashion.
  • Forms use an event-driven paradigm based on graphical user interfaces. The form waits for a specific event to occur and then executes the event. Once the event has completed, control is passed back to the interface. Hence, the location of the event routines in a form's code is not important to the execution of the program.

 
[ Image Removed |../../index.htm#lansa/frmeng01_0010.htm]