Page 1 of 1

xbrowser footer picture

Posted: Thu Oct 24, 2019 9:47 pm
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.

Re: xbrowser footer picture

Posted: Fri Oct 25, 2019 10:06 am
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.

Re: xbrowser footer picture

Posted: Fri Oct 25, 2019 1:41 pm
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.

Re: xbrowser footer picture

Posted: Sat Oct 26, 2019 4:48 pm
by nageswaragunupudi
This bug is fixed in the next version.