|
From: Alexander S.K. <al...@be...> - 2014-12-16 06:46:34
|
Itamar M. Lins Jr. Lins writes > Hi! > > Note.: Probably the DBF is empty. > > Error BASE/1092 Erro nos parâmetros: MIN > Called from ->MIN(0) > Called from ->HBROWSE:BOTTOM(1439) > > Changelog 2316 2014-12-12 > > Line 1439... > ::rowPos := Min( ::nRecords, ::rowCount ) > It is important, where from the :Bottom() is called. It seems, that in your case it was called before the browse was painted. The :rowCount ( a number of rows visible in a browse window ) is determined and initialized in a :Paint() procedure. Regards, Alexander. |