Mr Rao.
I have a xBrowse which I need to update with a different FwhMysql rowset. When I created it I do
oDbDat:=oSvr:Rowset(xSelect)
oBrow:setMysql(oDbDat,.T.,.T.)
Later on I need to change the select (same fields, but different data), then I do.
oDbNew:=oSvr:Rowset(NewSelect)
oDbDat:=oDbNew
oBrw:Refresh()
SysRefresh()
But nothing changes on the Browse, the old data is still present ( if I call a xBrowse(oDbDat) after assign oDbDat:=oDbNew to check it, the new data is there, but no replicated in the Browse)
Any Ideas
FWH 17.04