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