Posted By: TenGor "Bug" in context menu - 03/17/05 01:18 PM
Hy,

i've noticed a flaw in the context menu (right-click in a Command Window, Editor Tab).

If i had the code
Code
DELETE FROM table
 WHERE 1 = 1;
an right-click on "table" the context menu show not the full things for a table. Same with Update. There is no problem with Insert into and Select?
Posted By: Marco Kalter Re: "Bug" in context menu - 03/17/05 08:52 PM
Works fine for me. I'm using 6.0.5, but I don't think that should make a difference.
Posted By: TenGor Re: "Bug" in context menu - 03/18/05 03:18 PM
Hy,

Well i found it. The Code must be like this:
Code
PROMPT table
DELETE FROM table
 WHERE 1 = 1;
Posted By: TenGor Re: "Bug" in context menu - 03/30/05 05:03 PM
Hm, nobody found something?
Posted By: Joachim Rupik Re: "Bug" in context menu - 03/30/05 06:51 PM
I think similar problem is presented in:

When in doubt, or curious, RIGHT CLICK

Joachim Rupik
Posted By: Marco Kalter Re: "Bug" in context menu - 03/30/05 09:49 PM
Sorry, I missed this. It does indeed reproduce the error, and is clearly a parsing issue. We'll fix it.
Posted By: TenGor Re: "Bug" in context menu - 04/04/05 03:43 PM
ok, no problem
Thanks for looking.
© Allround Automations forums