PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → refresh table (screen only, not from file)
refresh table (screen only, not from file)
Iniciado por vvido, 02,feb. 2015 11:45 - 1 respuesta
Miembro registrado
94 mensajes
Publicado el 02,febrero 2015 - 11:45
I have a table loaded in memory, automatic browse.

After I make some changes (I change some values by programming, which affect the sorting order), the displayed table does not reflect the changes.
I would like that the table reflects the changes made by programing.
If I call TableDisplay, the table is refreshed from file and the changes are lost.

Is there any possibility to simulate the mouse button click on the sort header of the table column (this sort functionality is provided by the runtime library)
Miembro registrado
94 mensajes
Publicado el 03,febrero 2015 - 10:24
just to make it clearer:

the changes are visible, but the sort order is not changed.

WinDev18