Hello,
We have a problem with all analysis views (Budget, by Dimension). When opening the form no content is visible. That means, I select "G/L Account" as "Show as Lines" but there are no rows.
Any ideas what happened? It looks like the Buffer is damaged.
Best regards,
Felix
0
Answers
The function filling G/L account is CopyGLAccToBuf. You can check if this function is called within the debugger.
Pargesoft
Thank you for your input.
In the meantime I think I found the issue. We made a technical client upgrade to NAV 2009 (object base 4.00) and then it does not work anymore. So I just copied the forms with the Matrixbox from 2009 and after that it was working again.
Best regards
just change this in form 554:
Function DimCodeToOption
CASE DimCode OF
'' :
EXIT(-1);
//GLAcc.TABLECAPTION :
UPPERCASE(GLAcc.TABLECAPTION) : EXIT(0);
Text000 :
EXIT(1);
BusUnit.TABLECAPTION :
EXIT(2);
.....