blob: 8478341413f58c3fa7f7f6f0a4a263494d1c7fc8 (
plain)
1
2
3
4
5
6
7
8
|
.pgaw:Help.f.t insert end \
"Tables" {title} \
"\n\n" {} \
" The following topics are available:\n" {} \
" creating a new table\n" {link new_table} \
" opening a table for viewing and editing\n" {link open_table} \
" adding new records to an existing table\n" {link add_records} \
" viewing and changing table structure\n" {link view_table_structure}
|