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
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
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