商品库存管理系统培训课程.pptVIP

  • 1
  • 0
  • 约1.19万字
  • 约 45页
  • 2022-03-28 发布于重庆
  • 举报
代码编写: 功能函数。 ClearTxt(清空编辑框中的内容): void CProviderDlg::ClearTxt() { m_strAddress=; m_strCode=; m_strName=; m_strEmail=; m_strPerson=; m_strPhone=; UpdateData(false); } * 第二十九页,共四十五页。 RefreshData(向列表控件填充数据): void CProviderDlg::RefreshData() { m_listDisp.DeleteAllItems(); m_listDisp.SetRedraw(FALSE); _variant_t Holder, strQuery; strQuery= select * from provider; theApp.ADOExecute(theApp.m_pRs, strQuery); int iCount = theApp.m_pRs-GetRecordCount(); if ( 0==iCount ) return; theApp.m_pRs-MoveFirst(); int i=0; while(!theApp.m_pRs-adoEOF) { Holder = theApp.m_pRs-GetCollect(Pro

文档评论(0)

1亿VIP精品文档

相关文档