Code assistant error

fabrice

Member³
Hello,
some time code assistant doesn't work correctly with F6 in where clause.

i have something like :
select alias.col1, alias.col2, alias.col3, alias.col4
from table alias
where alias.

if i type f6 after the ".", the code assistant should appear but i obtain error message :

"The code assistant can only be activated after....."

 
Last edited:
I cannot reproduce this. It seems to work fine.

Can you let me know which window type you are using (SQL Window, Program Window, ...)? Perhaps you can send me a file that produces this error?
 
Maybe another detail might help diagnose this?

When I first started up yesterday's version, the Code Assistant wouldn't work for me either. Nothing would drop-down, either automatically or when I hit F6. I copied the query from the old file and pasted it into a new SQL window and it worked fine. Then I closed Beta 3 and re-opened and the feature has worked fine ever since.
 
Back
Top