forms.hlp
上传用户:blenddy
上传日期:2007-01-07
资源大小:6495k
文件大小:1k
源码类别:

数据库系统

开发平台:

Unix_Linux

  1. .pgaw:Help.f.t insert end "Forms" {title} "
  2.   Forms" {bold} " tab is used to inspect, create and design
  3. database stored forms that can be later executed.
  4.   Forms are actually Tcl/Tk code stored in the opened database in a special table called "pga_forms" 
  5. and they can be executed by selecting it and pressing the "Open" button.
  6.   The design module will allow you do define the graphical layout of the form and
  7. to bind Tcl/Tk code to different widgets. You will really need to know Tcl/Tk in
  8. order to be able to write PgAccess forms.
  9.   Due to internal limits of PostgreSQL that cannot store more than 8Kb per record
  10. and taking into account that pga_forms store one form per record it's possible that
  11. too complicated forms cannot be stored into the table. Too complicated code in
  12. forms could be stored in scripts instead thought scripts also are limited to the
  13. 8 Kb size.
  14.   See also " {} "form designing" {link form_design}