November 23, 200025 yr The FMP 4 CDML reference says "A record ID... is a unique specifier to a record in a FileMeker Pro database, The [FMP-CurrentRecID] replacement tag is used to get the ID of a record. The URL that you quoted... FMPro?-DB=db.fp3&-Format=output.htm&-RecID=13&fieldname=change&-Edit ... uses the -RecID tag to specify a particular record in the database, so this will edit the record (changing the contents of fieldname to "change"). A RecID *needs* to be specified otherwise Web Companion doesn't know which record to work on. FMP can only edit one record at a time. So to answer "I
November 24, 200025 yr Author the thing is, that its got to be done with 1 click. so i did it, writing a script which searches for the record and edits the infos. (there are at maximum only 5 records so it
Create an account or sign in to comment