Moving cursor in grid

LarryBP

Member
Hi eveyone!

I'm on JDE OW XE, SP22, with HTML client.

I'm looking for a way to move the cursor to specific grid rows. Or a way to check specific grid rows and highlight it. This has to be base on a decision in the code. My form is a headerless detail.

Thanks in advance!
 
Hi Laurence,

Both of your issue had been discussed more times on JDEList.

Please, check the archives - and let us know, if you hav not found the solution.

Just briefly:

1.) You can move the cusrsor to a specific grid, inserting and immediately deleting a dummy grid above (or below?) the specific grid row.

2.) If Multiple Selection enabled on your grid, then you can play with the following:
- setting grid row bitmap (e.g. cseck mar, X mark, etc.) indicating the selection
- setting the grid row color, also indicating the selection
- playing with Double Clicked on Row Header event
- creating new Row exits (e.g. Clear (or Toggle) Selection)
- etc.

This way the user is able to select more rows leisurely, because the selection is static and won't lose them via an accident falsh mouse click.

Please, let us know your results. Thank.

Read you later & Regards,

Zoltán
 
Thanks a lot !

I think I've solve my issue with your idea to inserting and deleting a dummy grid row. It leaves the cursor on the specific row.

Best regards.
 
Back
Top