Hello everyone,
My problem is the cursor position within my grid work.
I try to explain the problem.
Mine is a dynamic grid, where the user can change values ??and enter data.
Whenever this happens, the cursor of the grid is re-calculated, erased, and hung up the grill with the new information.
My problem is when recalculating the cursor.
Let's take the example that I'm working on the 60 line, but my cursor on the screen would be the 20 grid line.
When the recalculation is no longer able to hang in the same position the cursor where I had left, and the only chance I have is:
nrec RECNO = ('cursor')
recalculation cursor
select cursor
go nrec
Effect of the grid ugly, puts the 20 grid line at the top of the grid giving the impression that everything above is deleted.
I do not know if I explained well, also because of the translation of google translate.
It would be really nice to hear your opinions about it and your experiences.
thank you very much
My problem is the cursor position within my grid work.
I try to explain the problem.
Mine is a dynamic grid, where the user can change values ??and enter data.
Whenever this happens, the cursor of the grid is re-calculated, erased, and hung up the grill with the new information.
My problem is when recalculating the cursor.
Let's take the example that I'm working on the 60 line, but my cursor on the screen would be the 20 grid line.
When the recalculation is no longer able to hang in the same position the cursor where I had left, and the only chance I have is:
nrec RECNO = ('cursor')
recalculation cursor
select cursor
go nrec
Effect of the grid ugly, puts the 20 grid line at the top of the grid giving the impression that everything above is deleted.
I do not know if I explained well, also because of the translation of google translate.
It would be really nice to hear your opinions about it and your experiences.
thank you very much