PC SOFT

GRUPOS DE DISCUSSÃO PROFISSIONAL
WINDEVWEBDEV e WINDEV Mobile

Inicio → WINDEV 2024 → how to refresh table?
how to refresh table?
Iniciado por Marcov, nov., 02 2020 10:55 AM - 2 respostas
Publicado em novembro, 02 2020 - 10:55 AM
hi,
Sorry I'm new to windev, I would like to understand how to refresh a table after filling a db, in practice I import the data without problems, but the table is shown empty until I open the form again.
Publicado em novembro, 02 2020 - 12:29 PM
hi,
i have solved, sorry, the problem was caused by the fact that I use the express version and the procedure was too complex.
the solution is to use


TableDisplay ()
Membro registado
14 mensagems
Publicado em novembro, 03 2020 - 7:30 AM
Hi Marcov, just use TableDisplay(Table, tainit) in order to refresh the display. There are a few other ways to use TableDisplay(...), just have a look into the Help.

--
Gunter Predl
paypal@windev.at