FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin para Harbour/xHarbour antes con TDolphin hacia refresh
Posts: 1956
Joined: Fri Oct 07, 2005 07:08 PM
antes con TDolphin hacia refresh
Posted: Thu Sep 30, 2021 11:45 PM

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?

FWH 21.02
Harbour 3.2.0dev (r2104281802)
Copyright (c) 1999-2021, https://harbour.github.io/
Posts: 1789
Joined: Tue Oct 11, 2005 05:01 PM
Re: antes con TDolphin hacia refresh
Posted: Fri Oct 01, 2021 04:53 PM
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
Salu2

Carlos Vargas

Desde Managua, Nicaragua (CA)
Posts: 8515
Joined: Tue Dec 20, 2005 07:36 PM
Re: antes con TDolphin hacia refresh
Posted: Fri Oct 01, 2021 06:04 PM
João Santos - São Paulo - Brasil - Phone: +55(11)95150-7341
Posts: 111
Joined: Sun Oct 09, 2005 03:09 PM
Re: antes con TDolphin hacia refresh
Posted: Mon Oct 04, 2021 04:59 PM

Prueba poniendo antes del refresh
obrw:setfocus()

Saludos

Enviado desde mi Redmi Note 9S mediante Tapatalk

Saludos

Atentamente

Jose F Dominguez Serafin

email admsoporte@gmail.com

Continue the discussion