Explore GitLab
Discover projects, groups and snippets. Share your projects with others
-
Simpol Address Book Sample
-
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
-
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.
-
Superbase NG Bugs
-
Using the socket component of Superbase NG this sample creates a client to be used with the Server Sample program
-
The simple colour lab sample from the NG Quick Start Guide
-
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
-
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
-
Simpol form demo sample
-
A very basic hello world example
-
Demonstrates a basic HTTP GET request
-
Simpol Library Sample
-
A very simple GUI login sample
-
SIMPOL ODBC Example
-
This program demonstrates opening Excel, sending values to it, having Excel calculate the result, then produce a chart in Excel, get Excel to copy the chart to the clipboard, and then retrieve the chart bitmap back into SIMPOL.
-
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
-
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.
-
Using the socket component of Superbase NG this sample creates a server to be used with the Client Sample program
-
This project implements a basic order-entry system. It is a more sophisticated example than any of the other samples that are provided with Superbase NG. It makes use of a number of advanced features, such as the extensive use of events.
-
Simpol Web Backend: Main web backend project