Hello,
I am having this problem with this combination in environment in one box:
Windows 10
Sage 300 2017 PU2
SQL server 2016
MS Visual Studio 6.0
I verify that VB6.0 is working. Sage 300 works fine. SQL server works fine. But when I try to create a VB6.0 Sage OCX project, VB 6.0 IDE does not respond when I run the project in debug mode by stepping through the code.
The error is
"Could not open UI. The system may be busy because another application (such as data conversion application) has locked the company's database. Otherwise, the UI was not opened because an unexpected error has occurred. "
I can add the OCX (OE1100.ocx) to the tool box in VB6 IDE. I can drag and drop it to a windows form in designer. I just can't get the code to run within VB6. It fails at "AccpacOE1100UICtrl1_OnUIAppOpened()" event, which never gets executed when a form is loaded.
Any pointer or help is highly appreciated.
Thank you in advance.
I am having this problem with this combination in environment in one box:
Windows 10
Sage 300 2017 PU2
SQL server 2016
MS Visual Studio 6.0
I verify that VB6.0 is working. Sage 300 works fine. SQL server works fine. But when I try to create a VB6.0 Sage OCX project, VB 6.0 IDE does not respond when I run the project in debug mode by stepping through the code.
The error is
"Could not open UI. The system may be busy because another application (such as data conversion application) has locked the company's database. Otherwise, the UI was not opened because an unexpected error has occurred. "
I can add the OCX (OE1100.ocx) to the tool box in VB6 IDE. I can drag and drop it to a windows form in designer. I just can't get the code to run within VB6. It fails at "AccpacOE1100UICtrl1_OnUIAppOpened()" event, which never gets executed when a form is loaded.
Any pointer or help is highly appreciated.
Thank you in advance.