Turn on old algorithm for calcs height of multi line text.
Code Block |
---|
Object.SetOldMultiLineBehavior(tuVal) |
Parameters
tuVal
Turn on old algorithm for calcs height of multi line text. - see to lOldMultiLineBehavior property.
Remarks
Applies To: oXFRX
XFRX version: 23 24.0
Examples
Code Block |
---|
= EVALUATE([xfrx("LOADRL")]) _Screen.oXFRX.SetOldMultiLineBehavior(.T.) |
...