2002-12-17 12:40 UTC-0300 Walter Negro <anegro@overnet.com.ar>
* source/tget.prg
! Fix, UpdateBuffer() should not actualize the variable if the value
was not modified.
This commit is contained in:
@@ -125,7 +125,7 @@ CLASS Get
|
||||
METHOD SetFocus()
|
||||
METHOD Undo()
|
||||
METHOD UnTransform()
|
||||
METHOD UpdateBuffer() INLINE ::buffer := ::PutMask( ), ::Assign():Display(), Self
|
||||
METHOD UpdateBuffer() INLINE ::buffer := ::PutMask( ), if(::lEdit, ::Assign(),), ::Display(), Self
|
||||
|
||||
METHOD VarGet()
|
||||
METHOD VarPut(xValue, lReFormat)
|
||||
|
||||
Reference in New Issue
Block a user