In FW 13.04 this code in xBrowse goes to previous row, but it must be on the same row:
- Code: Select all Expand view
- if MsgYesNo("Want to Add new Record?","New Record in "+cAlias)
APPEND BLANK
oBrw:refreshCurrent()
oBrw:GoLeftMost()
oBrw:Refresh()
oBrw:aCols[ 4 ]:Edit()
endif
Bad in FW 13.04:
http://tinypic.com/r/314pa4g/5
In previous FW 13.03 it was OK.
Thank you.