Open Glade and set the project options.  Create a new window
and name it frm_tabular, for the type of view this window
will show.  Set it's Title property to "Top Commission Earners" as
in Figure 11.2.

Place a vertical packing box in the main portion of the form,
and give it 2 rows.  Place a clist widget in the top row,
and a hbox widget in the lower, setting the number of columns
to 2.  In the leftmost cell, place a statusbar widget, and
in the righmost place a progress bar widget.  Leave all
the defaults for these widgets, except for the hbox
widget, set the Expand and Fill properties to "No".

As for signals, set the "show" and "delete-event" signals
to have callbacks, and set frm_tabular's Default Width to 280 and
Height to 500.

Make frm_tabular global in scope, and add it as a global
to callbacks.c also.

The com_user user in the User table (in the mysql system
database) must have the Create_priv and Delete_priv columns
set to "Y" for this application to run.  Remember to limit
it to only those rows where the machine listed will be 
running the application.


