Description
Selects the article with id longArticleId as current, if longArticleId is 0 resets the current article.
Syntax
bValue = Fred.ArticleSelect (lngArticleId, blnInsLocal) |
lngArticleId
Required. Id of the article, or 0 to reset current article.
blnInsLocal
Required. TRUE to prompt to insert the local geometry (if the article has one), or FALSE to ignore it always.
Remarks
Returns the error status. If there was no error, it returns FALSE, otherwise it returns true
Context
Fred application dispatcher commands
See also