|
||
On the bottom of the global tab you will see a box labeled "Settings".
This is a hook to one of the utility classes that ship with all the Clarion ProSeries tools.
To provide maximum benefit to our customers and reduce code redundancy, the ProSeries tools will share a common utility code library.
This library is used as an #INCLUDE by our templates, but we have also provided a ProSeries Utility template to make it easy for you to use this code in other programs.
If you want to use the utility classes in other programs (that do not have a ProSeries tool in them) add the ProSeries Global Extension ( found in PSUtils.tpl ) to your application.
NOTE: You should NOT add this extension if you have already added any other ProSeries tool to the application.
These are the utility classes currently in the ProSeries Utilities:
RegINIClass - a class that makes it simple to store data in the Registry or an INI file without any changes to the underlying code.
Note: The registry class is not available in C55 and is automatically disabled in that version of Clarion
PathClass - a class that returns different portions of a split file name as well as the location of special folders, etc.