PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → [WD 22] Max Limit in a Table Control
[WD 22] Max Limit in a Table Control
Iniciado por guest, 11,ago. 2017 07:05 - 2 respuestas
Publicado el 11,agosto 2017 - 07:05
Hi to all.

If I have the parameter "loaded in memory / max limit" set in a table control then after nn records appears a message that the number of records is reached.

Can this message be switched off somewhere?

Best Regards
Stefan
Publicado el 11,agosto 2017 - 08:10
Hi Stefan,
this means that the max number of records has been reached and loaded into memory - end of game. This option is meant for a number of records well less than those indicated in the table's description.
1 - increase the number of max records with the risk to reach them unexpectedly at some point in the near or far future.
2 - switch the table control to browse with unlimited records (recommended).
Publicado el 11,agosto 2017 - 08:19
Hi Günter,

Thanks for Reply.

Then i have to switch to a progammed Browse.

Thanks a lot
Stefan