-----RunBasic Samples

System

 

Video

 

Demo

 

Applications

 

Concept

RunBasic program Samples.
Some can be used in E-Business.
Some are just for having fun
.

RunBasic is a web based application development system.
RunBasic makes it easy for quick development.
Yet it provides a powerful syntax to do complex jobs.

Download Programs Here
Note: These systems were developed using RunBasic Beta. If you are using the first release of Run Basic you will need to comment out all statements that set the text sizes. This can be done by searching for all fields that contain 'setid("len'. Then commen it out as in '#aaa setid("len30")

System

Docs

Description

Updated

Run Basic Code Generator

Automatically generate programs from your Database. The program lits you list, search, sort, and maintain the database. Until Run Basic gets a Dynamic variable this is the easiest way to create your code. July 7 2008 Beta
July 17 - bug fixes, Handle non-field Contril.

Mortgage
Amortization

A very simple mortgage amortization.
Enter amount, Years, and Payment cycle.
Feb 23 2008

Avionics

This is a test of Real Time Airplane Avionics and Instrument. On Hold

Barcode

Bar Code (3 of 9) Feb 17 2008

gloBLog

A basic but powerful blog system. Complete control over Forums and Topics.
Modeled after
ProBoards the same Blog used for Run Basic. It duplicates all the features +.
Demo test
here.
Aug 1 2008
BETA

Calendar

A web based Calendar. Allow users to maintain calendar schedules. Schedue and avoid conflict of assets such as Conference rooms, or machines. March 10 2008

Mini Calendar

A web based mini calendar. Used mainly as a pop up when you need a calendar reference for user input.
Has navigation for year and month.
May 27 2008

Calculator

A simple calculator.
Although not suited for the web it does show some interesting functionality.
May 15 2008

Family Tree

This is a very simple Family Tree system.
Maintain and publish your family tree to the web. Has many features including searches, back and forward traces, statistics and more.
May 8 2008

Person FIle
Guest Book

This is a simple person file manager that can be used as a guest book. If used as a guest book, it allows the guest to sign in later and update or delete their information. It allows searches on multiple fields using wild cards. You can sort in various ways. May 24 2008

Multiple Linear Regression

This program finds the coefficients of a multiple variable linear equation. Use any number of variables and 1 Dependent variable Apr 16 2008

Photo Album

Simple Web based Photo Album system.
Maintain albums that contain photos, movies, and music
Apr 24 2008
Updated May 8 2008

Slide Show

This presents photos to the user. They can display them one at a time or automatically. May 3 2008

Social Security Early Retirement

Should you take Social Security Early. This calculates at what age you break even if you take early retirement Feb 19 2008

SQLite Database Management System

This is a simple SQLite database management system.
Load existing databases
Create new databases
Delete databases
Add, Change, Delete, and Alter tables and fields
Add and Delete indices
Browse tables
Write SQL commands against tables.
Generate RunBasic programs from Queries
Export database and/or data
+Jun 23 2008
V1.1 Beta
+Added RB code generation
+July 8 Many Fixes Added CSV Load
+July 14 More Bugs
July 16 Can now Add change and delete form the DB