HRESULT values of COM Connector are handled with exceptions in .NET.
You could try something like that:
AxaptaCOMConnector.Axapta2 IAxa = new AxaptaCOMConnector.Axapta2();
try
{
IAxa.Logon("", "", "", "");
}
catch(Exception Exc)
{
MessageBox.Show(Exc.Message);
}
Regards,
Onno
SPONSORED LINKS
| Computer part | Programming languages | Microsoft axapta |
| Support exchange |
YAHOO! GROUPS LINKS
- Visit your group "development-axapta" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

