October 15, 201015 yr Trying to get a URL command to find a record in my DB and run a simple script against it, but keep in getting a 958 'Parameter is missing' error. Here's my command: _ttp:///fmi/xml/fmresultset.xml?-db=OLEDB&-lay=TrainSession&-script=ModInc&-recid=1-find (When I preview this it looks like there's a space in "Mod Inc' - it's not like that in my command) I've tried replacing the -recid with a field name and still no dice. Script has full admin access and only increments a number field (before committing the change). I'm able to edit the record using XML URL commands, so the permissions and security don't seem to be an issue. What have I got wrong?
October 15, 201015 yr Author Found it: Missing & right be fore the -find at the end of the command. Duh :)
Create an account or sign in to comment