The following videos will help you get started with Omnis Studio or accelerate your learning, whether you are a complete beginner or an experienced developer. The videos are available in English, German and Spanish (click the Language link to change).
01. Omnis Installation
Shows where you can download Omnis Studio (www.omnis.net), and how you can install the dev kit.
02. Omnis SQL Browser
Shows how you can connect to a SQL database using the browser built into Omnis Studio. You can connect to Oracle, Sybase, DB2, MySQL, and PostgreSQL, as well as many JDBC and ODBC compliant databases.
https://www.youtube.com/embed/bcfHYDm_QGM
Language: Deutsche | Español
03. Omnis Debugging
Shows how you can monitor and step through your Omnis code while your app is running live in a web browser – you can set breakpoints, inspect variable values, and set Go-points. The debugger is built right into the main Omnis code window, the Method Editor.
04. Omnis Coding
Shows how you can use the Omnis Method Editor to change the behavior of your remote form, by adding a search box and changing a method using Omnis code and the debugger.
05. Omnis Table Classes
Shows how you can use Omnis table classes to separate the business logic from the UI in your JavaScript remote form.