Search found 5866 matches: nil

Return to advanced search

Re: CODIGO DE BARRAS. ERROR CON FILLRECT()

... else oPrint:fillRect({nx,ny,(nx+=nWidth),ny+nLen},oBr) end else if lHorz ny+=nWidth else nx += nWidth end end next oBr:end() return nil
by pedroluis
Fri May 10, 2024 9:34 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: CODIGO DE BARRAS. ERROR CON FILLRECT()
Replies: 5
Views: 52

Re: Transparent Png on MDI Parent

... Of oWnd:oWndClient No Border ACTIVATE WINDOW oWnd VALID MCS_EXIT(oWnd,cPath,pPRG_ABRV) ON INIT OpenMast() On Resize SetLogo( oLogo,oWnd ) RETURN (NIL) Function SetLogo( oLogo,oWnd ) Local nX,nY oWnd:CoorsUpdate() oWnd:oWndClient:CoorsUpdate() oLogo:CoorsUpdate() oLogo:Hide() nX := oWnd:oWndClient:nWidth() ...
by byron.hopp
Fri May 10, 2024 7:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Transparent Png on MDI Parent
Replies: 5
Views: 133

Re: Chilkat's ActiveX

Hello. You declare the objects as Nil and the Garbage harbor system will automatically unload them if they do not have memory links. oHttp := Nil oReq := Nil To terminate the Chilkat control Handle initiated by the GLOBAL Resource use Method ...
by Giovany Vecchi
Fri May 10, 2024 6:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Chilkat's ActiveX
Replies: 2
Views: 94

Re: Probando TGSAY.prg y su potencia.

Pues parece que ::lSombra es nil

Deberias incializar esa DATA en el Redefine()
by Antonio Linares
Wed May 08, 2024 3:48 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Probando TGSAY.prg y su potencia.
Replies: 15
Views: 256

Re: strange error of fiveh lib

... Silvio, Please post the source of ut_images.prg In the meantime, please declare those missing functions as dummy: function BetaVersion() ; return nil I allready make function BetaVersion() ; return nil function setmasked() ; return nil function showgrid() ; return nil But I not understood perhaps ...
by Silvio.Falconi
Sun May 05, 2024 7:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: strange error of fiveh lib
Replies: 2
Views: 90

Re: strange error of fiveh lib

Dear Silvio,

Please post the source of ut_images.prg

In the meantime, please declare those missing functions as dummy:

function BetaVersion() ; return nil
by Antonio Linares
Sun May 05, 2024 7:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: strange error of fiveh lib
Replies: 2
Views: 90

Re: Problemas con resolucion y xBrowse

Are the last three fields of numeric type? If yes, why are you using a NIL picture for them? Only a stab in the dark.
by Enrico Maria Giordano
Sun May 05, 2024 5:39 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas con resolucion y xBrowse
Replies: 9
Views: 165

Dynamic Table Filter Control

... Chrome/103.0.5060.53 Mobile Safari/537.36" ) oWebView:Bind( "SendToFWH" ) sleep( 300 ) oWebView:Run() oWebView:Destroy() return nil function Html() local cHtml TEXT INTO cHtml <!DOCTYPE html> <html lang="de"> <head> <meta charset="UTF-8"> ...
by Otto
Fri May 03, 2024 4:42 pm
 
Forum: mod_harbour
Topic: Dynamic Table Filter Control
Replies: 0
Views: 200

Re: how to change the size of an xbrowse in runtime

Otto wrote:Static function changeBrw(oBrw,lmarried)
IF lmarried
oBrw:nBottomMargin -= 40
else
oBrw:nBottomMargin += 40
endif
oBrw:refresh()
return nil


use the test I published
by Silvio.Falconi
Thu May 02, 2024 9:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to change the size of an xbrowse in runtime
Replies: 17
Views: 284

Re: how to change the size of an xbrowse in runtime

Static function changeBrw(oBrw,lmarried)
IF lmarried
oBrw:nBottomMargin -= 40
else
oBrw:nBottomMargin += 40
endif
oBrw:refresh()
return nil
by Otto
Thu May 02, 2024 9:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to change the size of an xbrowse in runtime
Replies: 17
Views: 284

how to change the size of an xbrowse in runtime

I not Know How change the height of a xbrowse I tried with

Static function changeBrw(oBrw,lmarried)
IF lmarried
oBrw:nHeight -= 40
else
oBrw:nHeight += 40
endif
oBrw:refresh()
return nil

but not happen nothing
by Silvio.Falconi
Thu May 02, 2024 4:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to change the size of an xbrowse in runtime
Replies: 17
Views: 284

DBCOMMIT() EN DBF - SQL AUTOMATICO ?

... <(AREA)> => dbcommit_SQL( <(AREA)> ) function dbcommit_SQL(area) // obtener el replace x dbf // hacer el update (insert) sql return nil Gracias JONSSON RUSSI
by russimicro
Sun Apr 28, 2024 11:13 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: DBCOMMIT() EN DBF - SQL AUTOMATICO ?
Replies: 4
Views: 199

Re: Brush

... oImagem FILENAME cImagem ; SIZE 400, 600 OF ; oDlg PIXEL NO BORDER ADJUST ACTIVATE WINDOW oDlg CENTERED ; ON INIT SobreporImagem( oDlg ) Return NIL *------------------------------------------------------------------------------* Function SobreporImagem( oDlg ) Local oImagem Local cImagem := ...
by oliveiros junior
Fri Apr 19, 2024 1:42 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Brush
Replies: 10
Views: 497

Re: WhatsApp tests

SetClipboardData me devuelve NIL y por eso me falla la funcion
by cmsoft
Wed Apr 17, 2024 3:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WhatsApp tests
Replies: 9
Views: 411

Re: New txbrowse

... la compilo da este .ppo: _HB_CLASS TFactur_1 ; function TFactur_1 ( ... ) ; STATIC s_oClass ; LOCAL nScope, oClass, oInstance ; IF s_oClass == NIL .AND. __clsLockDef( @s_oClass ) ; BEGIN SEQUENCE ; nScope := 1 ; ( ( nScope ) ) ; oClass := iif( .F.,, HBClass():new( "TFactur_1", iif( ...
by FiveWiDi
Sat Apr 13, 2024 3:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New txbrowse
Replies: 6
Views: 449
Next

Return to advanced search