Hi everyone,
I am trying to transform a form to a page under Nav 2009...
The problem is in this piece of code(code in the OnPush Trigger of a MenuItem):
CurrForm.MatrixForm.FORM.GETRECORD(customer);
In fact, Now, it doesn't raise any error during the transformation and also compiles.
It becomes:
CurrPage.MatrixForm.FORM.GETRECORD(customer);
but does not work. It always returns the first record in the subpage no matter what.
How can I fix that???? Any idea???
Comments
http://www.BiloBeauty.com
http://www.autismspeaks.org
Now, I have a problem with a MenuItem of a button in the Main Form...It doesn't work anymore after the transformation of the redesigned form to a page...
Let's assume we have in the form:
After transformation, it becomes:
but does not work anymore(brings always the first record)....
What should I do????
http://mibuso.com/forum/viewtopic.php?f=32&t=35876
NAV Developer