ABC - FullRecord + NeatMessage |
Top Previous Next |
In your Clarion installation, search in the 3rdParty\Examples\FullRecord folder and look for the RSA6.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 previous one, with the specific procedures that are only available if you also purchased NeatMessage. In this section you will only find the procedures that are particular to this example. For the rest of the procedures, refer to the previous example. In the global area, you have to insert the NeatMessage extension and set it up as your convenience (Following the NeatMessage manual directives)
Important: When you use NeatMessage, make sure that all the windows inside the Frame are MDI, otherwise you might have run-time errors. Take special care with wizard-generated procedures, as processes and reports, which are often created without the MDI attribute.
In your application procedure tree, you will find the following:
|