Set hide/show flag of picture if bottom line is out of band.
Code Block |
---|
Object.SetHidePictureOutsideBand(tuVal) |
Parameters
tuVal
Specifies if picture is hide/show if bottom line is out of band - see to lHidePictureOutsideBand property.
Remarks
Applies To: oXFRX
XFRX version: 23 24.0
Examples
Code Block |
---|
= EVALUATE([xfrx("LOADRL")]) _Screen.oXFRX.SetHidePictureOutsideBand(.T.) |
...