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

2. Starting to Code

Set up the Genero Desktop Client to run Genero programs.

<a href=”/training/videos/learning-genero/18-genero-desktop-client-gdc/#toggle-id-1″>Watch video here</a>

See how the parts that make up a Genero program fit together.

Slides

This video shows you how to write a simple Genero program.

Learn how to create and use functions in your Genero programs.

Continue to learn how to use functions in Genero.

Define and use variables.

Identify the scope of variables (local, modular, and global) by how they are defined in the program.

Review the data types Genero supports.
Slides

Create and use a user type for a record.

Use conditional logic statements like IF, CASE, WHILE, and FOR.

Slides