Search found 63 matches: lupdate

Return to advanced search

Re: Combobox Busqueda Incremental

... DE 2011 /// METHOD New( nRow, nCol, bSetGet, aItems, nWidth, nHeight, oWnd, nHelpId, ; bChange, bValid, nClrFore, nClrBack, lPixel, oFont, ; cMsg, lUpdate, bWhen, lDesign, acBitmaps, bDrawItem, ; cAlias, cFldItem, cFldList, aList ) CLASS TDBCombo DEFAULT cAlias := alias(), ; cFldList := "", ...
by russimicro
Tue Dec 20, 2011 3:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Combobox Busqueda Incremental
Replies: 7
Views: 2004

Disable controls in folders

... my folders. I create the control in the usual way: REDEFINE GET oPC_InvDate VAR dPC_InvDate ID 2101 of oFld:aDialogs[PCashFldr] Added: oPC_InvDate:lUpdate=.t. oFld:lUpdate=.t. Then attempt to disable the get control: oPC_InvDate:Disable() oFld:Update() It doesn't work. What am I missing? Don
by DonDrew
Sun Oct 09, 2011 12:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Disable controls in folders
Replies: 6
Views: 1212

Re: btnbmp - alinhar imagem é possivel?

... ] ; [ <of:OF, WINDOW, DIALOG> <oWnd> ] ; [ MESSAGE <cMsg> ] ; [ WHEN <uWhen> ] ; [ <adjust: ADJUST> ] ; [ <lUpdate: UPDATE> ] ; [ PROMPT <cPrompt> ] ; [ FONT <oFont> ] ; [ TOOLTIP <cToolTip> ] ; [ <lNoBorder: NOBORDER> ] ; [ <layout: ...
by FranciscoA
Fri Aug 19, 2011 10:31 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: btnbmp - alinhar imagem é possivel?
Replies: 2
Views: 549

Re: autocomplete in get

... METHOD New( nRow , nCol , bSetGet , oWnd , nWidth , nHeight,; cPict , bValid , nClrFore , nClrBack , oFont , lDesign,; oCursor , lPixel , cMsg , lUpdate , bWhen , lCenter,; lRight , bChanged, lReadOnly, lPassword, lNoBorder, nHelpID,; lSpinner, bUp , bDown , bMin , bMax , aItems ,; nCase , lAddNewItems) ...
by Maurizio
Thu Jun 23, 2011 4:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: autocomplete in get
Replies: 15
Views: 9566

Re: Refrescar datos en Folder

... OF oFld:aDialogs[1] ; ID 336 PICTURE "@!" ; VALID (IIF(EMPTY(CTABCO), ; ( CatchCta(oCuenta, CTABCO), oFld:Update() ,.T.), .F.) ) oCuenta:lUpdate=.t.
by Armando Picon
Wed Mar 02, 2011 3:14 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Refrescar datos en Folder - SOLUCIONADO
Replies: 9
Views: 1687

New FTDN December/Diciembre 2010 (FWH 10.12)

... clause for a non-RDD browse is fixed. (b) Bug in bKeyNo codeblock in SetTree() method fixed. (c) UPDATE clause in XBROWSE command now sets oBrw:lUpdate := .t. correctly. * Enhancements: (a) When cells are edited inline, the indent and space for bitmaps are preserved. (b) Any different array ...
by Antonio Linares
Wed Jan 19, 2011 5:21 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN December/Diciembre 2010 (FWH 10.12)
Replies: 0
Views: 1723

Re: oFld:Update doesn't refresh the xbrowse

Ok, solved. I didn't know that the "UPDATE" clause was a dummy, now with oFld:lUpdate=.t. all runs fine. Thanks for your quick support, very appreciated.
by Marco Turco
Tue Jan 04, 2011 6:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: oFld:Update doesn't refresh the xbrowse
Replies: 4
Views: 535

Re: oFld:Update doesn't refresh the xbrowse

Mr. Marco Please assign oBrw:lUpdate := .t. Also as Mr. James suggested, make sure you have defined xbrowse as "of oFld". If you have used the clause "UPDATE" while defining XBrowse, at present, this clause is only dummy ...
by nageswaragunupudi
Tue Jan 04, 2011 5:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: oFld:Update doesn't refresh the xbrowse
Replies: 4
Views: 535

display di una checkbox senza possibilità di modifica

... un display di una CHECKBOX in modalità non editabile, con classico background grigio che indica che il campo non è modificabile. Ho provato con :lupdate = .F. e altri, ma non cambia nulla... bisogna per forza impostare una clausola con l'ON CHANGE o ON CLICK ...?
by max
Thu Nov 25, 2010 11:12 am
 
Forum: All products support
Topic: display di una checkbox senza possibilità di modifica
Replies: 1
Views: 603

Re: Como se crea una CLASE para dibujar líneas.

... nTextClr, nSAlign CLASSDATA lRegistered AS LOGICAL METHOD New( nTop, nLeft, nBottom, nRight, cType, oWnd, nClrLite, nClrDark, nClrText, lPixel, lUpdate, lRounded, ; cLabel, oFont, nSAlign, lDesign ) CONSTRUCTOR METHOD ReDefine( cType, nId, oWnd, nClrLite, nClrDark, nClrText, lUpdate, lRounded, ...
by QAZWSX2K
Tue May 25, 2010 7:16 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como se crea una CLASE para dibujar líneas.
Replies: 8
Views: 1884

Pregunta esta clase dibuja la regla a cm

... oPen,lInches,nClrText,nClrBack) CONSTRUCTOR METHOD ReDefine( nId,oWnd,nMin,nMax,lHorizontal,; oFont,oPen,lInches,nClrText,nClrBack, lUpdate ) CONSTRUCTOR METHOD End() INLINE ::Destroy() METHOD Initiate( hDlg ) INLINE Super:Initiate( hDlg ) //, ::Default() METHOD Display() INLINE ...
by Vladimir Zorrilla
Fri Aug 21, 2009 5:40 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Pregunta esta clase dibuja la regla a cm
Replies: 0
Views: 1178

Re: Error in painting a Transparent say

... Called from: source\rtl\tobject.prg => TSAY:_NCLRBACK(0) Class TSay : METHOD ReDefine( nId, bText, oWnd, cPicture,; nClrText, nClrBack , lUpdate, oFont, lTransparent, lAdjust ) CLASS TSay DEFAULT oWnd := GetWndDefault(),; nClrText := oWnd:nClrText,; nClrBack := GetSysColor( COLOR_BTNFACE ...
by ukoenig
Tue May 26, 2009 10:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error in painting a Transparent say
Replies: 11
Views: 3904

To Antonio: ReadVar()

... ------------------- 2. In TGET.PRG: (i) METHOD ReDefine( nId, bSetGet, oWnd, nHelpId, cPict, bValid,; nClrFore, nClrBack, oFont, oCursor, cMsg,; lUpdate, bWhen, bChanged, lReadOnly,; lSpinner, bUp, bDown, bMin, bMax, uVarNam) CONSTRUCTOR // added uVarNam (ii) METHOD ReDefine( nId, bSetGet, oWnd, ...
by Colin Wisbey
Sat Jan 24, 2009 6:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Antonio: ReadVar()
Replies: 10
Views: 2716

xBrowse and Array Refresh

... oBrwMenu ; COLUMNS 2, 3 ; HEADERS "Menu", "Status" ; OF oDlg ; ARRAY aMenu // should not use AUTOCOLS now *oBrwMenu:SetArray( aMenu,.F. ) oBrwMenu:lUpdate := .t. oBrwMenu:nColSel := 2 oBrwMenu:aCols[ 1 ]:nWidth:=330 oBrwMenu:aCols[ 2 ]:SetCheck( { "CheckOn", "CheckOff" } ) oBrwMenu:aCols[ 2 ]:bStrData:=NIL ...
by anserkk
Mon Dec 15, 2008 12:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse and Array Refresh
Replies: 2
Views: 724

... LOGICAL METHOD New( nTop, nLeft, nWidth, nHeight, cResName, cBmpFile, lNoBorder,; oWnd, bLClicked, bRClicked, lScroll, lStretch, oCursor,; cMsg, lUpdate, bWhen, lPixel, bValid, lDesign ) CONSTRUCTOR ************************************ But new collision : MSGSTOP : Cannot load FREEIMAGE.DLL . ...
by Softlog86
Thu Dec 11, 2008 10:15 am
 
Forum: FiveWin for CA-Clipper
Topic: Error TIMAGE:_HDIB
Replies: 11
Views: 5054
PreviousNext

Return to advanced search