FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour xBrowse Picture apply only in first row
Posts: 811
Joined: Tue May 06, 2008 04:28 AM
xBrowse Picture apply only in first row
Posted: Mon May 09, 2011 07:21 AM

Dear All,

Is it possible that picture '999.99' be applied to first row and picture '@Z 999.99' for the rest of the row?

Kind Regards,

Frances

Kind Regards,

Frances



Fivewin for xHarbour v18.07

xHarbour v1.2.3.x

BCC 7.3 + PellesC8 ( Resource Compiler only)

ADS 10.1 / MariaDB

Crystal Reports 8.5/9.23 DE

xMate v1.15
Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM
Re: xBrowse Picture apply only in first row
Posted: Mon May 09, 2011 08:12 AM

Please try assigning codeblock to oCol:cEditPicture.
Eg. oCol:cEditPicture := { || If( <yourcond>, "999,999.99", "@Z 999,999.99" ) }

Regards



G. N. Rao.

Hyderabad, India
Posts: 811
Joined: Tue May 06, 2008 04:28 AM
Re: xBrowse Picture apply only in first row
Posted: Wed May 11, 2011 12:19 AM
nageswaragunupudi wrote:Please try assigning codeblock to oCol:cEditPicture.
Eg. oCol:cEditPicture := { || If( <yourcond>, "999,999.99", "@Z 999,999.99" ) }



Thanks Mr. RAO!

I was stuck with :bStrData this approach is much better.


Kind regards,
Frances
Kind Regards,

Frances



Fivewin for xHarbour v18.07

xHarbour v1.2.3.x

BCC 7.3 + PellesC8 ( Resource Compiler only)

ADS 10.1 / MariaDB

Crystal Reports 8.5/9.23 DE

xMate v1.15

Continue the discussion