Im Using FW9.11's xBrowse
Code: Select all | Expand
WITH OBJECT xBrw
:aCols[ 1 ]:bEditValid := {|| msginfo('1'), .T. } //executed 3 times.
END
How to prevent this?
Regards,
Fraxzi
Code: Select all | Expand
WITH OBJECT xBrw
:aCols[ 1 ]:bEditValid := {|| msginfo('1'), .T. } //executed 3 times.
END
nageswaragunupudi wrote:for me it evaluates only once.