private void TxtARTID_KeyDown(object sender, KeyEventArgs e)
 {
     ProjectFunctions.CreatePopUpForThreeBoxes("SELECT        ARTICLE.ARTSYSID, ARTICLE.ARTNO, GrpMst.GrpSubDesc FROM  ARTICLE INNER JOIN GrpMst ON ARTICLE.ARTSECTIONID = GrpMst.GrpCode AND ARTICLE.ARTSBSECTIONID = GrpMst.GrpSubCode", " Where  ARTNO", txtARTID, txtArtNo, txtArtDesc, txtARTID, HelpGrid, HelpGridView, e);
 }
 private void txtPrdAsgnCode_KeyDown(object sender, KeyEventArgs e)
 {
     ProjectFunctions.CreatePopUpForThreeBoxes("Select PrdAsgnCode,PrdCode,PrdName from PrdMst", " Where PrdAsgnCode", txtPrdAsgnCode, txtPrdCode, txtProductName, txtFor, HelpGrid, HelpGridView, e);
 }