Programming Techniques: Overview
This chapter provides concrete, "real world" examples of OpenInsight programming, based on actual problems that need to be solved to get applications up and running. Frequently it's not enough to know the syntax of a particular command or function. What's necessary is to gain insights into how to solve particular problems. The purpose of the sections that follow is to help you to gain added facility in OpenInsight through problem solving. Where needed, actual coding examples are shown. Simply copy them from the text and paste them into your OpenInsight application.
Finding Users Logged In To OpenInsight
Application Maintenance Considerations
Database Template (.DBT) Files
Database Template (.DBT) Files
How an OpenInsight Database is Loaded into Memory
Structure of SYSTABLES and SYSVOLUMES
Operations that Affect SYSTABLES and SYSVOLUMES
Removing Indexes Manually
Updating A Deployed Application
Updating A Deployed Application
Identifying Changes to be Deployed
Creating a Deployment Definition for the Upgrade
Capturing Mouse Events in a Form
"Collector Windows" in OpenInsight
Passing Data from a Window to a Dialog Box
Processing the Received Data in the Dialog Box