Search found 55 matches: oget3

Return to advanced search

Re: PlaceHolder HARBOUR

... dois detalhes no seu código, Primeiro: você está usando um único objeto GET (oGet) para todos os seus get, deve ser um para cada (oGet1, oGet2, oGet3...) Segundo: o FOCUS na hora de carregar o formulário não pode estar em nenhum GET, tente colocar no botão de saída (BOTÃO "&Cancelar") ...
by JoseAlvarez
Tue Oct 03, 2023 9:33 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: PlaceHolder HARBOUR
Replies: 8
Views: 496

Re: Boton en BtnGet

Gracias nuevamente, pongo un ejemplo de la situacion: Function Menu() local oDlg1, oLbx1, oGet2, oGet3 SET 3DLOOK ON // Microsoft 3D Look DEFINE DIALOG oDlg5 FROM 13,15 TO 38,76 ; TITLE "Control de Tickets " ; nTicket:=0 Libre:=.t. @ 0.25, 19.5 TBTNGET oGet2 VAR ...
by servicomver
Fri Jul 05, 2019 8:10 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Boton en BtnGet
Replies: 10
Views: 1468

Re: Boton en BtnGet

... 4 TBTNGET oGet2 VAR nTicket OF oDlg5 ; SIZE 45, 12 RIGHT ; RESOURCE "Prop" ; PICTURE "9999999"; ACTION Cliente1(oLbx,oGet2,oGet3,oGet4); VALID (Cliente2(@nTicket,oGet2,oGet3,oGet4,oDlg5),Libre) FONT fntArial En ACTION Cliente1, abro un LIstbox donde el usuario selecciona ...
by servicomver
Thu Jul 04, 2019 3:45 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Boton en BtnGet
Replies: 10
Views: 1468

Re: New FTDN Oct. 2018 (FWH 18.10)

... de AEvalwhen con las ventanas y los diálogos mdichild en las ventanas mdichild señaladas. viewtopic.php?f=3&t=36211&p=215877&hilit=but+oget3#p215877 viewtopic.php?f=6&t=36117 * Mejora en el pintado de los separadores de los grupos de la barra de botones: - La etiqueta de grupo del ...
by Antonio Linares
Tue Nov 13, 2018 8:35 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN Oct. 2018 (FWH 18.10)
Replies: 5
Views: 4232

New FTDN Oct. 2018 (FWH 18.10)

... and dialogs in mdichild windows pointed out are fixed. http://forums.fivetechsupport.com/viewtopic.php?f=3&t=36211&p=215877&hilit=but+oget3#p215877 http://forums.fivetechsupport.com/viewtopic.php?f=6&t=36117 * Buttonbar Group Separators painting enhancements: - Group label of last ...
by Antonio Linares
Sun Nov 11, 2018 11:24 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN Oct. 2018 (FWH 18.10)
Replies: 5
Views: 4232

Re: ERROR in GET Control when use MDI Window

Dear Rao Sir ,

After changing code in the control.prg , Its working now as expected. :) Many thanks to you.

Just one observation that the oGet3 get enable but without BORDER.


Thanks
shridhar
by shri_fwh
Sat Oct 13, 2018 11:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ERROR in GET Control when use MDI Window
Replies: 10
Views: 2444

Re: ERROR in GET Control when use MDI Window

... is gone I advise you to use the flags "/w1 /es2" while compiling. Had you used these flags you would not have made this posting. But oGet3 should get enabled when oGet1 inputs gets value 5 for variable v1. This is NOT working. Unfortunately, this is due to a bug introduced in version ...
by nageswaragunupudi
Sat Oct 13, 2018 11:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ERROR in GET Control when use MDI Window
Replies: 10
Views: 2444

Re: ERROR in GET Control when use MDI Window

Dear Rao Sir ,

Thanks ...! Now error is gone , But oGet3 should get enabled when oGet1 inputs gets value 5 for variable v1. This is NOT working.

Thanks
Shridhar
by shri_fwh
Sat Oct 13, 2018 10:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ERROR in GET Control when use MDI Window
Replies: 10
Views: 2444

Actualizar oGet

Hola tengo una linea nDato:=123.44 @ 3.2, 9 GET oGet3 VAR nImp1 PICTURE "999,999.99" SIZE 40, 12 COLOR "B+/W/" FONT fntArial RIGHT oGet3:Disable() Despues de una evaluacion la VAR nImp1 se tiene que activar y tomar un valor de ...
by servicomver
Thu Jun 15, 2017 7:18 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Actualizar oGet
Replies: 2
Views: 478

Re: fiveweb

... asi: @ 210, 160 BUTTON "Ok" OF xDlg ACTION ACTION document.location = "otto.exe?dos:"+; document.getElementById( "oGet3" ).value + ":" + ; document.getElementById( "oGet4" ).value + ":" ATail( oDlg:aControls ):cAction += '+ "' ...
by Antonio Linares
Thu Feb 11, 2016 10:17 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: fiveweb
Replies: 10
Views: 1722

Re: fiveweb

... function BuscoPersona ( aParams ) *===================== LOCAL xDlg , oGet4:='' , oGet3:='' , lRet:=.T. , xSave:=.F. , Nombre:='' , Profe:='' , oSay , IdBien LOCAL cvar:=space(8) LOCAL cnue:=space(8) LOCAL AGRI , TPAS , TPER:=abro('TPERSONA',5) ...
by silvinamazzaro
Wed Feb 10, 2016 7:25 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: fiveweb
Replies: 10
Views: 1722

fiveweb

... id de la persona @ 210, 160 BUTTON "Ok" OF xDlg ; ACTION document.location = "otto.exe?dos:"+; document.getElementById( "oGet3" ).value + ":" + ; document.getElementById( "oGet4" ).value + ":" ;
by silvinamazzaro
Wed Feb 10, 2016 2:01 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: fiveweb
Replies: 10
Views: 1722

Salir de DLG con gets, con ESC

... 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' RESOURCE 'GOSEMA','GOSEMV' OF oDLG(1); ...
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: 1762

Re: Controlar Gets y validaciones...

... 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...

... 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
Next

Return to advanced search