Add record count to xBrowse() function

Post Reply
User avatar
Rick Lipkin
Posts: 2397
Joined: Fri Oct 07, 2005 1:50 pm
Location: Columbia, South Carolina USA

Add record count to xBrowse() function

Post by Rick Lipkin »

To All

It would be nice to add a record count to the xBrowse() function. So many times I use xBrowse() to debug a program and it would be nice to have that record count to verify a query or filter results.

Many Thanks

Rick Lipkin
User avatar
nageswaragunupudi
Posts: 8017
Joined: Sun Nov 19, 2006 5:22 am
Location: India
Contact:

Re: Add record count to xBrowse() function

Post by nageswaragunupudi »

Please try

USE CUSTOMER
XBROWSER "CUSTOMER" SHOW SLNUM // OR SHOW RECID
Regards

G. N. Rao.
Hyderabad, India
Post Reply