Search found 129 matches: oget2

Return to advanced search

Re: Haga clic en el BITMAP no obedece WHEN GET

Prueba a añadir esto:

oGet2:oBtn:Disable()
by Antonio Linares
Tue Mar 17, 2015 4:06 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Haga clic en el BITMAP no obedece WHEN GET
Replies: 14
Views: 2887

Haga clic en el BITMAP no obedece WHEN GET

... Eval( bLista01 ), NIL ) } oGet1:cToolTip := 'Informe o número da Conta ' bLista01 := {|| cCodigo := ListaCC( cCodigo, oGet1 ) } redefine Get oGet2 var cProduto picture '999' id 102 of oDlg_0051 valid( val_0051a() ) action( Eval( bLista02 ) ) Bitmap "Lupa2" update WHEN .f. oGet2:lBtnTransparent ...
by alexpdasilva
Tue Mar 17, 2015 4:12 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Haga clic en el BITMAP no obedece WHEN GET
Replies: 14
Views: 2887

Re: Greek Fonts in dialogs

... FUNCTION main() *---------------------- LOCAL odbf,oget,odlg,obtn1,obtn2,obtn3,obtn4,; obrw,midos,; ret_val := .F.,; oget1,oget2 LOCAL oClient1 LOCAL oMenu23, oBrushM1 LOCAL company:="MAKRIS" HB_LangSelect( 'ELWIN' ) HB_SetCodePage("ELWIN") if !empty(oClient1) ...
by jorjio
Sun Jun 15, 2014 8:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Greek Fonts in dialogs
Replies: 6
Views: 971

Salir de DLG con gets, con ESC

... TO nBot+40,nDer STYLE nOR( DS_MODALFRAME, WS_POPUP ) PIXEL; COLOR aCOLOR(19),aCOLOR(18) @ 1, 1 get oGet1 var cGet1 picture '@!' @ 1,10 get oGet2 var cGet2 picture '@R' @ 1,40 get oGet3 var cGet3 picture '@S20' etc... @ (nBot-nTop)-2,(nDer-nIzq)/2-71 SBUTTON oBtn[1] PROMPT '&Aceptar' ...
by noe aburto
Thu Dec 05, 2013 5:02 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Salir de DLG con gets, con ESC
Replies: 8
Views: 1780

Re: Controlar Gets y validaciones...

... por cada Get, pero al final, en el boton Aceptar, vuelve a validar. Ej: Redefine Get oGet1 Var... Valid TuFuncion(var1,var2...) Redefine Get oGet2 Var... Valid TuFuncion(var1,var2...) Redefine Get oGet3 Var... Valid TuFuncion(var1,var2...) Redefine button oBt1....... Action TodoOK(var1,var3,varx...) ...
by ACC69
Tue Jul 23, 2013 3:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Controlar Gets y validaciones...
Replies: 16
Views: 3191

Re: Controlar Gets y validaciones...

... por cada Get, pero al final, en el boton Aceptar, vuelve a validar. Ej: Redefine Get oGet1 Var... Valid TuFuncion(var1,var2...) Redefine Get oGet2 Var... Valid TuFuncion(var1,var2...) Redefine Get oGet3 Var... Valid TuFuncion(var1,var2...) Redefine button oBt1....... Action TodoOK(var1,var3,varx...) ...
by FranciscoA
Tue Jul 23, 2013 3:04 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Controlar Gets y validaciones...
Replies: 16
Views: 3191

Re: DATE RANGE

