public bool ArticleExists(string articleNo) { _articleComponent.bcSetValueFromStr((int)Article_Properties.ART_ArticleNo, articleNo); _articleComponent.bcFetchEqual(); return(_articleComponent.bcGetNoOfRecords() > 0); }