Issue report by fabriceN
Product
FileMaker ServerVersion
13v05Operating system version
Mac (Yosemete) and Windows (Windows 7 Pro and Server 2012)Description of the issue
On some layouts, I have an field object, an unstored calculation (container).Calc =
GetLayoutObjectAttribute ( "chartObject" ; "content" )
Chat Object is obviously a chart object, on the right hand side of the layout.
(by the way, the only reason to do this is to prevent the user from accessing the chart object. So the best fix would be to make chart objects sensitive to behaviors (Browse/Find mode)
OK, perfect, it's working well. On Mac and Windows.
Now I close the file, and simply upload it to the server using the FileMaker Pro Upload command.
Open the hosted file, and the size of the rendered chart within the calc field object is changed.
So I have a correct file and an incorrect file, and the only thing that happened between is the file upload (and all other subsequent procedures: consistency check, file opening by FMS...)
Other factors that might have an influence (but I didn't test) :
- the calc field object is on a popover
- the calc field object is made a button (perform script)