Whether line feed and carriage return characters contained within a row in the DataWindow are converted to white space.

DataWindows
PocketBuilder dot notation:
dw_control.Object.DataWindow.RetainNewLineChar
Describe and Modify argument:
"DataWindow.RetainNewLineChar { = value }"
Parameter |
Description |
|---|---|
value |
Whether line feed and carriage return characters embedded in the data for a DataWindow are replaced with white space. Values are:
|
string str
str = dw_1.Object.DataWindow.RetainNewLineChar
dw_1.Object.DataWindow.RetainNewLineChar="False"
str = dw_1.Describe("DataWindow.RetainNewLineChar")
dw_1.Modify("DataWindow.RetainNewLineChar=False")
| Copyright © 2004. Sybase Inc. All rights reserved. |
|
|