Learning Genero

Write, compile, and run a graphical application that creates, modifies, and reports on data stored in a database.

See also our Youtube channel

11. Arrays

Define an array, load it with data and display it to a form.

Slides

Use DISPLAY ARRAY to display arrays to a form and allow the user to browse through the rows.

Use INPUT ARRAY to allow the user to modify data on the form.

Slides

Slides

Get an overview of the drag and drop feature (v. 2.30) and learn what you need to implement it.

Slides

See how to implement the drag and drop feature in a simple list.

Sample code

Implement drag and drop between lists allowing the user to select one or many rows to drag and drop.

Sample code

Implement drag and drop between two lists allowing the user to drag an object from one list and drop it into another list.

Sample code