Skip to main content

[archive] Cursor Frame

  • March 10, 2009
  • 6 replies
  • 0 views

[Migrated content. Thread originally posted on 02 March 2009]

Hello
Is it possible to display the cursor frame around the cursor cell programmatically without having to click on the cell?

Thanks

6 replies

[Migrated content. Thread originally posted on 02 March 2009]

Hello
Is it possible to display the cursor frame around the cursor cell programmatically without having to click on the cell?

Thanks
I'm not sure we understand your question.

You can modify the grid to set CURSOR-Y and CURSOR-X which will place the cursor on that specific cell.

If this doesn't do it please describe more about what you want to do and possibly attach a screen shot.

[Migrated content. Thread originally posted on 02 March 2009]

Hello
Is it possible to display the cursor frame around the cursor cell programmatically without having to click on the cell?

Thanks
Hello
I have set Cursor-X and Cursor-Y in the program to move the cursor to a particular cell, but the dark frame around the cell to indicate where the cursor is does not appear.

[Migrated content. Thread originally posted on 02 March 2009]

Hello
Is it possible to display the cursor frame around the cursor cell programmatically without having to click on the cell?

Thanks
It sounds like the focus has moved away from the grid. Even though you have modified it to place the cursor, the thick frame around that cell will not be seen unless the grid has focus.

After modifying the grid to place the cursor try setting ACCEPT-CONTROL to 4 and CONTROL-VALUE to whatever the grid is. This will place focus back on the grid when the event procedure finishes.

[Migrated content. Thread originally posted on 02 March 2009]

Hello
Is it possible to display the cursor frame around the cursor cell programmatically without having to click on the cell?

Thanks
Thanks, Doug
I will try it.

[Migrated content. Thread originally posted on 02 March 2009]

Hello
Is it possible to display the cursor frame around the cursor cell programmatically without having to click on the cell?

Thanks
Another question, Doug
How do I find the grid's value to put in CONTROL-VALUE ?

Thanks

[Migrated content. Thread originally posted on 02 March 2009]

Hello
Is it possible to display the cursor frame around the cursor cell programmatically without having to click on the cell?

Thanks
In acubench, click on the grid and look at the ID property