antes con TDolphin hacia refresh

Post Reply
User avatar
goosfancito
Posts: 1955
Joined: Fri Oct 07, 2005 7:08 pm

antes con TDolphin hacia refresh

Post 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?
FWH 21.02
Harbour 3.2.0dev (r2104281802)
Copyright (c) 1999-2021, https://harbour.github.io/
User avatar
carlos vargas
Posts: 1721
Joined: Tue Oct 11, 2005 5:01 pm
Location: Nicaragua

Re: antes con TDolphin hacia refresh

Post 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
Salu2
Carlos Vargas
Desde Managua, Nicaragua (CA)
User avatar
karinha
Posts: 7935
Joined: Tue Dec 20, 2005 7:36 pm
Location: São Paulo - Brasil
Been thanked: 3 times
Contact:

Re: antes con TDolphin hacia refresh

Post by karinha »

João Santos - São Paulo - Brasil - Phone: +55(11)95150-7341
admsoporte
Posts: 104
Joined: Sun Oct 09, 2005 3:09 pm
Location: Mexico

Re: antes con TDolphin hacia refresh

Post by admsoporte »

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
Post Reply