P
Paul Remblance
Menu Class: I am trying to build a menu system where the user menu options
are authorised via a database. My first thoughts are to store the menu item
(name) in the database so I can point to the menu item. Is it possible to
retrieve the collection of menu names (i.e. mnuFileExit) and then use that
collection to enable/disable each item? (i.e. mnuFileExit.enabled = True).
Or is there a better way to go?
Thanks,
Paul
are authorised via a database. My first thoughts are to store the menu item
(name) in the database so I can point to the menu item. Is it possible to
retrieve the collection of menu names (i.e. mnuFileExit) and then use that
collection to enable/disable each item? (i.e. mnuFileExit.enabled = True).
Or is there a better way to go?
Thanks,
Paul