Re: [Harbour] ACHOICE() bug for 2010, with simple hello world example

2010-05-05 Thread smu johnson
Thanks Jerry. Peace and happiness onto you. On Tue, May 4, 2010 at 6:24 PM, Jerry Finuliar wrote: > Hi, > > Please change DispLine proc in Achoice.prg with the one below. > > > STATIC PROCEDURE DispLine( cLine, nRow, nCol, lSelect, lHiLite, nNumCols ) > > ColorSelect( iif( lSelect .AND. ISCHAR

[Harbour] ACHOICE() bug for 2010, with simple hello world example

2010-05-04 Thread Jerry Finuliar
Hi, Please change DispLine proc in Achoice.prg with the one below. STATIC PROCEDURE DispLine( cLine, nRow, nCol, lSelect, lHiLite, nNumCols ) ColorSelect( iif( lSelect .AND. ISCHARACTER( cLine ), ; iif( lHiLite, CLR_ENHANCED, CLR_STANDARD ), CLR_UNSELECTED ) ) hb_dispOutA

[Harbour] ACHOICE() bug for 2010, with simple hello world example

2010-04-30 Thread smu johnson
Hi, Here is a proven section of code to denote a Harbour / Clipper achoice() difference. From looking at the difference, I believe it is a simple fix. But this I cannot guarantee (yet). Anyways, the code + comments will summarize everything. But in a nutshell, it is this: the cursor position o