by Otto » Thu Jan 01, 2009 11:53 pm
Hello Antonio,
Thank you for your help.
If I change the method I get what I want with FIVEWIN.
METHOD VSetRange() INLINE ::nVScrollPos := 1,;
iif(::nlen<2,;
::oVScroll:SetRange( Min( 1,1 ), Min( VSCROLL_MAXVALUE, 0)),;
::oVScroll:SetRange( Min( 1,::nLen ), Min( VSCROLL_MAXVALUE, ::nLen)))
But I don’t know how to link in the changed wbrowse.prg or an inherited one with the changed method in FWPPC.
Could you please show me how to compile and link in files in FWPPC.
I use UEStudio and setup in “Tool Configuration” C:\Fwppc\SAMPLES\Buildce.bat %P%N .
Buildce.bat is original FWPPC.
Thanks in advance
Otto
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club********************************************************************