I tried also with a small function I can call from another function
function clrscr()
for n=1 to len(oDlg21:aControls)
oCtrl = oDlg21:aControls[ n ]
IF oCtrl:ClassName() == "TBITMAP"
oDlg21:aControls[ n ]:end()
endif
next
//oDlg21:refresh()
return nil
it run for one or two time thenit crach with this error
- Code: Select all Expand view
Time from start: 0 hours 0 mins 47 secs
Error occurred at: 02/13/16, 13:02:57
Error description: Error BASE/1132 Bound error: array access
Args:
[ 1] = A { ... } length: 8
[ 2] = N 9
Stack Calls
===========
Called from: test.prg => CLRSCR( 541 )
Called from: test.prg => PLAY21( 525 )
any solution ?
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour November 2023 - January 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com