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>
Anatomy of a Genero Program
See how the parts that make up a Genero program fit together.
Writing your first Genero program
This video shows you how to write a simple Genero program.
Working with functions
Learn how to create and use functions in your Genero programs.
More about functions
Continue to learn how to use functions in Genero.
Working with variables
Define and use variables.
Scope of variables
Identify the scope of variables (local, modular, and global) by how they are defined in the program.
Genero supported data types
Review the data types Genero supports.
Slides
Creating a user type for a record
Create and use a user type for a record.
Conditional logic
Use conditional logic statements like IF, CASE, WHILE, and FOR.