You may find yourself in a situation where you have a ForNAV license installed but you continue to see the Trial message on your reports. There are a couple of things you can do to check the validity of your license.
The first thing to check is the expiry date and NAV license number. Try to open your list of installed programs and find the installed license under Reports ForNAV license. If you select the entry in the list, then you can see the NAV license number and the expiry date if one is set. This information is shown in the comments field for the installed license.
In case this does not give you the reason for the Trial message then you can make a ForNAV report show you the problem. Open any ForNAV report in C/SIDE and switch to code view. Add a message in the OnInitReport trigger just below the creation of the ReportForNav instance.
OnInitReport()
ReportForNav:= ReportForNav.Report(CurrReport.OBJECTID,CurrReport.LANGUAGE,SERIALNUMBER,USERID,COMPANYNAME);ReportForNav.Init;
MESSAGE(ReportForNav.TrialMessage);
The next time you run the report it will try to show you where the problem with the license is.
Indlægget License Validation blev vist første gang den ForNAV.