October 30, 201312 yr Newbies I have a PHP application that accesses a FileMaker file using a special layout with the fields that I need. GetFields returns the fields from the layout table, but not the fields from a related table that is in another file. Are there possible reasons for this? Perhaps some security settings?
October 30, 201312 yr Author Newbies Just FYI, I have verified that the array returned by GetFields does not contain the fields of the format <tablename::fieldname> and that when I created a calculation field in the base table that was tablename::fieldname, that GetFields returned this.
October 31, 201312 yr The settings for the remote file also need to allow PHP and/or XML access on the same user name and password...
Create an account or sign in to comment