Search found 47 matches: oself

Return to advanced search

Re: Autoget desde Recursos

... // match case without case sensitive Function ListFilter1( aList, cData, oSelf ) Local aNewList := { } Local uItem For each uItem in oSelf:uOrgData If Lower( SubStr( uItem[ 1 ], 1, Len( cData ) ) ) == Lower( cData ) AAdd( ...
by nanoespinoza
Wed Jul 26, 2017 4:23 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Autoget desde Recursos
Replies: 18
Views: 3579

Re: Need advice to check exist of object.

hmpaquito wrote:Bad programming style, but running...

TRY
   oSelf:oParent:oCargo:oMHY_Kod:SetItems(.....)
END


Thanks
by Horizon
Fri Jul 14, 2017 9:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Need advice to check exist of object.
Replies: 2
Views: 400

Re: Need advice to check exist of object.

Bad programming style, but running...

TRY
   oSelf:oParent:oCargo:oMHY_Kod:SetItems(.....)
END
by hmpaquito
Thu Jul 13, 2017 9:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Need advice to check exist of object.
Replies: 2
Views: 400

Re: Error en cambio de colores oRBar

... un array con 3 elementos. Como tienes 5 pestañas en la ribbon, tienes que modificarlo para que tenga cinco elementos: oRBar:aClrTabTxt = { { | oSelf , nPrompt | If( nPrompt == oRBar:nOption, CLR_GREEN , CLR_WHITE ) },; { | oSelf , nPrompt | If( nPrompt == oRBar:nOption, CLR_GREEN , CLR_WHITE ...
by Antonio Linares
Sun May 07, 2017 5:44 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error en cambio de colores oRBar SOLUCIONADO
Replies: 2
Views: 695

Re: TCALEX - Sr. Cristobal Navarro

... a window inicia mais o mouse não funciona. A window fica como se estivesse congelada. METHOD New() CLASS SampleCalex local oMenu local oSelf := Self MENU oMenu ENDMENU ::dDateStart := Date() ::dDateEnd := Date() ::lOnPreNext := .F. ::nIDPonto := RetornaIDDoPonto() DEFINE WINDOW ::oWndAC ...
by MGA
Mon Apr 10, 2017 12:36 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: TCALEX - Sr. Cristobal Navarro
Replies: 18
Views: 3397

Re: FWH 16.11 Texured Fonts

... //----------------------------------- FUNCTION BUILDMETRO(oWnd, nDStyle) LOCAL oMetro, oHScroll, oBtn[30], oBrush, oVSlider LOCAL oSelf, nOld := 0, oLizenz, cText, pBrush, aPalBmp DEFINE METROPANEL oMetro OF oWnd TITLE "" ; // must be a EMPTY string otherwise START is ...
by ukoenig
Thu Dec 01, 2016 8:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 16.11 Texured Fonts
Replies: 8
Views: 1846

HELP FOR AUTOGET

... uDataSource, cData, Self ); COLUMN "ACACTIVIDA" ; HEIGHTLIST 100 ------------------------ function ListFilter1( aList, cData, oSelf ) local cAlias := oSelf:uDataSource function ListFilter1( aList, cData, oSelf ) local cAlias := oSelf:uDataSource SELECT AT AT->(DbSetOrder(2)) ...
by Silvio.Falconi
Thu Mar 26, 2015 8:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HELP FOR AUTOGET
Replies: 3
Views: 681

cambiar array de items e listbox

Antonio buenos dias tengo el siguiente codigo    @ 15, 05 LISTBOX oSelf:oLbx1 VAR oSelf:cLbx1 OF oSelf:oDlg1 ;             SIZE 750, 500;             ITEMS oSelf:aItemsLbx  oSelf:aItemsLbx ...
by wilsongamboa
Thu Mar 12, 2015 2:52 pm
 
Forum: FiveTouch
Topic: cambiar array de items e listbox
Replies: 6
Views: 894

Re: BTNBMP Question

At the beginning of the METHOD creating the BTNBMP, please declare a local local oSelf := Self .... Then modify the BTNBMP's action clause Instead of ACTION ( retval := ::invnum, oDpw3:end() ) modify as ACTION ( retval := oSelf:invnum, oDpw3:end() ...
by nageswaragunupudi
Wed Oct 29, 2014 9:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: BTNBMP Question
Replies: 2
Views: 542

Re: Minimizar ventana

MarioG wrote:Lorenzo;
Debes declarar una variable, que puede ser local: oSelf:= self
luego declaras asi:
action oSelf:oWnd:Minimize()


Sabia que debía escribir hasta ahí :)
Gracias Daniel!
by MarioG
Thu Oct 16, 2014 6:53 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Minimizar ventana
Replies: 5
Views: 1149

Re: Minimizar ventana

Saludos Debes declarar una variable, que puede ser local: oSelf:= self luego declaras asi: action oSelf:oWnd:Minimize() si eso sucede dentro del metodo de una clases, la solucion es correcta, de lo contrario simplemente con llamar al objeto window que ...
by Daniel Garcia-Gil
Thu Oct 16, 2014 1:58 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Minimizar ventana
Replies: 5
Views: 1149

Re: Minimizar ventana

Lorenzo;
Debes declarar una variable, que puede ser local: oSelf:= self
luego declaras asi:
action oSelf:oWnd:Minimize()

la explicación: seguramente un "sabio" lo podrá hacer ;-)
Lo que si puedo agregar es que al escribir ::oWnd, esta interpretando como que es una DATA de la clase METRO
by MarioG
Thu Oct 16, 2014 1:35 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Minimizar ventana
Replies: 5
Views: 1149

Re: Help to create a method

... I wrote on bold the line to add ) METHOD BuildPop( nRow, nCol, oView, dDateFrom, dDateTo, nTimeFrom, nTimeTo ) CLASS SampleCalex local oMenu local oSelf := Self local lNew := oView:oCalex:oCalInfoSelected == NIL MENU oMenu POPUP MENUITEM If( lNew, "New appointment",; "Modify appointment" ...
by Silvio.Falconi
Sat Jun 14, 2014 11:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help to create a method
Replies: 6
Views: 1234

Combobox setminvisible

... "cabina32", 100 ) @ 40, 15 COMBOBOX ::oCbx VAR ::cCabina ITEMS ::aCabina[2] OF oPanel PIXEL ; SIZE 220, 157 ; FONT oFont[2] ; ON CHANGE oSelf:BuildCabina() alguna pista?? saludos
by Francisco Horta
Fri Sep 28, 2012 4:11 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Combobox setminvisible
Replies: 1
Views: 459

Re: Changing Tab-text color on TRibbon?

Hello Uwe,

how can you change hover text colour on ribbon if

if nPrompt == oSelf:nStart
nClrTxt = CLR_WHITE
endif
id inside the painting method.

Best regards,
Otto
by Otto
Tue May 15, 2012 12:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Changing Tab-text color on TRibbon?
Replies: 5
Views: 2361
PreviousNext

Return to advanced search