Connection Information

To perform the requested action, WordPress needs to access your web server. Please enter your FTP credentials to proceed. If you do not remember your credentials, you should contact your web host.

Connection Type

Show – PB Docs 150 – PowerBuilder Library

Show – PB Docs 150

Show PowerScript function

Description

Makes an object or control visible, if it is hidden. If the
object is already visible, Show brings it to
the top.

Controls

Any object

Syntax

Argument

Description

objectname

The name of the object or control you
want to make visible (show)

Return Values

Integer. Returns 1 if it succeeds and
-1 if an error occurs. If objectname is null, Show
returns null.

Usage

If the specified object is a window that is not open, an execution
error occurs.

You cannot use Show to show a drop-down
or cascading menu, or any menu that has an MDI frame window as its
parent window.

Equivalent syntax

You can set the object’s Visible property instead
of calling Show:

This statement:

is equivalent to:

Examples

This statement makes visible the menu selection called m_options on
the menu m_status:

This statement makes the child window w_child visible:

See Also


Document get from Powerbuilder help
Thank you for watching.
Was this article helpful?
Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x