Active Query Builder support area

Contextmenu on relation crashes.

Avatar
  • updated
  • Completed

For some reason when you right click on a relation in the designer, it crashes with the following error: (version 2.10.4.748 of the ActiveQueryBuilder)

System.ArgumentException occurred

HResult=-2147024809 Message=Invalid argument

Parameter name: menu
ParamName=menu
Source=ActiveDatabaseSoftware.ActiveQueryBuilder2
StackTrace:
at ActiveDatabaseSoftware.ActiveQueryBuilder.QueryBuilder.ShowContextMenu(ICustomContextMenu menu, Control control, ControlOwner owner, Point where)
at ActiveDatabaseSoftware.ActiveQueryBuilder.DesignPane.OnMouseUp(MouseEventArgs e)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
Avatar

Thank you for reporting the issue.

The fixed version is available for download.

Avatar
Today

I found out the reason. It is when under behavioroptions the option LinkManipulations is set to Deny.

Please fix it, for now setting linkmanipulations to Allow,fixes my problem.