Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Report Control
  New Posts New Posts RSS Feed - select combobutton problem
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

select combobutton problem

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


Joined: 26 May 2012
Status: Offline
Points: 2
Post Options Post Options   Thanks (0) Thanks(0)   Quote hutiger Quote  Post ReplyReply Direct Link To This Post Topic: select combobutton problem
    Posted: 19 June 2012 at 11:55pm

A report control with combobutton,it bind datasoruce,there are a problem:after select combobutton selection,if close application immediatly,there are a error,I have digged into the code and find error occur at:

inline HRESULT Recordset15::Close ( ) {
    HRESULT _hr = raw_Close();                         (error line)
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _hr;
}
 
 
after select combobutton selection,if clidk mouse at any place of report control,then close application, there are no error.
 
can someone please point me to it ,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.141 seconds.