ABC - FullRecord (Without NeatMessage) |
Top Previous Next |
Topspeed (ISAM): In your Clarion installation, search in the 3rdParty\Examples\FullRecord2 folder and look for the FRA6.app for ABC. In case you are asked for the dictionary, specify FullRecord.DCT. This example app was created with Clarion 6, if you plan to open it with a later Clarion version you should backup it first with a different name, otherwise you won't be able to open it with Clarion 6.x again. If this happens so, you may reinstall the template to get the original example APP and DCT back.
Firebird: If you look for the Firebird example, open the FRFBA6.app in the examples folder. This example app was created with Clarion 6.3, and it should work with any version of Clarion 6.x. Entering the global area, there is just one embed, where you may change the datapath and other data for the Firebird database. You have to manually create the Firebird database externally prior to run the example program. Match the embedded data with your database (path, name, user and password). Once created the database, the files will be created between it as the program runs. This example was tested with Firebird 1.5.3.4870 and Firebird ODBC 1.2.0.69. It may has problems with other combinations of versions.
MS-SQL Server: If you look for the MS-SQL Server example, open the FR6SQL.app in the examples folder. This example app was created with Clarion 6.3, and it should work with any version of Clarion 6.x. Entering the global area, there is just one embed, where you may change the database connection string and other data for the MS-SQL database. You have to manually create the MS-SQL database externally prior to run the example program. Match the embedded data with your database (path, name, user and password). Once created the database, the files will be created between it as the program runs. This example was tested with MS-SQL Server Express 2005. The database can be shared with the Legacy MS-SQL example.
IMDD: If you look for the IMDD example, open the FRAIM6.app in the examples folder. This example app was created with Clarion 6.3, and it should work with any version of Clarion 6.x. You will need the IMDD driver to test this app, purchased separately from SoftVelocity. This example was tested with the 2.2 version of the IMDD driver.
All of them: When you open the example app, first go to the global properties and review the values in the different tabs. Verify and understand them according to what was explained before in the "Template usage" section of this manual. Following the next sections, you will understand how these procedures were created and you may recreate them in your own applications. In your application procedure tree, you will find the following:
|