Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×
The Claris Museum: The Vault of FileMaker Antiquities at Claris Engage 2025! ×

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

Recommended Posts

Posted

I have a database with 3 files. 1 is called Datafiles. Its the database with all the products. There is another called Collection that shows what the user has in their inventory. The third is called browser. Its the go between and interface that the user uses. I chose this model so I can make updates to the browser without any complications of losing the data in Collection. The problem I'm running into is trying to get the data (single record) from Datafiles into Colleciton. I'd like to create a script that can be triggered by a button in browser. When I originally started this, Collection was part of Browser. When I realized the problems that would cause I split them. When they were one I would perform a find in Datafiles and import that file into Browser. It worked great. Now that Collection is seperate it wants to import every record in Datafiles. Any help you can give me is much appreciated.

Posted

I have a database with 3 files. 1 is called Datafiles. Its the database with all the products. There is another called Collection that shows what the user has in their inventory. The third is called browser. Its the go between and interface that the user uses. I chose this model so I can make updates to the browser without any complications of losing the data in Collection. The problem I'm running into is trying to get the data (single record) from Datafiles into Colleciton. I'd like to create a script that can be triggered by a button in browser. When I originally started this, Collection was part of Browser. When I realized the problems that would cause I split them. When they were one I would perform a find in Datafiles and import that file into Browser. It worked great. Now that Collection is seperate it wants to import every record in Datafiles. Any help you can give me is much appreciated.

Posted

Is there a reason that you are trying to move the data over? Would it be possible to just maintain a reference to the product record in the collection record?

Posted

You mean using a portal? Portals are overly complicated. I was hoping to just simplify it. I figured out what the problem was. I was performing the find in the Within the Browser so Datafiles never actually performed a find. Hence the reason it was importing all the files.

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