Click or drag to resize

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
Syntax
bool CheckOutFormScript(
	string categoryName,
	string formName,
	string fileName
)

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: Boolean
true on success, inspect GetLastError on failure.
See Also