Skip to main content

Using Hide-Object of a ListView in Dialog System

  • February 15, 2013
  • 0 replies
  • 0 views

Problem:

How can the HIDE-OBJECT function be used in Dialog System dialog on a ListView?

Resolution:

The HIDE-OBJECT function cannot be used in a Dialog System dialog on programmed controls like a ListView or a TreeView.

But the corresponding routine from the class library can be invoked in the control program.

Please use the method "hide" of the class abstract window, which is inherited by the programmed controls:

    INVOKE aControl "hide"

This will hide the ListView.

Old KB# 5207

0 replies

Be the first to reply!