|
MLBelowFlowFrame
|
A Frame class which appears below the flow (strictly speaking it extends the flow to hold it). Useful for remittance advices on multi-page statements, etc. See the comment in the class for details.The example report BelowFlow demonstrates the use of this class.
|
|
MLFrame
|
A standard Frame class with a widow- and orphan protection functionality. You can set the minimum space needed to the bottom of the frame, if this is not available, the frame will automatically start on a new page.
|
|
MLOverlayHeadingFrame
|
A Frame class which allows a hanging / indent style in which contents frames sit on top of or beside their corresponding subtitle (before) frame. The example report HangingFrame demonstrates the use of this class.
|
|
MLProgressConnection
|
A Database Connection class which can use an ASCII file to set its connection properties. Useful to allow speedy reconfiguration of your Progress database server without the need to recompile all your reports. See the comment in the class for details. It would be easy to make versions of this for other databases just by copying and hacking code from this class, but I have a neater scheme planned.The example file Miscellaneous contains a sample file for use with this class.
|
|
MLRemoveBlankLinesFrame
|
A Frame class which removes blank lines within itself. This is particularly useful to remove blank lines from addresses, etc. See the comment in the class for details.The example report HangingFrame demonstrates the use of this class.
|
|
MLRunningTotal
|
A Double Control class which computes the running total of its value expression. This can also be used as a running count by setting the value expression to 1. See the comment in the class for details.The example report RunningTotal demonstrates the use of this class.
|
|
MLStartDateTime
|
A Date/Time Control class whose value is set just once for all instances of the class when the first instance of the class is initialised. Useful to allow an identical date/time to be displayed on every page of a report. See the comment in the class for details.
|