Subject Form2PopupMenu
From Tom <IHaveNoEmail@ddress>
Date Fri, 25 Apr 2025 12:32:16 -0400
Newsgroups dbase.getting-started

Given:

set procedure to A2Demo.pop ADDITIVE // local folder ...
form.popupMenu = new A2DemoPopup(form,"A2POP") // menu belongs to form
*
What is the proper way to refer to refer to the popup menu item "List"
of the popup menu from the form to which it is attached so that I may
set it's enabled property to true or false? Tried lots of combinations,
none of which were successful yet. Fingers are tired of typing so I will
ask. :)
*
Tom