Hello,
setting the Start Row-Position of a Browser to Bottom, I get a Error.
( Brush-Background is used )
Starting on Top, it works :
// That works
oLbx:nArrayAt := 1
oLbx:nRowSel := 1
// Doesn't work
oLbx:nArrayAt := 2
oLbx:nRowSel := 2
A test without Brush :
Application
===========
Path and name: E:\T_GRAD\gradtool.exe (32 bits)
Size: 2,029,056 bytes
Time from start: 0 hours 0 mins 0 secs
Error occurred at: 09/02/09, 14:54:27
Error description: Error BASE/1084 Argument error: /
Args:
[ 1] = N 92
[ 2] = U
Stack Calls
===========
Called from: .\xbrowse.PRG => (b)TXBROWSE:TXBROWSE(414)
Called from: => TXBROWSE:ROWCOUNT(0)
Called from: .\xbrowse.PRG => TXBROWSE:REFRESH(859)
Called from: .\source\classes\WINDOW.PRG => (b)TWINDOW:TWINDOW(545)
Called from: => TXBROWSE:SETBRUSH(0)
Called from: .\xbrowse.PRG => TXBROWSE:SETBACKGROUND(3727)
Called from: .\gradtool.PRG => FOLDER_1(548)
Called from: .\gradtool.PRG => TOOLS(253)
Called from: .\gradtool.PRG => (b)MAIN(210)
Called from: .\source\classes\WINDOW.PRG => TWINDOW:ACTIVATE(945)
Called from: .\gradtool.PRG => MAIN(210)
Best Regards
Uwe