Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Report Control
  New Posts New Posts RSS Feed - Assertion Fail on OnReportValueChanged
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Assertion Fail on OnReportValueChanged

 Post Reply Post Reply
Author
Message
sirisak2029 View Drop Down
Newbie
Newbie


Joined: 25 April 2010
Status: Offline
Points: 2
Post Options Post Options   Thanks (0) Thanks(0)   Quote sirisak2029 Quote  Post ReplyReply Direct Link To This Post Topic: Assertion Fail on OnReportValueChanged
    Posted: 02 May 2010 at 4:47am
My project is about use report control bind to database.
A part of this project need to use message OnReportValueChanged for allow user to edit data on database.
The text or number item work well but the date-time item has a problem.
I got assertion fail every time when I edit data on these item, although I try to delete all code in this function (see below) the problem still happen.

void CReportSampleView::OnReportValueChanged(NMHDR* pNotifyStruct, LRESULT* result )
{
   
}


Please give me some idea for solve this problem

Thanks
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.125 seconds.