‎13-09-2019 05:49 AM
By mentioning IsAnywhere = 1, I am able to see the Meta Command in Web.
But Now , Have one more issue .
The Application which i want to call from Web is Windows Application developed in vb.net .
So , when I click the Meta Command it is unable to display the window forms which i created .
But , its working fine in Windows front end .
What should be done inorder to run the external tool from Web Front End , And i Should be able to see the Windows Forms .
‎13-09-2019 08:46 AM - edited ‎13-09-2019 08:47 AM
I don't know what you form does but I think you have to rethink your approach.
My recommandation is :
If your web form need to interact with HOPEX you should build a REST API using the Web service Factory.
‎13-09-2019 08:43 AM
As Per your Explanation I understood that we cant trigger the Vb.net Interface from Web .
But , In case is there any option to trigger an External tool from Web with any other domain ?
Or We can't trigger any External tool from Web ?
‎13-09-2019 08:35 AM
If I understand it right you have developped a user interface with the VB.Net ?
If this is the case, you won't be able to display this interface in the web regardless if the menu command appears or not.