Dynamically change Menu Items

My problem is that I want to have menu items in runtime. For example how can I enable them based on runtime conditions ? In Navision I cannot find the way to access them through Currform. Is there any way or it is impossible ?

Unfortunately this is not possible - you cannot change menuitems dynamically. The only thing that you could try is to set the SourceExpression to a boolean variable and set this variable true or false - depending on this variable a checkmark will apprear next to the menu item. Or use several forms… Saludos Nils

quote:


Originally posted by nilsm
Or use several forms…


Several menu buttons should suffice… [;)]

… or use several overlapping MenuButtons.