Missing functionality be Xdobry

I also want to name the possible tarps and pitfalls with the use of the the program.

If you have similar problem or if you have consider to other functional ways, let me about it know. How the next version will look, depends on you.

Program Options

You can specify some options by starting FormServer.

FormServer -- [-help] [-debug] [-viewonly] [-ignorexmlpar | -noconnectdialog | -connect connectpar | -loadmacros macrofile | -openform formname | xmlfile]

-debug

Activate some menus for debugging: SQL-Monitor, XOtcl class-browser, Tk-Window Browser, interactive mods

-viewonly

The database contens can be only viewed. No delete, modify or insert operation are allowed.

-ignorexmlpar

Ignore all parameters codded in XML file.

-noconnectdialog

Do not show database connect dialog. All parameters for database connection should be specified in XML file or by -connect option.

-loadmacros

load a Tcl-script after initializations.

-connect

Specify database connect parameter. The parameters are codded as TclX keyed list.

-connect "{interface mysql} {user root} {dbank test} {password geheim} {socket /var/lib/mysql/mysql.sock}"

-openform

Open a form after initialising.

Warning

All option must be tipped after --.

Example usage.
./FormServer -- -debug -viewonly
 -connect "{interface mysql} {dbank uni} 
           {user root} {socket /var/lib/mysql/mysql.sock}" 
 -noconnectdialog -openform Student uni.xmlforms