sccoralai Posted February 21, 2013 Posted February 21, 2013 Hi All, I meet a problem, hope someone can help me. I need make two buttons, when click the first button, it will open the excel file I point, then I will make some change in the excel file and save, the second button is import from the saved excel file just now. (We must do like this). The script of the first button is "open URL" I fill "file://d:/Project/BOM.xlsx" in specify The second file, I use "file:BOM.xlsx" in Edit script, use Import Records. Both can wok well on my notebook, but can not work when I put on the server computer and open it remote. Please help if you know how to solve it. Many thanks.
Wim Decorte Posted February 21, 2013 Posted February 21, 2013 If import path can not be "file:BOM.xlsx", that is a relative path and you need an absolute path. You need to transform the same path that you use in the Open URL step to a path that FM will understand for importing. In this case: filewin:/d:/ProjectBOM.xlsx
sccoralai Posted February 22, 2013 Author Posted February 22, 2013 Hi Wim, Thank you for your reply. I am sorry, can not work too. It cannot work when we put on server. What a headache.
sccoralai Posted February 25, 2013 Author Posted February 25, 2013 Any other one can give me an advice? Many thanks in advance.
webko Posted February 25, 2013 Posted February 25, 2013 Doesn't work on the Server as it is not on Drive D: perhaps? What's the server drive letter?
Recommended Posts
This topic is 4641 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now