home *** CD-ROM | disk | FTP | other *** search
-
- (C) 1991 Vision Software, All Rights Reserved.
-
-
- Address any correspondance to:
-
- Vision Software
- 3408 Lansdown Drive
- Burlington, Ontario, Canada
- L7M-1V1
-
- In addition, I may be reach through the following electronic
- networks:
-
- GEnie: P.CALVIN
- UseNet: phil.calvin@rose.uucp
-
-
- This file describes changes between version 1.00 and version 1.20 of the
- Applications Development Library from Vision Software. This is a maintanance
- release, as such many changes will not be visible to the programmer.
-
- INTERFACE
-
- VSCROLL
- -Constructor arguments for sz,cch now default to Nil. In order to
- display, the currently active index is used.
-
- BATCH
- -May now be created with a database that is already open (such as a
- global database) This file (+indexes) will remain open after the
- batch is destroyed
-
- -May specify a function to call before a new record is created. This may
- be used to provide values for non-edit fields.
-
- -Read() is now re-declared within batch. Should not effect the user, just
- needed in order to provide some initialization that may not be done by
- the constructor
-
- -Index fields may now have default values for the field. (Like a normal field)
-
- DBASE
- -Sz/CchIndex now take an optional parameter to specify which index file to use.
- The default is to use the currently active index field.
-
- -FMark/FGotoMark may be used to save/recall a position within a database.
- Currently, only ONE mark is supported.
-
- REPORT
- -Title() may be called any number of times in order to place title fields
- for each page on the report.
-
- ENVIRONMENT
-
- WINDOWS.H has been renamed to ADL.H. This was done in order to eliminate the
- conflict between the MS Windows headerfile and our header file.
-
- ADL100x.LIB has been renamed to ADL_x.LIB. The 100 specified version 1.00,
- naming should now be consistent across versions.
-