Skip to Content
0
Former Member
May 22, 2009 at 04:49 PM

Form not showing after clicking sub menu item.

34 Views

Hi,

After messsing around with the sdk ui examples, i managed to join the grid example with the sub menu item sample. Compiling this mixture was ok and the form appeared in sap after clicking the menu.

The problem is that after creating the installer and installing it, the menu item appears but the form doesn't.

Am i doing something wrong?

i'm calling the form by creating a new form object

"GridSample oGrid = new GridSample();

oGrid.CreateForm();"

inside "SBO_Application_MenuEvent()" of AddingMenuItems.cs

The samples i'm using are the "AddingMenuItems" (example 05) and "Grid" (example 19).