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

Destructive bug in Developer Utilities


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

Recommended Posts

Posted

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?

Posted

What about using a variable and then a field to hold the file names?

My mind is mush trying to figure out my problem but may not even need the variable....

Posted

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/

  • 3 weeks later...
Posted

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.

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