May 27, 201114 yr Newbies Hello all, Having an issue when saving from a window. Filemaker just gives the hourglass and stays there. This is a multiple file database. I have changed the scripts to look like this - Set Field [ new_quote_item::quote; MAIN::docid ] Commit Records/Requests [ Skip data entry validation; No dialog ] Set Field [ new_quote_item::authoring; "" ] Commit Records/Requests [ Skip data entry validation; No dialog ] Perform Script [ “Create Item” from file: “quote_item 2” ] Select Window [ Current Window ] Go to Layout [ “Quotation - New” (MAIN) ] Commit Records/Requests [ Skip data entry validation; No dialog ] Perform Script [ “Quotation - Renumber Items” ] Before the Commit Records/Requests didnt exist and I would get the Error locked record screen. Any suggestions?
May 31, 201114 yr We don't know what the other two scripts are doing. Since you have FM Advanced, try enabling the script debugger, select the pause on error checkbox, and run the script. (Or step through it and watch for errors as you go.)
Create an account or sign in to comment