|
FullRecord is a set of templates that are installed in your Clarion development environment with the aid of an installation program. Run the installation program and accept the defaults offered by it. The installation program offers you the option to register the FullRecord template in Clarion, but if you choose not to make use of this functionality, you have to start Clarion and manually register the FullRecord2_e.TPL template (for ABC) and FullRecordLgcy2_e.TPL (for Legacy). You will find these template files in the 3rdparty\template folder inside your Clarion's folder.
All our examples applications are installed in the 3rdparty\examples\FullRecord2 folder.
List of Example Applications All the examples listed work with Clarion 6.x or Clarion 7.x.
Notes on the examples: RSA6.APP This example use the NeatMessage template to record the messages to messages database and check for the "don't ask again" feature.
FRFBA6.APP This example uses Firebird files (via ODBC) and is based on ABC. This example app was created with Clarion 6.3, and it should work with any previous version of Clarion 6. You need Firebird installed on your computer to run this example. See the ABC - FullRecord (Without NeatMessage) chapter for more details. This example shows the recovering of records using ODBC and SQL syntax.
FR6SQL.APP This example uses MS-SQL files (via the Clarion MS-SQL driver) and is based on ABC. This example app was created with Clarion 6.3, and it should work with any previous version of Clarion 6. You need MS-SQL Server installed on your computer (any version) to run this example. See the ABC - FullRecord (Without NeatMessage) chapter for more details. This example shows the use of server-side autonumbering of the Audit file.
FR6LSQL.APP This example is the same as the example above except for the fact that it is based on the Legacy (Clarion) template chain.
FRAIM6.APP This example uses Clarion’s IMDD files and is based on ABC. This example was created with Clarion 6.3, and it should work with any previous version of Clarion 6. You need the IMDD driver installed on your computer to run this example.
|