Home
last modified time | relevance | path

Searched refs:aErrorContext (Results 1 – 1 of 1) sorted by relevance

/trunk/main/dbaccess/source/ui/querydesign/
H A Dquerycontroller.cxx807 SQLContext aErrorContext; in impl_showAutoSQLViewError() local
808aErrorContext.Message = lcl_getObjectResourceString( STR_ERROR_PARSING_STATEMENT, m_nCommandType ); in impl_showAutoSQLViewError()
809 aErrorContext.Context = *this; in impl_showAutoSQLViewError()
810aErrorContext.Details = lcl_getObjectResourceString( STR_INFO_OPENING_IN_SQL_VIEW, m_nCommandType … in impl_showAutoSQLViewError()
811 aErrorContext.NextException = _rErrorDetails; in impl_showAutoSQLViewError()
812 showError( aErrorContext ); in impl_showAutoSQLViewError()

Completed in 46 milliseconds