pbNoWindowHandleError - cDRReport¶
Methods - Properties - Events
Type¶
BooBooleanlean
Default¶
False
Arguments¶
None
Description¶
Clicking with the mouse on a Windows preview window can only work when there is a Window handle available. When no window handle is available, the class generates an error. To suppress the click and error generation, set this property to true.
DataFlex Framework usage¶
- Windows
- FlexTron (using Windows MDI view)
Sample¶
Object oReport is a cDRReport
Set psReportName to 'MyReport.dr'
Set pbNoWindowHandleError to false
End_Object