Number of Row in TXBrowse()? Found ;>

Post Reply
User avatar
dutch
Posts: 1395
Joined: Fri Oct 07, 2005 5:56 pm
Location: Thailand

Number of Row in TXBrowse()? Found ;>

Post 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
Last edited by dutch on Thu Apr 17, 2008 8:08 am, edited 1 time in total.
User avatar
nageswaragunupudi
Posts: 8017
Joined: Sun Nov 19, 2006 5:22 am
Location: India
Contact:

Post by nageswaragunupudi »

I do not understand what exactly you want.

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

G. N. Rao.
Hyderabad, India
User avatar
dutch
Posts: 1395
Joined: Fri Oct 07, 2005 5:56 pm
Location: Thailand

Post by dutch »

Dear nageswaragunupudi,

Example
========

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

Items (like line number).

Regards,
Dutch
User avatar
dutch
Posts: 1395
Joined: Fri Oct 07, 2005 5:56 pm
Location: Thailand

Post by dutch »

I've got it.

Code: Select all

:bKeyNo
Thanks&Regards,
Dutch
Post Reply