Thanks Jerry.  Peace and happiness onto you.

On Tue, May 4, 2010 at 6:24 PM, Jerry Finuliar
<jerryfinul...@operamail.com>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. ISCHARACTER( cLine ), ;
>                iif( lHiLite, CLR_ENHANCED, CLR_STANDARD ), CLR_UNSELECTED )
> )
>
>   hb_dispOutAt( nRow, nCol, iif( ISCHARACTER( cLine ), PadR( cLine,
> nNumCols ), Space( nNumCols ) ) )
>   IF lHiLite
>      SetPos( nRow, nCol )
>   ENDIF
>   ColorSelect( CLR_STANDARD )
>
>   RETURN
>
> Thanks,
>
> Jerry
>
> --
> _______________________________________________
> Surf the Web in a faster, safer and easier way:
> Download Opera 9 at http://www.opera.com
>
> _______________________________________________
> Harbour mailing list (attachment size limit: 40KB)
> Harbour@harbour-project.org
> http://lists.harbour-project.org/mailman/listinfo/harbour
>



-- 
smu johnson <smujohn...@gmail.com>
_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to