When trying to transform some forms to pages I ham getting a '; should come here' error which doesn't actually give any hint where 'here' actually is. [-X I've gone through all the code on the form and the transformed pages.xml in notepad and can't see any likley suspects. Does anyone have any ideas on how to track this error down?
0
Answers
It generates a pages.xml file containing a line like this:
If you replace ' with '' in the french text (d'utilisation -> d''utilisation) then you can import pages.xml.
We are working on a hotfix for the transformationtool to fix this issue.
The issue stems from a label on your form having this text. Labels doesn't exist in RTC, so they become variables and captions on fields are set to the value of this variable.
Group Program Manager, Client
Microsoft Dynamics NAV
http://blogs.msdn.com/freddyk
The information in this post is provided "AS IS" with no warranties, and confers no rights. This post does not represent the thoughts, intentions, plans or strategies of my employer. It is solely my opinion.
Many thanks for the response. You were absolutely right I had used a single quote mark on one of label captions on the form. If I change it the form trasnforms fine.