Hello ,
i have a problem while creating a new page.
I have one table named Testdata
I created a new page with this structure:
Then I saved the page successfully
But when i open this page. the structure is like this
](*,)
I tried this several times and I have the same bug everytime.
Is there a solution for my problem?
I use Navision 2013 7.034543.0
0
Comments
For example if you write this C/AL Code:
Item.Field1 := '2'
The compiler will generate this code:
Item."No." := '2'
This has been this way in NAV since the windows release came out.
Works perfectly =D>