Legacy - FullRecord (Without NeatMessage) |
Top Previous Next |
In your Clarion installation, search in the 3rdParty\Examples\FullRecord folder and look for the FRL6.app. In case you are asked for the dictionary, specify FullRecord.DCT. This example app is 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. This example is identical to the ABC one. In this section, you will only find the procedures that are particular to this example or have differences with the ABC version. For the rest of the procedures, refer to the ABC example.
MS-SQL Server: There is a MS-SQL Server Legacy example, open the FR6LSQL.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 ABC MS-SQL example.
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:
|