Progress
ADM 2 Reference


viewObject (smart.p)

Logically views the current object, setting its ObjectHidden property to false.

Parameters: None

Returns: Nothing (procedure)

Notes:

Examples:

/* Views an object when a button is pressed. */ 
ON CHOOSE OF Btn_View_Browser 
DO: 
  RUN viewObject IN hSDBrowser. 
END. 


Copyright © 2004 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095