AddLineFeeds
This property was added in VFP 6 Service Pack 3 to address an issue in manipulating edit box data. It allows you to specify whether return characters (CHR(13)) automatically turn into return plus linefeed (CHR(13) + CHR(10)) when edit box data is moved to its ControlSource.
Usage |
edtEditBox.AddLineFeeds = lAddLineFeeds lAddLineFeeds = edtEditBox.AddLineFeeds |
Example |
* You're most likely to set this one in the Property Sheet * but, if it were code, you'd do something like: This.AddLineFeeds = .F. |
See Also |