Make a reference to a Menu from a frame or a sheetTag(s): Powerscript

Keep in mind that references to a menu should always be based on the window (or frame/sheet) it is attached to, not directly.
my_menu m_menu   // or w_master if PFC are used

m_menu = w_frame.MenuId
m_menu.m_file.m_retrieve.toolbaritemvisible = FALSE



If you find this article useful, consider making a small donation
to show your support for this Web site and its content.

Written and compiled by Réal Gagnon ©1998-2012
[ home ]