March 26, 200619 yr I understand how to add a record to a FM7 database using a URL and XML and have successfully done so. What I want to be able to do is create a record in a FM7 database without specifying a response page (sort of a "silent post"), but I cannot figure out how to construct such a URL. Is it possible to do this and, if so, what would such a URL look like? Thanks in advance for any help. William
March 27, 200619 yr No, it's not possible. Every request will generate a response. But what you can do, is to write a XSLT stylesheet that uses the document() function. See FMSA CWP Guide, p. 61.
March 28, 200619 yr Author Martin, Thanks very much. I'll check it out. If I can't make that work, I'll probably resort to using FX.php. William
Create an account or sign in to comment