SuppressEventProcessing DataWindow object property
Description
Whether the ButtonClicked or ButtonClicking event is fired
for this particular button.
Controls
Button controls
Syntax
PowerBuilder dot notation:
|
1 |
<span>dw_control</span>.Object.<span>buttonname</span>.SuppressEventProcessing |
Describe and Modify argument:
|
1 |
"<span>buttonname</span>.SuppressEventProcessing { = '<span> value</span> ' }" |
|
Parameter |
Description |
|---|---|
|
buttonname |
The name of the button control for which |
|
value |
Whether event processing is to occur. Values are:
|
Usage
In the painter
Select the control and set the value in the Properties view, General
tab.
Examples
|
1 |
string setting |
|
1 |
dw1.Object.b_name.SuppressEventProcessing = "Yes" |
|
1 |
setting = dw1.Describe("b_name.SuppressEventProcessing") |
|
1 |
dw1.Modify("b_name.SuppressEventProcessing ='No'") |
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest