Search found 27 matches: ifnil

Return to advanced search

Re: xbrowse Border

... this solution for displaying the border in the presence of vertical scrolling if ::lDrawBorder // ::Box( 0, 0, ::nHeight - 1, ::nWidth - 1, IfNil( ::nClrBorder, ::hColPen ) ) ::Box( 0, 0, ::nHeight - 1, ::BrwWidth(), IfNil( ::nClrBorder, ::hColPen ) ) endif https://i.postimg.cc/vHytyBsS/ok.png ...
by Silvio.Falconi
Mon Nov 13, 2023 8:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse Border
Replies: 1
Views: 282

Re: Actualizar xBrowse con un Clic del ratón?

Gracias por su tiempo Mr. Rao Esto solucionó el error en tiempo de ejecucion return IfNil( cContents, "" ) local cDefault := MEMOREAD( "c:\fwh\bitmaps\sea.bmp" ) AEval( aCols, { |a,i| a[ 4 ] := WebPageContents( a[ 4 ] ), ; If( Empty( a[ 4 ] ), ...
by cmsoft
Sat Aug 19, 2023 12:52 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Actualizar xBrowse con un Clic del ratón?
Replies: 22
Views: 1395

Re: Errores rpreview

... tardes, Paquito Este es el código de cada una de las líneas con errores preview.prg linea305 Error E0022 Invalid lvalue: "Numeric" SIZE IfNil( nBtnW, 26 ), IfNil( nBtnH, If( LargeFonts(), 30, 26 ) ) linea515 Error E0030 Syntax error: "Syntax error at ´CURSOR´ DEFINE CURSOR ::oCursor ...
by Manuel Aranda
Fri Jun 16, 2023 12:36 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Errores rpreview (Solucionado)
Replies: 10
Views: 445

Error - crash open Pdf file

... why ? for now I resolve with oBrowse:bRClicked := {|nRow,nCol| ShellExecute( IfNil( oDlg:hWnd, GetWndDefault() ), "open",cFolderFiles+oBrowse:aArrayData[oBrowse:narrayat][2])} But I wish open the pdf in a dialog
by Silvio.Falconi
Sat Mar 23, 2019 10:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error - crash open Pdf file
Replies: 0
Views: 658

xBrowse - Novo recurso

... BTNBMP ::oBtnElip OF ::oBrw NOBORDER SIZE 0,0 CENTER FLAT ::oBtnElip:bClrGrad := nil endif ::oBtnElip:lGDIP := ::oBrw:lGDIP ::oBtnElip:cToolTip := IfNil( ::cBtnToolTip, "", ::cBtnToolTip ) <---- :D Sr. Antonio, se possível adicionar a classe XBROWSE.PRG
by MGA
Sat Nov 04, 2017 1:51 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xBrowse - Novo recurso
Replies: 3
Views: 978

Re: XBrowse 16.04 : Gets in Header Bar

... ::bStrData ) end 6. method edit() class txbrwcolumn if ::obrw:nrowsel==-1 uvalue:=::cf1 elseif ::obrw:nrowsel==0 uvalue:=::cf2 else uValue := IfNil( ::Value, ::BlankValue() ) end if ::obrw:lgetbar if ::obrw:nrowsel==-1 ::bOnPostEdit:={|o,v,n| if(n != VK_ESCAPE ,::cf1:=v,)} ::nEdittype:={||if(::beditblock<>nil,EDIT_GET_BUTTON,1)} ...
by ShumingWang
Mon Sep 05, 2016 9:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse 16.04 : Gets in Header Bar
Replies: 34
Views: 10085

BtnBmp error en METHOD LoadBitmaps 15.06

... cResName1, cResName2, cBmpFile1, cBmpFile2,;                    cResName3, cBmpFile3, cResName4, cBmpFile4 ) CLASS TBtnBmp   ::SetImages( IfNil( cResName1, cBmpFile1 ), IfNil( cResName2, cBmpFile2 ), ;                IfNil( cResName3, cBmpFile3 ), IfNil( cResName4, ...
by luisduque
Fri Sep 02, 2016 1:24 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: BtnBmp error en METHOD LoadBitmaps 15.06
Replies: 12
Views: 2990

Re: New FWH 16.04

... ::bClrHeader )[ 2 ] ) endif if ::nRecTxtColor == nil ::nRecTxtColor := nRGB( 0, 0, 0 ) endif ... ... added to all selector text / font-defines : IfNil( ::oRecSelFont, ::oFont , ::nRecTxtColor ) ) best regards Uwe :?:
by ukoenig
Sat May 14, 2016 2:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 16.04
Replies: 21
Views: 4546

Re: txbrowse - Workarea not in use ??

... := {|| ( ::cAlias )->( DbGoTop() ) },; ::bGoBottom := {|| ( ::cAlias )->( DbGoBottom() ) },; ::bSkip := {| n | ( ::cAlias )->( DbSkipper( IfNil( n, 1 ) ) ) },; ::bBof := {|| ( ::cAlias )->( Bof() ) },; ::bEof := {|| ( ::cAlias )->( Eof() ) },; ::bBookMark := {| n | iif( n == nil ...
by russimicro
Wed May 11, 2016 8:32 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: txbrowse - Workarea not in use ??
Replies: 7
Views: 2009

xBrowse oBw:ToExcel()

... is changed on the PC i use this function GetListSeparator() in xBrowse class cFormula:= "SUBTOTAL(" + ; LTrim( Str( FW_DeCode( IfNil( oCol:nFooterType, 0 ), AGGR_SUM, 9, AGGR_MAX, 4, AGGR_MIN, 5, ; AGGR_COUNT, 3, AGGR_AVG, 1, AGGR_STDEV, 7, AGGR_STDEVP, 8, 9 ) ) ) + ; // "," ...
by avista
Tue Dec 15, 2015 12:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse oBw:ToExcel()
Replies: 11
Views: 1763

Re: ADO RDD xHarbour

... All this without adding or changing keys being filtered. So in xbrowse what is your bskip ? ::bSkip := {| n | ( ::cAlias )->( DbSkipper( IfNil( n, 1 ) ) ) },; adordd should be treated as any dbf rdd.
by AHF
Mon May 25, 2015 3:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 448139

Re: ADO RDD xHarbour

Lucas, oRecordSet:Update( nField - 1, IfNil( xValue, AdoNull() ) ) Im going to try it. The date errors only happens (MySql) when you edit a empty date and save the same empty date. Thats why we didnt have found it before although the app makes ...
by AHF
Wed May 20, 2015 7:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 448139

Re: to Mr Nages xbrowse footer

... ; SIZE 120 ; PICTURE "99999" ; EDITABLE ; TOTAL 0 ; FOOTER { |oCol,nNew,nOld| "Test: " + CRLF + TRANSFORM( oCol:nTotal += ( IfNil( nNew, 0 ) - IfNil( nOld, 0 ) ), "99999999" ) } oBrw:nFooterLines := 2 BTW take care (if you use ADD oCol) xbrowse.ch have BUG in xbrowse.ch, ...
by avista
Tue May 27, 2014 12:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: to Mr Nages xbrowse footer
Replies: 8
Views: 1550

Re: XBROWSE Change FOOTER PCITURE

... "9999999999", "99999" } ; Produce Syntax error sugested option FOOTER { |o,nNew,nOld| TRANSFORM( oCol:nTotal += ( IfNil( nNew, 0 ) - IfNil( nOld, 0 ) ), "999999" ) Make wrong totals Test this sample #include "FiveWin.Ch"#include ...
by avista
Sat May 24, 2014 5:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE Change FOOTER PCITURE
Replies: 13
Views: 3370

Re: "Snap" for Clipper

...        WINDOW.PRG     2843  2854 ICON                    WINDOW.PRG     1165  1167 ICONIZE()              (function  in ?)    WINDOW.PRG      657 IFNIL()                (function  in ?)    WINDOW.PRG     4000  4001 INIT                    WINDOW.PRG      437   440   444   456   462   465   475 ...
by Antonio Linares
Sat Oct 26, 2013 9:44 am
 
Forum: Off Topic / Otros temas
Topic: "Snap" for Clipper
Replies: 7
Views: 6714
Next

Return to advanced search

cron