Kbase P29970: How to hide a SmartDataBrowser?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  08/07/2003 |
|
Status: Unverified
GOAL:
How to hide a SmartDataBrowser?
FACT(s) (Environment):
Progress 9.x
FIX:
To hide a SmartDataBrowser use the hideObject procedure.
For example, to hide a SmartDataBrowser whose handle is h_bcustomer the following code would be used:
RUN hideObject IN h_bcustomer.