|
From: Itamar M. L. J. L. <ita...@gm...> - 2014-12-16 21:00:52
|
Hi! I did some testing here. > 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. My code is: oBrwItens:Top() //works! //oBrwItens:Bottom() //if I activate not works! oBrwItens:Refresh() //works For me this is a bug because, works fine with version 2.17 But, So what should I add ? IF oBrwItens ... lPaitend //I do not know what I should write here.. oBrwItens:Bottom() ENDIF In my code ? Best regards, Itamar M. Lins Jr. |