Options

RowNumber in RTC Report

IvonaKIvonaK Member Posts: 114
Hi to All,

I want to make a RowNumber in RTC Report . I put this code on Report Code propertis:

Public RowNumber as Integer
Public Function SetRowNo
RowNumber=RowNumber+1
End Function

Public Function GetRowNo
Return RowNumber
End Function

and when I click print preview it works fine (picture 1)r95l8c0m6xy4.jpg

but when I save report as PDF doesn't work (picture 2)ihn5q0frf5rd.png


I use NAV 2016
Any advice,
Thanks a lot

Answers

Sign In or Register to comment.