cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Business One Main Menu form inactive

Former Member
0 Kudos

Hello ,

i created a addon which add folder matrix and some button at menu event to the system form Purchase Order

after that when i closed the purchase order window the main menu became inactive and a part of purchase Order form

pasted on main menu i used freeze for better performance

i added following controls to Purchase Order Form

1 folder

2 matrix

3 check box 2

4 button

5 edit text

every thing is ok but i dont know the inactive of main menu and a part of purchase Order form

pasted on main menu

Do anybody have answer please help me

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member201110
Active Contributor
0 Kudos

Hi Rajesh,

The main menu form can be frozen like any other form and if you are finding that it seems frozen after your code has finished then it's probably because your code is freezing the main menu by mistake and then not unfreezing it. If you comment out all lines in your code where you are using the Freeze method does the main menu work ok?

Could you post the code you are using? Thanks.

Kind Regards,

Owen

Former Member
0 Kudos

Thanks sir

you are right the main menu also freeze's

thanks very much

bye