Creating Custom Menus

Alpha Five lets you create your own custom menus. You can attach custom menus to forms, browses, and print preview windows. These menus are called drop-down menus. You can also attach custom right-click menus to:

Right-click menus appear when you right-click on a form or a browse.

By creating custom menus for your forms, browses, and print preview windows, you can prevent users from accessing commands that you do not want them to use.

Menu items on your custom menus can:

parentform.new_record()
parentform:city.value = "Boston"
parentform:last_name.activate()

See Also

How to Design a Custom Menu, Changing Custom Menus at Runtime, Right-Click Menus, Editing System Menus, Creating Menu Forms, TURBO DEMO: How to use built-in actions and routines in your application