PC SOFT

PROFESSIONAL NEWSGROUPS
WINDEVWEBDEV and WINDEV Mobile

Home → WEBDEV 2024 → TableDisplay vs ListDisplay
TableDisplay vs ListDisplay
Started by Henk Ouwejan, May, 19 2017 12:24 AM - 1 reply
Posted on May, 19 2017 - 12:24 AM
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)
Posted on May, 20 2017 - 5:25 PM
Already find it out. Using HExecuteQuery before ListDisplay