Jump to content
Server Maintenance This Week. ×

Destructive bug in Developer Utilities


Piotr

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

Recommended Posts

I just discovered that during the creation of a stand alone FM application using the Developer Utilities all links to external data sources (other FM files) get stripped of their extensions. Thus, if the path used to be:

file:old_data/Address.fp7

it becomes:

file:old_data/Address

Naturally, any script that requires the file Address.fp7 fails.

To me this is a major, extremely serious bug that destroys the functionality of my stand alone solutions. Does anybody know a workaround?

Link to comment
Share on other sites

I believe it's a feature, not a bug. Runtimes are expected to use a different extension, e.g. USR. You can remove the .fp7 extension from all your references to external files, without any ill effects, I think.

See also:

http://fmforums.com/forum/showtopic.php?tid/185105/

http://fmforums.com/forum/showtopic.php?tid/196076/

Link to comment
Share on other sites

  • 3 weeks later...

Yea we just use File and FileTwo as references instead of File.fp7 and FileTwo.fp7, works fine both in client/server and in runtimes then.

I *think* (from memory) when you use FileMaker to add a reference as opposed to typing it, it doesn't add the extension.

Link to comment
Share on other sites

This topic is 5607 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.