Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 4288 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

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.

 

 

Posted

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

This topic is 4288 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.