Explore projects
-
-
Generate encrypted passwords using the new libcrypto
Updated -
This program demonstrates the code needed to create a database and table, add records to the table and commit them. In the next two parts, it opens the database, opens the table, selects a record, makes changes to it, and saves it.
Updated -
-
-
-
-
-
-
Second of a three-part tutorial concerning making a program which uses the IO functionalities of SIMPOL creates a GUI program that will allow us to find the file we which to use and then execute the program we previously created.
Updated -
SIMPOL uses the Superbase Peer-to-Peer Client/Server protocol to allow multiple users to connect to a database. This program demonstrates how to connect to a local PPCS server and read some records from it
Updated -
This program is a continuation of the Fundamentals File I/O tutorial, it uses string and time manipulation. We are going to create a program which takes a file as an input, extracts the times from each line and outputs total time
Updated -
This program shows how to read a file into SIMPOL as well as output to a file using SIMPOL. This is part of a series of tutorials which builds up to a program which will read a file, manipulate its contents and then reformats this information
Updated -
The simple colour lab sample from the NG Quick Start Guide
Updated -
-
-
This project will search through the CUSTOMER database that comes with your SIMPOL installation to display information about the record you select using the drilldown library
Updated -
This program creates a form hosting a grid control. It then sets various options in the grid, including row and column labels, label font, cell font, specific cell font, column width, etc.
Updated -
Time is a fickle mistress, the same is true in Superbase NG. This covers the basics of time in SIMPOL in this tutorial, we want to be able to get the current time, an arbitrary time from a string and be able to print these off nicely
Updated -