Renumber Lines on Inventory Line templates

When you click on Action>Function>Renumber Lines, the system renumber the 1st line only and the rest remain unchanged. Can you please advice how to fix this error. On Classic, it works fine. Thank you

In which form ID?

Is it a standard function?

What is the ID of the function?

See under report > ID = 7110 Renumber Analysis Lines

Standard Function

It is working fine for me…

Have you done any modifications.?

No modification done.

Is there a hotfix for this?

I have following version

Version FR Dynamics NAV 6.0R2

6.0.32012.0

I am using

Version IN Dynamics NAV 6.0R2

6.0.32012.0

There is nothing much in report…

WITH AnalysisLine DO
IF FIND(’-’) THEN
REPEAT
VALIDATE(“Row Ref. No.”,RowRefNo);
MODIFY;
RowRefNo := INCSTR(RowRefNo);
UNTIL NEXT = 0;

I ran it directly from Object designer…

What about you?

I have the same code!!!

Dont know why its not working :frowning:

I will try to update for hotfixes.

I ran report directly from Object designer…

What about you?