Search found 26 matches: odat

Return to advanced search

Re: Cuantas columnas tiene una tabla?

MI estimado...
con MariaDb, oDat:FCount()
by Willi Quintana
Sat Sep 02, 2023 3:24 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cuantas columnas tiene una tabla? (SOLUCIONADO)
Replies: 6
Views: 437

calculadora nativa em FW

uso MsgDate para abrir o calendario ao clicar em button

@ 1, 1 GET oDat_Rece,,,dDat_Rece.. ... BITMAP "" PICTURE "99/99/9999" ACTION MsgDate( Date(),, oDat_Rece)

pergunta... existe algo semelhante para calculadora nativo de fw?
by Sistem
Sat Jun 08, 2019 8:07 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: calculadora nativa em FW
Replies: 10
Views: 1246

Re: Database - 17.07 - Problems

James, thank for your time, im using fwh17.07 with tdatabase from 17.05 and tdata without errors, but my question is : My data is safe? I run the risk of being recording in incorrect database? i should put odat:=nil after odat:close()?

very thanks
by norberto
Fri Sep 08, 2017 6:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Database - 17.07 - Problems
Replies: 84
Views: 11890

Re: Database - 17.07 - Problems

james,

Do you mean you open it, then close it, then open it again?

yes. open a dialog with object database, close, open again, error with 17.07, work fine with 17.05.
I use odat:close() in end of dialog.

thanks
by norberto
Thu Aug 24, 2017 6:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Database - 17.07 - Problems
Replies: 84
Views: 11890

Re: Possible to make CRLF of multiline gets visible ?

... CRLF, "|") aDat[91] := STRTRAN(("PATIENT")->MEDIKAM2, CRLF, "|") Edit REDEFINE GET oDat[90] VAR aDat[90] ID 610 ; OF oFld:aDialogs[ 1 ] FONT oFontsys MULTILINE UPDATE REDEFINE GET oDat[91] VAR aDat[91] ID 620 ; OF oFld:aDialogs[ 1 ...
by ukoenig
Wed Jun 08, 2016 12:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Possible to make CRLF of multiline gets visible ?
Replies: 6
Views: 1043

Re: xBrowse blcklicked

... mRef_Id =space(3) mNazRef =space(40) mNazJed =space(30) mNazPar =space(30) oRB :refresh() oPoz :refresh() oRef_Id :refresh() oRadJed_Id :refresh() oDat :refresh() oSifCar :refresh() oBroj :refresh() oCIULAZ :refresh() oNazPos1 :refresh() oNazPos2 :refresh() oBtto :refresh() oNeto :refresh() oBrOmo ...
by nebojsa
Tue May 14, 2013 1:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse blcklicked
Replies: 8
Views: 1858

Re: Inhabiltar GET despues de capturar dato

Hola;

Usa el When como dice karinha o usas los metodos para activar y desactivar los objetos con oT:oDat[x]:Disable() o oT:oDat[x]:Enable().

Un saludo
JLL
by jll-fwh
Wed May 23, 2012 4:58 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Inhabiltar GET despues de capturar dato
Replies: 5
Views: 859

Re: Inhabiltar GET despues de capturar dato

Prueba asi
oT:oDat[ 4]:bLostFocus := { || oT:oDat[ 4]:lReadOnly:=.T.,oT:oDat[ 4]:Refresh() }

Salu2
by FRANCISDAX
Wed May 23, 2012 3:15 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Inhabiltar GET despues de capturar dato
Replies: 5
Views: 859

Inhabiltar GET despues de capturar dato

Hola FiveWinners.

ES necesario que el campo del GET no sea modificado, una vez que el dato se capturo...
he intentado con: oT:oDat[ 4]:lReadOnly:=.T.; oT:oDat[ 4]:Refresh() pero no funciona, alguien conoce el truco ?

Saludos
by devtuxtla
Wed May 23, 2012 2:46 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Inhabiltar GET despues de capturar dato
Replies: 5
Views: 859

Re: problema urgente tvget

... tiene que aparecer el la posicion 4 para que me respete el texto yo utilizo la clase vGet y no me hacia eso investigando el la clases hize esto oDat[13]:SetFocus() oDat[13]:Refresh() oDat[13]:SetPos( Len( Alltrim( oDat[13]:Value() ) )+1 ) con este codigo solucione mi problema lo unico que cambio ...
by jose_murugosa
Mon Aug 31, 2009 5:17 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: problema urgente tvget
Replies: 7
Views: 996

Re: problema urgente tvget

... tiene que aparecer el la posicion 4 para que me respete el texto yo utilizo la clase vGet y no me hacia eso investigando el la clases hize esto oDat[13]:SetFocus() oDat[13]:Refresh() oDat[13]:SetPos( Len( Alltrim( oDat[13]:Value() ) )+1 ) con este codigo solucione mi problema lo unico que cambio ...
by tomafa
Mon Aug 31, 2009 4:48 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: problema urgente tvget
Replies: 7
Views: 996

Re: GET AND PICTURE ERROR

... when I load arrayfor the procedure oT:=CA_210():New() CLASS CA_210   DATA lNew, lAdd, lEnd, lFst, lCap, lApp, lGpo   DATA oDat, oPar, aPar, oBtn, aTot, aDat, cGpo   DATA cPic1, cPic2, cPic3, cPic4   METHOD New() CONSTRUCTORENDCLASSMETHOD New() ...
by Silvio
Wed Jul 01, 2009 3:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GET AND PICTURE ERROR
Replies: 10
Views: 1674

Re: GET AND PICTURE ERROR

it compile and link exe file when I open the exe it make error @ 3,0.5 GET oT:oDat[ 1] VAR oT:aDat[ 1] SIZE 40,12 OF oDlc PICTURE "999999" VALID Val_Doc() WHEN oT:lNew @9.5,30.8 GET oT:oDat[32] VAR oT:aDat[32] OF oDlc SIZE 65,11 PICTURE "99,999,999.99" ...
by Silvio
Tue Jun 30, 2009 11:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: GET AND PICTURE ERROR
Replies: 10
Views: 1674

Re: GET AND PICTURE ERROR

... run ok when i use the dialog make with @x,y no resource it nou run oT:aDat[32] is not nil because when open the dialog I load all the variables oT:oDat[ 1]:Enable() oT:oDat[ 1]:Refresh() oT:lApp:=oT:lEnd:=oT:lFst:=oT:lNew:=.T. (oDCot)->(DbSetOrder(1)) (oDCot)->(DbGoBottom()) oT:aDat[ 1]:=StrZero(Val((oDCot)->NumDoc)+1,5) ...
by Silvio
Tue Jun 30, 2009 8:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: GET AND PICTURE ERROR
Replies: 10
Views: 1674

GET AND PICTURE ERROR

WHY WHEN i INSERT THE PICTURE MAKE ERROR ? @9.5,30.8 GET oT:oDat[32] VAR oT:aDat[32] OF oDlc SIZE 65,11 PICTURE "99,999,999.99" Error description: Error BASE/1122 Argument error: TRANSFORM Stack Calls =========== Called from: => TRANSFORM(0) ...
by Silvio
Sun Jun 28, 2009 7:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GET AND PICTURE ERROR
Replies: 10
Views: 1674
Next

Return to advanced search