xbrowser footer picture

Post Reply
wartiaga
Posts: 83
Joined: Wed May 25, 2016 1:04 am

xbrowser footer picture

Post by wartiaga »

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.
User avatar
nageswaragunupudi
Posts: 8017
Joined: Sun Nov 19, 2006 5:22 am
Location: India
Contact:

Re: xbrowser footer picture

Post by nageswaragunupudi »

This is a bug in xbrowse.prg

Please set

Code: Select all

Lista2:aCols[7]:cEditPicture := "@e 999,999.99"
 
ALSO.
Then footer picture works correctly.
Regards

G. N. Rao.
Hyderabad, India
wartiaga
Posts: 83
Joined: Wed May 25, 2016 1:04 am

Re: xbrowser footer picture

Post by wartiaga »

nageswaragunupudi wrote:This is a bug in xbrowse.prg

Please set

Code: Select all

Lista2:aCols[7]:cEditPicture := "@e 999,999.99"
 
ALSO.
Then footer picture works correctly.
Thank you Mr. Nages.
User avatar
nageswaragunupudi
Posts: 8017
Joined: Sun Nov 19, 2006 5:22 am
Location: India
Contact:

Re: xbrowser footer picture

Post by nageswaragunupudi »

This bug is fixed in the next version.
Regards

G. N. Rao.
Hyderabad, India
Post Reply