Initial DataWindow object property
Description
The initial value of the column in a newly inserted row.
Controls
Column controls
Syntax
PowerBuilder dot notation:
1 |
<span>dw_control</span>.Object.<span>columnname</span>.Initial |
Describe and Modify argument:
1 |
"<span>columnname</span>.Initial { = '<span> initialvalue</span> ' }" |
Parameter |
Description |
---|---|
columnname |
A string containing the name of the column |
initialvalue |
A string containing the initial value
|
Examples
1 |
setting = dw1.Object.empname.Initial |
1 |
dw1.Object.empname.Initial = "empty" |
1 |
setting = dw1.Describe("empname.Initial") |
1 |
dw1.Modify("empname.Initial='empty'") |
1 |
dw1.Modify("empstatus.Initial='A'") |
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments