@@ -24,7 +24,7 @@ PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
24
24
25
25
26
26
27
- PGACCESS 0.61 ,14 October 1997
27
+ PGACCESS 0.76 ,12 January 1998
28
28
================================
29
29
I dedicate this program to my little 4 year daughter Ana-Maria and my wife
30
30
for their understanding. I hope they will forgive me for spending so many
@@ -104,7 +104,7 @@ Queries
104
104
- execution of queries
105
105
- vieweing of select type queries result
106
106
- running action queries (insert, update, delete)
107
- -query lizzard ( visual query builder) with drag & drop support
107
+ - visual query builder with drag & drop support, table aliasing
108
108
109
109
Sequences
110
110
- define
@@ -119,14 +119,23 @@ Views
119
119
Functions
120
120
- define , inspect , delete
121
121
122
+ Reports
123
+ - simple reports from a table (beta stage)
124
+ - change font,size and style of fields and labels
125
+ - load and save reports from the database
126
+ - table previews, sample postscript print
122
127
128
+ Forms
129
+ - open user defined forms, form design module not yet available
130
+
131
+ Scripts
132
+ - define, modify and call user defined scripts
123
133
124
134
5.What it should do in the future ?
125
135
126
136
- table design (add new fields, renaming, etc)
127
137
- sequence and function renaming
128
- - script execution (simple SQL commands)
129
- - a simple report generator and viewer
138
+ - more powerfull report generator and viewer
130
139
- help on line
131
140
132
141