Page 1 of 1

antes con TDolphin hacia refresh

Posted: Thu Sep 30, 2021 11:45 pm
by goosfancito
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?

Re: antes con TDolphin hacia refresh

Posted: Fri Oct 01, 2021 4:53 pm
by carlos vargas
http://wiki.fivetechsoft.com/doku.php?id=fivewin_class_fwmariarowset
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

Re: antes con TDolphin hacia refresh

Posted: Fri Oct 01, 2021 6:04 pm
by karinha

Re: antes con TDolphin hacia refresh

Posted: Mon Oct 04, 2021 4:59 pm
by admsoporte
Prueba poniendo antes del refresh
obrw:setfocus()


Saludos

Enviado desde mi Redmi Note 9S mediante Tapatalk