TabSequence DataWindow object property
Description
The number assigned to the specified control in the DataWindow’s
tab order.
Controls
Button, Column, Computed Field, Graph, OLE Object, OLE Database
Blob, Picture, and Text controls
Syntax
PowerBuilder dot notation:
1 |
<span>dw_control</span>.Object.<span>columnname.</span>TabSequence |
Describe and Modify argument:
1 |
"<span>columnname.</span>TabSequence { = <span>number</span> }" |
Parameter |
Description |
---|---|
columnname |
The name of the column whose tab order |
number |
A number from 0 to 32000 specifying the |
Usage
In the painter
Set the value using Format>Tab Order.
Examples
1 |
string setting |
1 |
setting = dw1.Object.emp_name.TabSequence |
1 |
dw1.Object.emp_name.TabSequence = 10 |
1 |
setting = dw1.Describe("emp_name.TabSequence") |
1 |
dw1.Modify("emp_name.TabSequence = 10") |
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments