March 23, 201015 yr I'm hitting a problem that should be relatively simple but it's beating me so I'm sure I'm doing something woefully wrong. When attempting to export to XML in a script, you have to set the Grammar and XSL stylesheet options. I'd like to store the stylesheet in a container and drop it before export to use in the next few steps. Makes the database much more portable. Easy enough to drop and I can drop the xslt file in whatever app folder FileMaker has launched from (via Get (FileMakerPath) ). That works great. Then, on my main data export step where I reference that stylesheet, it's failing unless I specifically hard code code the xslt file location in the "file" option. If I set a variable to Get ( FileMakerPath ) & "format.xslt" and then reference that variable in the Calculation option then it fails with error 719. The calculation option says "File or HTTP request specified by calculation". Am I reading this wrong? Thanks
Create an account or sign in to comment