Hi there,
I have this page where I have 4 action buttons:
First, Previous, Next and Last.
Code is as following:
FINDFIRST();
NEXT(-1);
NEXT();
FINDLAST();
Only thing is that NEXT(-1) is not working. When i press it, nothing is happening.
Anyone has a clue why, or ever seen this before?
Best regards,
Thijs
0
Comments
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
It works with SendKey, but a lot slower.
A workaround could be to switch the sorting order.
For example:
Greets
Egnaz
instead I've used this code to solve this issue
Matteos solutions works as well but there is also a manual update of rec included.
So NEXT(1) updates the rec but NEXT(-1) misses the update.
Yes it's true.
I forgot to mention this point.
Thanks Egnaz for your clarification.
We tried exact the same code in several pages, but all work fine.
We decided to notice this Issue to Microsoft, so we are awaiting their answer.
Thanks!