The initial value of the column in a newly inserted row.
Column controls
Describe and Modify argument:
"columnname.Initial { = ' initialvalue ' }"
Parameter |
Description |
---|---|
columnname |
A string containing the name of the column for which you want to get or set the initial property. |
initialvalue |
A string containing the initial value of the column. Special values include:
|
[Visual Basic] setting = dw1.Describe("empname.Initial")
dw1.Modify("empname.Initial='empty'")
dw1.Modify("empstatus.Initial='A'")