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 a COMBO Box instantly.
This example affects only 2 Columns of each Row and shows the use of various SQL Queries. If you need to affect more Table Columns in a DB Row at one go, then replace the Dialog with DialogEx. Please refer to an earlier example on how to use DialogEx for Data Entry. Of course, you need to create more Column Names for the SQL Table. I leave it to your ingenuity.
Please Login or Register to download this file.
If you download this example, please leave a comment.


Thanks for putting these examples together and this one in particular.
It’s helpful to see an example that is simple enough for a beginner to follow and a good basis for more complex operations as you gain experience.
Much appreciated!
Hi TJ,
Thank you for the comment.
Its good to know that the examples are useful. I hope to contribute more.