Coding Considerations

If you plan to have your application run inside the user's browser window, it cannot display the main window menu bar to which you may be accustomed. This is a Microsoft child window restriction. In this case, you will need to program your application's menu functions to be accessed from a toolbar or a pop-up menu that is activated with the right mouse button. You can avoid this restriction by having your application run in its own separate window. You can specify this as a parameter of the <OBJECT> tag or by setting the AcuEmbedded property supplied with the object interface. See Using the OBJECT Tag for more information.