I am having problems with upgrading field customizations from Dynamics SL 7.0 SP1 to Dynamics SL 2011. I think I have narrowed it down to the value of certain properties... namely 'parent' and 'parentform'. Everything looks OK on the screen but it will not save the data in the field if these two properties are added to the customization file. If I remove these lines (highlighted below) it works but then it is not arranged on the screen how we want it for user input.
Could someone please assist me with this and give me tips on what has changed in Dynamics SL 2011 that does not support this? What is the correct way to do this in Dynamics SL 2011?
Begin SAFMaskedText cname
'' Version = 6
height = 21
'' parent = "Frame5"
'' parentform = "Form1"
left = 6
top = 135
width = 249
End
*This post is locked for comments