 | ICommenceDatabaseCheckOutFormScript Method |
Saves the detail form script to file.
Namespace:
Vovin.CmcLibNet.Database
Assembly:
Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntaxbool CheckOutFormScript(
string categoryName,
string formName,
string fileName
)
Function CheckOutFormScript (
categoryName As String,
formName As String,
fileName As String
) As Boolean
Parameters
- categoryName
- Type: SystemString
Commence category name. - formName
- Type: SystemString
Commence Item Detail Form name. - fileName
- Type: SystemString
Fully qualified path including the drive letter (e.g. c:\tmp\script.txt). If file already exists it is overwritten.
Return Value
Type:
Booleantrue on success, inspect
GetLastError on failure.
See Also