Page 1 of 1

Number of Row in TXBrowse()? Found ;>

Posted: Thu Apr 17, 2008 6:16 am
by dutch
Dear Antonio,

I need to show the number of Items (Row) in XBrowse.
I try :nRowSel , :nDataRows, :nDataLines :nAt() but it doesn't show correctly.

Which DATA or Methed to show it?

Regards,
Dutch

Posted: Thu Apr 17, 2008 6:57 am
by nageswaragunupudi
I do not understand what exactly you want.

If you mean number of visible rows in xbrowse, it is oBrw:nDataRows

Posted: Thu Apr 17, 2008 7:25 am
by dutch
Dear nageswaragunupudi,

Example
========

Items Code Description
==== ==== ===============
1 100 FOOD
2 200 Beverage
3 110 Beer

Items (like line number).

Regards,
Dutch

Posted: Thu Apr 17, 2008 8:08 am
by dutch
I've got it.

Code: Select all

:bKeyNo
Thanks&Regards,
Dutch