... oBrwReserva:Refresh(), oDlg:Update() ), nil ), .t. ) ; ON CHANGE ( oBrwRooms:Refresh(), oBrwReserva:Refresh() ) @ 10, 100 DTPICKER oGet2 VAR dEnd OF oDlg SIZE 50, 10 PIXEL UPDATE ; VALID ( If( d2 != dEnd, ; ( GetBusyRooms( d1 := Min( dStart, dEnd ), d2 := Max( dStart, dEnd ) ), ...
by Silvio.Falconi
Tue Mar 19, 2013 11:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DATE RANGE
Replies: 56
Views: 15094

action calendar error

... a date ... I wish return the value od dFecha and close the odlg... I click on one day but then not close the calendar I use this : @ 10,100 GET oGet2 VAR dEnd ... bitmap"d_ca.bmp" action show_cal(dFechapres,oGet2) Function show_cal(dFechapres,oControl) Local oDlg, oCal Local lOk := ...
by Silvio.Falconi
Tue Mar 19, 2013 9:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: action calendar error
Replies: 0
Views: 347

Re: Class TMultiGet - Focus Color

... ), oGet1:Refresh() } I got it working like : http://www.pflegeplus.com/pictures/multiline1.jpg function Main() Local oGet1, oGet2, lFocus1 := .F. local cVar:="lalalalala",cVar1:="hoplalalalala" DEFINE DIALOG oDlg FROM 1,10 TO 24,60 @ 1, 12 BUTTON "&End" ...
by ukoenig
Thu Feb 14, 2013 1:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Class TMultiGet - Focus Color
Replies: 2
Views: 711

Re: New User of FiveLinux

...  if ::bGotFocus != nil      Eval( ::bGotFocus, Self )   endifreturn nil so now we can do from the example: oGet2:bGotFocus = { || oGet2:SetText( Time() ) } with these tests I have found that the Methods SetCurPos() and SetSel() are not working from within ...
by Antonio Linares
Thu Feb 14, 2013 11:43 am
 
Forum: FiveLinux / FiveDroid (Android)
Topic: New User of FiveLinux
Replies: 7
Views: 3363

Re: Message en get

... objeto.. DEFINE DIALOG oDlg FROM 0, 5 TO 20, 40 TITLE "A Dialog Box" @ 1, 2 GET oGet1 VAR cName SIZE 50, 12 OF oDlg UPDATE @ 2, 2 GET oGet2 VAR cFecha SIZE 50, 12 OF oDlg PICTURE "@d" UPDATE oGet1:cToolTip:= "Su nombre completo aquí" oGet1:cToolTip:= "Fecha ...
by mantonio_08
Mon Jan 07, 2013 4:38 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Message en get
Replies: 5
Views: 810

Re: Xbrowe with array

... ; ON CHANGE { aData1 := aData[oBrw:nArrayAt, 1 ], ; // Value of 1. Column aData2 := aData[oBrw:nArrayAt, 2 ], ; // 2. Column oGet1:Refresh(), oGet2:Refresh() } // 2. get displays Value of Column 2 @ 10, 160 GET oGet1 VAR aData1 OF oDlg SIZE 48, 15 PIXEL ; FONT oTxtFont COLOR 0, 16443068 UPDATE ...
by ukoenig
Sun Aug 26, 2012 7:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowe with array
Replies: 1
Views: 470

Re: Reading from INI-file, DECIMALS are ignored ?

... oBtn1, oBtn2, oBmp, oBmpF, oBrush,cBrush:=".\wall.bmp" local oTitGet1, oTitGet2, oTitGet3, oTitGet4, oTitGet5, oSayText local oGet1, oGet2, oGet3, oGet4, oGet5 local uTemp:=aGet DEFAULT lDecim:=.f. if !Empty(cBrush) .and. file(cBrush) DEFINE BRUSH oBrush FILENAME cBrush endif DEFINE ...
by FranciscoA
Sat Jun 09, 2012 3:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Reading from INI-file, DECIMALS are ignored ?
Replies: 1
Views: 624

Re: Question about control tab order

... of a control: SetWindowPos( hWndControl, hWndControlInsertAfter, 0, 0, 0, 0, nOr( SWP_NOMOVE, SWP_NOSIZE ) ) i.e., if you have two GETs, oGet1 and oGet2, then: SetWindowPos( oGet2:hWnd, oGet1:hWnd, 0, 0, 0, 0, nOr( SWP_NOMOVE, SWP_NOSIZE ) ) http://msdn.microsoft.com/en-us/library/windows/desktop/ms633545(v=vs.85).aspx
by Antonio Linares
Fri May 04, 2012 6:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about control tab order
Replies: 4
Views: 956

non-standard behavior

... #define crlf CHR(13)+CHR(10) FUNCTION main() LOCAL oDlg LOCAL oGet1 , cGet1 := "Aaaaa " + crlf + "Bbbbbbb " LOCAL oGet2 , cGet2 := "Cccccc Dddd Eeeeee " DEFINE DIALOG oDlg @ 1 , 1 GET oGet1 VAR cGet1 OF oDlg SIZE 100 , 30 PIXEL MEMO @ 3 , 1 GET oGet2 VAR ...
by MarcoBoschi
Thu Dec 15, 2011 5:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: non-standard behavior
Replies: 15
Views: 2671
PreviousNext

Return to advanced search