Search found 824 matches

by MOISES
Mon May 25, 2020 9:07 am
Forum: FiveWin para Harbour/xHarbour
Topic: problema de pintado del xBrowse
Replies: 8
Views: 1242

Re: problema de pintado del xBrowse

Muchas gracias Carlos.
by MOISES
Fri May 22, 2020 7:20 am
Forum: FiveWin para Harbour/xHarbour
Topic: problema de pintado del xBrowse
Replies: 8
Views: 1242

problema de pintado del xBrowse

Hola: Hay un problema de pintado. No pinta toda la anchura de una vez, sino que primero pinta el xBrowse hasta mitad de la pantalla, y luego lo ensancha. El efecto es bastante feo, pues parece que la app va a trompicones. Aquí pongo un ejemplo: #include "fivewin.ch" #include "xbrowse....
by MOISES
Thu May 21, 2020 6:42 am
Forum: FiveWin for Harbour/xHarbour
Topic: problem painting xBrowse
Replies: 3
Views: 571

Re: problem painting xBrowse

Up
by MOISES
Wed May 20, 2020 1:48 pm
Forum: FiveWin for Harbour/xHarbour
Topic: COMBOBOX HEIGHTGET is not working? *Solved*
Replies: 11
Views: 1188

Re: COMBOBOX HEIGHTGET is not working? *Solved*

On resource, try

ACTIVATE DIALOG oDlg ON INIT oCbx:nSelectionHeight := <nNewHeight>
by MOISES
Tue May 19, 2020 3:23 pm
Forum: FiveWin for Harbour/xHarbour
Topic: problem painting xBrowse
Replies: 3
Views: 571

Re: problem painting xBrowse

Thank you.

Now it happens with the lower half of the xBrowse, including the horizontal scroll bar.
by MOISES
Tue May 19, 2020 2:37 pm
Forum: FiveWin for Harbour/xHarbour
Topic: problem painting xBrowse
Replies: 3
Views: 571

problem painting xBrowse

Hello, There's a painting problem with xBrowse. It doesn't paint the whole width at once, but first it paints up to the middle of the screen and then it widens. This is a sample: #include "fivewin.ch" #include "xbrowse.ch" function main() local oWnd local oGrid local oBtn, oGet1,...
by MOISES
Wed May 13, 2020 5:13 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Customer .dbf
Replies: 6
Views: 870

Re: Customer .dbf

Hello, This is the fix for incremental fields: function New( cAlias, cFileName )    local oDlg, oGet, oBrw, oBtn, cTitle, cNewAlias, oBrwNew, lCopy := .F.    local cFieldName := Space( 10 ), cType := "Character", nLen := 10, nDec := 0    local aFields := { Array( 4 ) }, cDbfName := Space( ...
by MOISES
Thu May 07, 2020 2:57 pm
Forum: FiveWin for Harbour/xHarbour
Topic: new bug xBrowse 20.02 [solved]
Replies: 11
Views: 1763

Re: new bug xBrowse 20.02 [solved]

I am afraid you undid the changes in FW 20.04: METHOD AdoIncrSeek( uSeek ) CLASS TXBrowse    local lFound   := .f.    local cCol     := CharRem( "[]", StrToken( ::oRs:Sort, 1 ) )    local cExpr    := ''    local cType, d, uVal, lSoft, cSaveFilt    if ::oRs == nil       return .f.    endif ...
by MOISES
Thu May 07, 2020 10:26 am
Forum: FiveWin para Harbour/xHarbour
Topic: Harbour 64 bits construido con BCC 64
Replies: 10
Views: 1190

Re: Harbour 64 bits construido con BCC 64

Muchas gracias, ahora funciona bien. Tenéis por favor que modificar build64.bat para añadirla: echo %hdirl%\xmath.a + >> b64.bc Y tienes un error, llamas dos veces a harbur: echo %hdir%\bin\harbour %1 /n /i%fwh%\include;%hdir%\include /w /p %2 %3 %hdir%\bin\harbour %1 /n /i%fwh%\include;%hdir%\inclu...
by MOISES
Thu May 07, 2020 9:28 am
Forum: FiveWin para Harbour/xHarbour
Topic: Harbour 64 bits construido con BCC 64
Replies: 10
Views: 1190

Re: Harbour 64 bits construido con BCC 64

Antonio:

Obtengo el siguiente error al construir con build64.bat:

Error: Unresolved external '_isnanl' referenced from C:\HARBOUR64BCC\LIB\HBCOMMON.A|hbprintf.o

Muchas gracias.
by MOISES
Thu May 07, 2020 9:01 am
Forum: FiveWin for Harbour/xHarbour
Topic: random problem in xBrowse Problem BASE/1004 There is no meth
Replies: 3
Views: 454

random problem in xBrowse Problem BASE/1004 There is no meth

Hello, Some customers report me this error: Problem BASE/1004 There is no method: ISKINDOF Args: [ 1] = U [ 2] = C TMULTIGET Stack Calls =========== Called from: => ISKINDOF( 0 ) Called from: .\source\classes\XBROWSE.PRG => EDITGETKEYDOWN( 15132 ) Offending line: static function EditGetkeyDown( Self...