Hi,
Why this
Lista2:aCols[7]:nFooterType:= AGGR_SUM
Lista2:aCols[7]:nFootStrAlign := AL_RIGHT
Lista2:aCols[7]:cFooterPicture := "@e 999,999.99"
Show me 52.99 in footer?
How I can display 52,99?
Thanks in advance.
xbrowser footer picture
- nageswaragunupudi
- Posts: 8017
- Joined: Sun Nov 19, 2006 5:22 am
- Location: India
- Contact:
Re: xbrowser footer picture
This is a bug in xbrowse.prg
Please set
ALSO.
Then footer picture works correctly.
Please set
Code: Select all
Lista2:aCols[7]:cEditPicture := "@e 999,999.99"
Then footer picture works correctly.
Regards
G. N. Rao.
Hyderabad, India
G. N. Rao.
Hyderabad, India
Re: xbrowser footer picture
Thank you Mr. Nages.nageswaragunupudi wrote:This is a bug in xbrowse.prg
Please setALSO.Code: Select all
Lista2:aCols[7]:cEditPicture := "@e 999,999.99"
Then footer picture works correctly.
- nageswaragunupudi
- Posts: 8017
- Joined: Sun Nov 19, 2006 5:22 am
- Location: India
- Contact:
Re: xbrowser footer picture
This bug is fixed in the next version.
Regards
G. N. Rao.
Hyderabad, India
G. N. Rao.
Hyderabad, India