PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WEBDEV 2024 → TableDisplay vs ListDisplay
TableDisplay vs ListDisplay
Débuté par Henk Ouwejan, 19 mai 2017 00:24 - 1 réponse
Posté le 19 mai 2017 - 00:24
Hi all,

I want to refresh a combo at runtime. I've used ListDisplay(COMBO_QRY_Catalog, taInit) for this. But it ain't work. For a table using the same query I have used TableDisplay(Table_QRY_Catalog, taInit) and that works fine.

What is the different between ListDisplay en TableDisplay?

Regards,

Henk

(WebDev 22 beta)
Posté le 20 mai 2017 - 17:25
Already find it out. Using HExecuteQuery before ListDisplay