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

Specify properties of the CommandButton controls – PB Docs 2021 – PowerBuilder Library

Specify properties of the CommandButton controls – PB Docs 2021

Specify properties of the
CommandButton controls

Now you define the properties of the CommandButton
controls.

  1. Select the top CommandButton control.

    The General page of the Properties view displays properties of
    the CommandButton control.

  2. Type cb_ok in the Name text box on the Properties view General
    page.

    Type OK in the Text text box.

    Select the Default check box.

    This step changes the default name of the control to something
    more descriptive and adds a text label (OK) to the button. Because
    you selected the Default check box, when an application user presses
    the Enter key, the Clicked event for this button will be triggered.
    (The user does not have to click the button itself for the event to
    be triggered.)

  3. Select the bottom CommandButton control.

    Type cb_cancel in the Name text box.

    Type Cancel in the Text text box.

    Select the Cancel check box.

    Because you selected the Cancel check box, when an application
    user presses the Esc key, the Clicked event for this button will be
    triggered.

    pbc05w06.gif

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