|
| Iniciado por marc_vailati, 02,nov. 2020 10:55 - 2 respuestas |
| |
| | | |
|
| |
| Publicado el 02,noviembre 2020 - 10:55 |
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 el 02,noviembre 2020 - 12:29 |
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 () |
| |
| |
| | | |
|
| | |
| |
Miembro registrado 14 mensajes |
|
| Publicado el 03,noviembre 2020 - 07:30 |
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 |
| |
| |
| | | |
|
| | | | |
| | |
|