Issue report by David Wikström
Product
FileMaker GoVersion
Go_iPad 13.0.5Operating system version
iOS 7.1.2Description of the issue
I have an issue in one specific case where Insert from URL is used to insert content from an FTP URL pointing to a text file into a text field.My tests strongly indicate that the cause for this is the presence of a Char ( 133 ) control character in the text file on the FTP.
Insert from URL fails with no error message when the Insert from URL is done in FileMaker Go, using a text field as the target. The field inserted into just remains blank, there is no error message.
If you use a container field as a target, the insertion works just fine.
If you do the insertion on a desktop computer, the insertion also works just fine.
Steps to reproduce the problem
1. Create a text file containing the Char ( 133 ) control character + other text, and upload it to an FTP site.2. Create a simple test file with to fields, one container and one text, and a script to do Insert from URL with the FTP URL pointing to the file.
3. Test running the Insert from URL for each of the field, on the desktop and in FileMaker Go. Observe the differences.
Expected result
Ideally the insertion should work in Go/Text field the way it does in the other cases.Or if for some reason that is not possible, an error code should be returned.