CoreDb.FilePut Method | |
Export field contents from Memo field to file
Namespace:
XSharp
Assembly:
XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax STATIC METHOD FilePut(
nPos AS DWORD,
cFile AS STRING
) AS LOGIC
public static bool FilePut(
uint nPos,
string cFile
)
Request Example
View SourceParameters
- nPos
- Type: DWord
The 1 based position of the field in the database file structure for the current work area. - cFile
- Type: String
The name of the file to write
Return Value
Type:
LogicTRUE if successful; otherwise, FALSE.
Remarks Tip |
---|
VoDbFilePut() and CoreDb.FilePut() are aliases |
See Also