
I have included two peg board style games
that I developed using Oracle Forms 4.5.

They are the Puzzler, and Puzzler Plus.

The games are not developed in this book,
but are provided in the \DEV2000\FORMS directory
and can be started by clicking on the Puzzler, or
Puzzler+ icons in the Oracle Developer/2000 program group.

These games do not require a database connection.

The object of each of these games is to remove all the pegs
from the board except for one. Pegs are removed by jumping
them. See the help menu, and give them a try.


If you run the games and:

The icons do not appear on the buttons, change the \windows\oracle.ini
file as described in the Application Deployment section of chapter 15.

Some of the paths in the \windows\oracle.ini file need to be modified after
the database and tools have been installed, so that the CMIS application
will find all of the files it needs.

The changes are as follows:

Under the [FORMS45] group, append to the following paths:
(where <DRIVE> is C or D or whatever drive they installed to)

Append ;<DRIVE>:\DEV2000\LIBS to ORAPLSQLLOADPATH

Append ;<DRIVE>:\DEV2000\GRAPHICS to GRAPHICS25_PATH

Append ;<DRIVE>:\DEV2000\FORMS
and    ;<DRIVE>:\DEV2000\MENUS
and    ;<DRIVE>:\DEV2000\LIBS
and    ;<DRIVE>:\DEV2000\BITMAPS to FORMS45_PATH

Append ;<DRIVE>:\DEV2000\ICONS to TK21_ICON

Under the [REPORT25] group, append to the following path:
Append ;<DRIVE>:\DEV2000\REPORTS to REPORTS25_PATH



Thanks Paul