Initial
property (DataWindow object)
Description
The initial value of the column in a newly inserted row.
Applies to
Column controls
Syntax
PowerBuilder dot notation:
|
1 |
dw_control.Object.columnname.Initial |
Describe and Modify argument:
|
1 |
"columnname.Initial { = ' initialvalue ' }" |
|
Parameter |
Description |
|---|---|
|
columnname |
A string containing the name of the column for |
|
initialvalue |
A string containing the initial value of the Empty — A string of Null — No value Spaces — All Today — Current date, time, or date and |
Examples
|
1 2 3 4 5 |
setting = dw1.Object.empname.Initial dw1.Object.empname.Initial = "empty" setting = dw1.Describe("empname.Initial") dw1.Modify("empname.Initial='empty'") dw1.Modify("empstatus.Initial='A'") |
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest