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 example shows how to populate Combo from DB on program start-up and how to populate a second Combo from DB upon selection. When an itemĀ in the second Combo is selected, data is pulled from DB and set into the Paragraph.
Please note that, when SQL files are located in AMS Docs Folder, it cannot be modified after compiling. To enable modifications, SQL File must be located on the writable space of user’s PC.
Please Login or Register to download this file.
Please leave a comment when you download files from here.

