In FW 13.04 this code in xBrowse goes to previous row, but it must be on the same row:
if MsgYesNo("Want to Add new Record?","New Record in "+cAlias)
APPEND BLANK
oBrw:refreshCurrent()
oBrw:GoLeftMost()
oBrw:Refresh()
oBrw:aCols[ 4 ]:Edit()
endifBad in FW 13.04:
http://tinypic.com/r/314pa4g/5
In previous FW 13.03 it was OK.
Thank you.
Un saludo, Best regards,
Harbour 3.2.0dev, Borland C++ 5.82 y FWH 13.06 [producci贸n]
Implementando MSVC 2010, FWH64 y ADO.
Abandonando uso xHarbour y SQLRDD.