I've deployed a PowerBuilder application to a .net web form application. There are some menu items which I would like to disable in the web-application only.
After deploying the application to web form application, I have two targets in my workspace, e.g. test
and test_webform
.
Both have same libraries etc. When I disable an item in m_test_frame
in test_webform
, it disables the menu item in the desktop application as well.
Can someone tell how I can disable only in the web application but keep them enabled in the desktop application. Thanks.