Hi Murray,
Since I cannot post images in this forum, I do not know how to explain the process. Let me try a step-by-step approach as I would do in Clarion 6.2 EE (the version I am using). I assume the DAT file is a file created by the CLARION file driver.
Creating a Dictionary
---------------------
- In the Clarion IDE, choose File -> New -> Dictionary.
- Choose the folder and the filename you want to give the dictionary and click on SAVE. You have now an Empty dictionary file.
- Choose File -> Import Table. Choose the File Driver as Clarion and click OK.
- Click the ... button and chose the DAT file to import and click OK.
- On the "Edit Table Properties" window, change as required and click OK. You now have one table in the Dictionary.
- Import other DAT file in a similar way and then click on the CLOSE button and save the changes. Now you have a saved Dictionary with the Tables in it.
Creating a Wizard application
-----------------------------
- In the Clarion IDE, choose File -> New -> Application.
- Choose the same folder where you saved the dictionary and click on SAVE.
- In the "Application Properties" window, click the ... button on the Dictionary file line and choose the dictionary file you created earlier. Make sure you have the "Application wizard" checkbox ticked and click OK. Make appropriate selections in the windows that popup and you have now an Wizarded Application file. Click File --> Save to save it. Click on Project -> Make & Run to compile the application into a EXE and run it.
Have fun.
Regards
P.S. : As much as I would like to help you, it is NOT possible to teach you Clarion through Forum Postings. So consider the training options I mentioned earlier.