For an object say you have
THIS.Visi
If you go to the end and type the Ctrl+J key combination the intellisense will appear for the object.
This is not happening the same for an open cursor.
Comments: ** Comment from web user: TracyP **
THIS.Visi
If you go to the end and type the Ctrl+J key combination the intellisense will appear for the object.
This is not happening the same for an open cursor.
Comments: ** Comment from web user: TracyP **
there is a specific scenario.
create cursor myTest ( f01 c(10), f02 c(10), f03 c(10), f04 c(10))
Mytest.f
I was not getting the myTest to work as it suggests in the documentation on #6.
So I highlighted the Create Cursor statement, right click, execute command. This created the cursor.
The Ctrl+J fails to work. It could be related to the Create Cursor intellisense is failing.