Click or drag to resize

CommenceDatabaseCheckInFormScript Method

Updates the detail form script with the text in the specified Filename.

Namespace:  Vovin.CmcLibNet.Database
Assembly:  Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntax
public bool CheckInFormScript(
	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).

Return Value

Type: Boolean
true on success, inspect GetLastError on failure.

Implements

ICommenceDatabaseCheckInFormScript(String, String, String)
Remarks
Warning: this function will return true even if the user has no Author rights on the database. This is a limitation of Commence. If you are not an Author, the script will not be checked in!
See Also