UI Scripting (v2015). The customer wants to have something really stand out visually for some items in item maintenance / inquiry, and I was thinking I could perhaps use something like this (but it doesn't work on either a UI script event, or table post-read trigger):
`MASUI = CBool(oScript.UIObj)
If (MASUI) Then
Set myUIObj = oSession.AsObject(oScript.UIObj)
myUIObj.SetControlProperty ""ITEMCODEDESC"",""BackColour"",""RED""
Set myUIObj = Nothing
End If`
I'm told the users basically ignore pop-ups, so that's not an option.
Any ideas on how I might programmatically change the colour of a panel object? I've done it in GD_LINES, but don't know how to get it to work for a normal field / button / object.