Tengo un xbrowse, luego hago un update, o insert
y quiero que el xbrowse se "refresque".
Antes hacia
::oQry:refresh()
::oBrw:refresh()
ahora con MARIADB como tengo que proceder?
Tengo un xbrowse, luego hago un update, o insert
y quiero que el xbrowse se "refresque".
Antes hacia
::oQry:refresh()
::oBrw:refresh()
ahora con MARIADB como tengo que proceder?
Refresh() Applies only to rowsets/tables having update timestamp.
Reads from Server rows with timestamp later than the max timestamp in the rowset and updates the rowset with new values and returns number of rows updated
ReQuery ( [aNewParams] )
Reads data fully again from the server, optionally applying new parameters
ReSync() Reads current record from the server and updates the values in the rowset
Prueba poniendo antes del refresh
obrw:setfocus()
Saludos
Enviado desde mi Redmi Note 9S mediante Tapatalk