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?
antes con TDolphin hacia refresh
- goosfancito
- Posts: 1955
- Joined: Fri Oct 07, 2005 7:08 pm
- carlos vargas
- Posts: 1721
- Joined: Tue Oct 11, 2005 5:01 pm
- Location: Nicaragua
Re: antes con TDolphin hacia refresh
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)
Carlos Vargas
Desde Managua, Nicaragua (CA)
- karinha
- Posts: 7935
- Joined: Tue Dec 20, 2005 7:36 pm
- Location: São Paulo - Brasil
- Been thanked: 3 times
- Contact:
-
- Posts: 104
- Joined: Sun Oct 09, 2005 3:09 pm
- Location: Mexico
Re: antes con TDolphin hacia refresh
Prueba poniendo antes del refresh
obrw:setfocus()
Saludos
Enviado desde mi Redmi Note 9S mediante Tapatalk
obrw:setfocus()
Saludos
Enviado desde mi Redmi Note 9S mediante Tapatalk