![]() |
|||
| Version www.capesoft.com Updated April 6, 2006 |
|||
| a. | On program startup Register the File Driver's using the ds_AddDriver function. |
| b. | On program startup Register each of the data files using ds_UsingFile. |
| c. | Replace the OPEN(File) command in Clarion with
ds_OpenFile. In Clarion 4 this is done automatically for you if the FM2
define switch is added to your project. In other words make sure
the installation of FM2 is completed (by running the installation wizard
at least once) and then add a Define to your project which reads: FM2=>1 |