Jump to content

Exchanging data with runtime apps


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

Recommended Posts

  • Newbies

I do not seem to be able to exchange information between a FMP File with a runtime app made with developer. As soon as I use any function from the runtime app that interacts with another FMP file (such as standard import function) the runtime app quits out as it seems to be able to support only one file. The error I get is that I have exceeded the maximum number of licences. During this process I need information to be imported both ways and records to be updated on both sides.

Are there any alternatives... help !!!

Link to comment
Share on other sites

Your runtime app can only open DBs that you bound into the solution using the same binding key.

Assuming your trying to provide some "extra" to your solution can you make another "copy" file using the same binding key. Then your app will be able to handle the "extra" file.

You can, of course, open the bound file with a copy of FMP, so you caould also do it that way too.

Watch out for your file extensions.

Link to comment
Share on other sites

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