oGetName:oGet:original == oGetName:value()BCC5.82/BCC7.3
xHarbour/Harbour
oGetName:oGet:original == oGetName:value()Hello
try with oGet:oGet:changed, this return a logical value
becareful are 2 "oGet", (1) FW Get object,, inside has [x]Harbor (2)Get Object ( oGet:oGet )
Hi Garcia,
>try with oGet:oGet:changed, this return a logical value
tried that. Always giving me .f.. I wonder whether both Harbour and xHarbour would give me the same result as I'm using xHarbour mostly.
>becareful are 2 "oGet", (1) FW Get object,, inside has [x]Harbor (2)Get Object ( oGet:oGet )[/quote]
thank you. I noticed that.
Hua,
> tried that. Always giving me .f.
Have you tried it once the GET looses the focus ?
Read all fields in a array and check the differneces
I use :
oGet:bGotfocus := {||Mem:=oGet:Varget() }
Mem can then be compared with the new varget()
Frank