Explore projects
-
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 -
Centipede-like game program-controlled with the cursor keys. This was designed to teach object-oriented programming in SIMPOL.
Updated -
-
-
-
-
-
-
Using the socket component of Superbase NG this sample creates a client to be used with the Server Sample program
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 -
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 evaluates the URL passed, extracts the domain root, makes a TCP/IP socket connection to the webserver at the domain root address and if a successful connection occurs, requests the page that is referenced in the URL passed by the caller.
Updated -
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.
Updated