I have problem of scripts in PgAccess. Which is
as follows :
I developed a form say form1.
A startup script Scripts::open "form1 startup"
connects all entries in form1 with a namespace eval
DataControl(.form1.query1) { ... } in the same form using
.form1.entry$x configure -textva
I am developing an Information Management System. I am using
PgAccess(0.98.5) asfront end. The backend is PostgreSQL-6.5.2 and OS is Red
Hat Linux 6.1, onIntel P-II 350 MHz connected with LAN. I have installed
them using RPM ofLinux. I have learned some of the Tcl and Tk for
programming.