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()?
... 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 ...
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 ?
... 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 ...
... 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 ...
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" ...
... 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) ...
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) ...