March 13, 20232 yr Newbies Hi all, I am new to Scribe and FileMaker as well. I tried to open an MS word file but I cannot load the link to the file. even I type in the path dir to the file it still won't open. what I did: Set Variable[$docload; Value:ScribeDocLoad("/User/ycha/Download/GTreport.docx")] Can I please ask how I can open my local doc file in Filemaker? Thanks for your time on my beginner's question!
March 13, 20232 yr Hello, 10 hours ago, C.Chang said: Set Variable[$docload; Value:ScribeDocLoad("/User/ycha/Download/GTreport.docx")] Unless this is a typo, the issue is most likely that you are missing the "s" in the "Users" directory . If it is a typo, then it is difficult to know what the issue is without knowing what the error is. All of the plugin functions will return ERROR if a function results in a an error. You can get a description of the error by calling ScribeLastError.
March 14, 20232 yr Author Newbies Hey, Thanks for your quick response. I copy and paste the directory and once I hit return the whole row 3 is gone(disappear) - refer to line 3 of the code. I am super confused right now, is it because I want to use this in a local filemaker pro? Thank you for answering in advance Edited March 14, 20232 yr by C.Chang
March 14, 20232 yr Hello, Scribe wouldn't have any impact on the script workspace so I am not sure why your script step isn't persisting. In general there should be a settings wheel next to the Set Variable script step that will open a window for you to define the script step. After naming the variable click specify next to the calculation field. This should open the calculation window where you can access Scribe functions. Once you have input the parameters, click ok on the calculation window, and ok on the script step definition window and the script step should persist.
Create an account or sign in to comment