XBROWSE question

Post Reply
User avatar
MarcoBoschi
Posts: 1071
Joined: Thu Nov 17, 2005 11:08 am
Location: Padova - Italy
Contact:

XBROWSE question

Post by MarcoBoschi »

Dear friends,
Is it possible to display the row number in the area shown in figure?

Many thanksImage

Many thanks

Marco
Marco Boschi
info@marcoboschi.it
User avatar
MarcoBoschi
Posts: 1071
Joined: Thu Nov 17, 2005 11:08 am
Location: Padova - Italy
Contact:

Re: XBROWSE question

Post by MarcoBoschi »

Question #2
Is it possible to obtain a TWBROWSE lCellStyle := .F. equivalent effect?
Thanks again
Marco Boschi
info@marcoboschi.it
User avatar
nageswaragunupudi
Posts: 10721
Joined: Sun Nov 19, 2006 5:22 am
Location: India
Been thanked: 8 times
Contact:

Re: XBROWSE question

Post by nageswaragunupudi »

Is it possible to display the row number in the area shown in figure?

This needs some extensive changes to xbrowse.
I too like this idea.
I shall try to post the code of a derived class for this ASAP.
Regards

G. N. Rao.
Hyderabad, India
User avatar
nageswaragunupudi
Posts: 10721
Joined: Sun Nov 19, 2006 5:22 am
Location: India
Been thanked: 8 times
Contact:

Re: XBROWSE question

Post by nageswaragunupudi »

MarcoBoschi wrote:Question #2
Is it possible to obtain a TWBROWSE lCellStyle := .F. equivalent effect?
Thanks again

By setting oBrw:nMarqueeStyle
Regards

G. N. Rao.
Hyderabad, India
User avatar
James Bott
Posts: 4840
Joined: Fri Nov 18, 2005 4:52 pm
Location: San Diego, California, USA
Contact:

Re: XBROWSE question

Post by James Bott »

To add a column showing the row number (not recno()):

ADD TO oBrw AT 1 DATA oBrw:KeyNo() HEADER 'No' PICTURE '9999'
User avatar
nageswaragunupudi
Posts: 10721
Joined: Sun Nov 19, 2006 5:22 am
Location: India
Been thanked: 8 times
Contact:

Re: XBROWSE question

Post by nageswaragunupudi »

James Bott wrote:To add a column showing the row number (not recno()):

ADD TO oBrw AT 1 DATA oBrw:KeyNo() HEADER 'No' PICTURE '9999'

This is easy.
He wants the row number to be displayed in the record selector area, like we see the row numbers in Excel.
Regards

G. N. Rao.
Hyderabad, India
User avatar
MarcoBoschi
Posts: 1071
Joined: Thu Nov 17, 2005 11:08 am
Location: Padova - Italy
Contact:

Re: XBROWSE question

Post by MarcoBoschi »

Thanks nage & James
Marco Boschi
info@marcoboschi.it
User avatar
ukoenig
Posts: 4043
Joined: Wed Dec 19, 2007 6:40 pm
Location: Germany
Contact:

Re: XBROWSE question

Post by ukoenig »

From Marco :
Is it possible to display the row number in the area shown in figure?

From Mr. Rao
This needs some extensive changes to xbrowse.
I too like this idea.
I shall try to post the code of a derived class for this ASAP.


Is there a Solution ??

Best Regards
Uwe :?:
Since 1995 ( the first release of FW 1.9 )
i work with FW.
If you have any questions about special functions, maybe i can help.
User avatar
Rick Lipkin
Posts: 2668
Joined: Fri Oct 07, 2005 1:50 pm
Location: Columbia, South Carolina USA

Re: XBROWSE question

Post by Rick Lipkin »

To All

I too like the idea of the ability ( turn on and turn off ) of numbering rows using the 'gutter' on the left .. YES, as James suggests you can create a new column with line numbers and that is the work around.

Creating an additional Column means you have to program around that column especially if you allow FastEdit by cell... again, not a big deal.

Rick Lipkin
Post Reply