Whether tab characters embedded in the data for a DataWindow display as square boxes when the row is not the current row.
DataWindows
PocketBuilder dot notation:
dw_control.Object.DataWindow.ReplaceTabWithSpace
Describe and Modify argument:
"DataWindow.ReplaceTabWithSpace { = value }"
Parameter |
Description |
---|---|
value |
Whether tab characters embedded in the data for a DataWindow are replaced with spaces. Values are:
|
string str
str = dw_1.Object.DataWindow.ReplaceTabWithSpace
dw_1.Object.DataWindow.ReplaceTabWithSpace="Yes"
str = dw_1.Describe("DataWindow.ReplaceTabWithSpace")
dw_1.Modify("DataWindow.ReplaceTabWithSpace=Yes")
Copyright © 2004. Sybase Inc. All rights reserved. |
![]() |