Hi all...
i need to change menu (m_app) properties(background color, text color,style,etc...)..i tried this script in the open event of window where i have given that menu. but i got a error "A read only property can be modified only in an event or function in its parent class".
This menu is inherited from other menu.
INT li_menu_no
li_menu_no = Message.doubleparm
choose case li_menu_no
case THIS.Changemenu (m_app)
m_app.MenuBackColor=255
end choose
pls help me...
Delna