首页上一页 1 下一页尾页 1 条记录 1/1页
技术大全问题 datagrid
发表在C语言图书答疑
2014-07-14
是否精华
是
否
版块置顶:
是
否
我看技术大全 按日期查询 但老是提示数据类型不匹配,无法之后,修改数据库日期类型为文本才行,问题是,难道不能按日期类型对比吗? 2个问题 是我想单击DAIAgrid 一行 获取一行数据 添加响应函数
void CJeguoQue::OnButtonClickDatagrid1(short ColIndex)
{
// TODO: Add your control notification handler code here
CString sRecord;
CDataGrid m_gridc;
sRecord=m_gridc.GetText();
MessageBox(sRecord);
}
OnButtonClickDatagrid1()这个方法直接没有反映 我想获取单击一行各列数据 不知用什么方法
void CJeguoQue::OnButtonClickDatagrid1(short ColIndex)
{
// TODO: Add your control notification handler code here
CString sRecord;
CDataGrid m_gridc;
sRecord=m_gridc.GetText();
MessageBox(sRecord);
}
OnButtonClickDatagrid1()这个方法直接没有反映 我想获取单击一行各列数据 不知用什么方法