Support My Blog
Download Free Games

What’s New in AMS 8

Hi, If you want to use all the examples from AMS 5 to AMS 7.5 in your AMS 8 projects, please take note below. AMS 8 is using an updated version of LUA 5.1. One of the most important change is the TABLE ITERATION. This is the old code used in AMS 5 to AMS [...]

ListBox & DB Interactions

Hi, Been some time. Was busy setting-up a new office in Kuala Lumpur. In between activities, I spared some time in transforming our previous project. Move over Text Files, here comes SQLite database. The SQLite DB file is located in MyDocs (XP/P8/ME) or Documents (Vista) hosted in the folder named as MyResourceFolder. The folder and [...]

SQLite DB to Grid

Hi, SQLite DB is a good option if you plan to have a long list of data in your apps. Its quicker, its more efficient and works faster than text files or XML. When you combine SQLite with Grid, you’ve got yourself an app with tremendous potentials. The example I’ve added today, shows how to [...]

Lets Combine Various Examples

Hi, We have seen various examples on how to use Combo Boxes. So lets put together some of the examples into 1 APZ and make it into something more practical to use. In this example, we will ADD/DELETE/EDIT a SQLite DB Table through the use of the Good Old Dialog and reflect all changes in [...]

Fill Combo from SQLite DB

All of the previous examples use TABLES to populate items into Combo Boxes. This is an economical and quick method when dealing with items such as Dates, Names of Days, Names of Months, AM/PM, Gender, Number of Children, Race, Marital Status and other small list. For larger lists, we prefer to use SQLite DB. This [...]