- appl1.py — It does the same as reports1.py, but implemented as an Application. more
- babel1.py — Let's take the designation of a Currency as example for BabelFields in a multilingual environment. more
- filters1.py — This example shows how to use the NotEmpty filter for a Detail column, which leads to a nested SELECT in the SQL code. more
- filters2.py — This example shows how to set a search filter and the depth=1 argument on a detail column. more
- forms1.py — A most simple form with two entry fields. more
- forms2.py — We add a third button that pops up another non-modal form. Buttons are now laid out horizontally. more
- forms3.py — A Form with a TableEditor (a wxPython Grid Control) on a Query from the demo database. more
- forms4.py — A data-entry form on a Query with some selected fields and a navigator to skip up and down between rows. more
- jobs1.py — This demo shows how to use Job to tell the user what's going on. The first example will run the job with the System Console as user interface. See also jobs2.py. more
- jobs2.py — This example uses the work() function from jobs1.py and runs it in a GUI.
- pizzeria1.py — This example does a simple query on the Pizzeria demo application. more
- pizzeria2.py — This example shows how to extend the basic pizzeria with an additional Services table. more
- pizzeria3.py — This example demonstrates a report with joined tables. more
- query1.py — This example illustrates how to query an Adamo database and use a report to see the result on the console. more
- query2.py — This example demonstrates that a Detail field in a Query returns another Query. more
- reports1.py — A simple report that prints out the content of a dictionary. more
- sprl1.py — This example uses a customized Report to print a list of all tables of sprl. more
- sprl2.py — This example shows a list of all tables of sprl, together with their fields and details. more
- textprinter1.py — This example shows how to use TextPrinter objects. more
- textprinter2.py — This script renders each sample input file using each available method. These sample input files give an overview of what TextPrinter can. more
Refering articles:
- release 0.6.3 is out (Releases 15.02.05) more