‎06-04-2018 03:10 PM
Hi
I created new tab in an object property page. and in that tab some data displaying in listview with disable. It is working fine in Windows client but in web client not behaving same as windows client. In windows client if I click right button on those disabled objects it shows nothing but in web client it open a new menu. document attached
MetaPropertyPage code,
"------------
------------
oTableView=Item([Project]),Contains(TaggedListView),Control(ListView),Param(ToolBar[-C,-D,-L,-U,-R,-P,-E,-O,-H],NoDefaultColumn,ReOrder),DisabledOn(Always)"
Can you tell me how it will show same in both form.
Thanks in advance......