Coming soon
Coming soon

Bespoke menu has more items than it should

Hint Ref: 020603280003
Hint Date: 28/03/2006

Hint Details:

FIO

it is happening because the items that are appearing have a menuitem setting of > 1, they should only be 1 or 0 so the following sql should resolve the form to reflect what it is showing on the mdi.

update xml set menuitem = 1 where isnull(menuitem,0) > 1

or you could set them to 0 if you like.