Print Page | Close Window

select combobutton problem

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Report Control
Forum Description: Topics Related to Codejock Report Control
URL: http://forum.codejock.com/forum_posts.asp?TID=19882
Printed Date: 14 June 2025 at 11:35am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: select combobutton problem
Posted By: hutiger
Subject: select combobutton problem
Date 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
 



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net