首页上一页 1 下一页尾页 1 条记录 1/1页
关于数据库系统开发完全手册资产设备管理系统
发表在C语言图书答疑
2010-09-05
是否精华
是
否
版块置顶:
是
否
我把DataGrid控件的单击事件消息处理函数及其实现代码添加进去了,还是不行,请帮我分析一下。
我是一个初学者,
你能把你给我解决问题的具体实现的详细代码提供给我吗?
void CEquipKind::OnClickDatagrid()
{
// TODO: Add your control notification handler code here
CString str;
_variant_t temp;
if ((!theApp.datamanage->GetRecordset()->ADOEOF)&&(!theApp.datamanage->GetRecordset()->BOF))
{
temp = theApp.datamanage->GetRecordset()->GetFields()->GetItem((long)0)->Value;
str = temp.bstrVal;
kind.SetWindowText(str);
}
}
我是一个初学者,
你能把你给我解决问题的具体实现的详细代码提供给我吗?
void CEquipKind::OnClickDatagrid()
{
// TODO: Add your control notification handler code here
CString str;
_variant_t temp;
if ((!theApp.datamanage->GetRecordset()->ADOEOF)&&(!theApp.datamanage->GetRecordset()->BOF))
{
temp = theApp.datamanage->GetRecordset()->GetFields()->GetItem((long)0)->Value;
str = temp.bstrVal;
kind.SetWindowText(str);
}
}