Examples of statements
The following assignment statement in the script for the Clicked
event for a CommandButton changes the text in the StaticText object
st_greeting when the button is clicked:
|
1 |
st_greeting.Text = "Hello User" |
The following statement tests the value entered in the
SingleLineEdit sle_state and displays the window w_state1 if the text
is “AL”:
|
1 |
if sle_State.Text= "AL" then Open(w_state1) |
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest