As I move my Clipper submenuing (cascading) menus in to a more "Windows" style, I'm confused on the direction to take.
Currently in Clipper I have a main menu function() of 2 selections that selects a sub menu function() of 3 selections, that further selects a sub sub menu function() of 4 selections and so on.
I gather this is the "old" way of doing it, but it seems that using menu, menuitem will only allow 1 level down.
Or, is this cascading menu supposed to be accomplished thru some MDI child setup.
I do not find anything in \samples folder that goes down more than one level, although the FiveDbu.prg example has a recent files option that touches on it.
How is accomplished in FW?
Bruce