Announcements
I have a C# application and I need to disable the site ID on the SOP Item Detail Entry Form when IV00101.ITEMTYPE = 1.. I tried this but it will not work.
SopItemDetailWindow.LocationCode.Enable = false;
LocationCode.Disable() did the trick
Hi Richard...I use VB.Net but either way I think you want to use either:
LocationCode.Disable or
LocationCode.Lock (if you want to lock it without turning it really dim)
André Arnaud de Cal... 291,359 Super User 2024 Season 2
Martin Dráb 230,370 Most Valuable Professional
nmaenpaa 101,156