ssancton Posted January 16, 2005 Posted January 16, 2005 After upgrading to FM7 from FM6... It was decided that the db needed to be rebuilt, not only because it was running off of 4 different files, but also because it was originally created 6-7 years ago in a much older version, and many new features could be added to make it more effective. The basis of the Database has just been copied, except for the fact that instead of 4 files, I'm working with 4 tables; and updated layouts. For the most part I just copied scripts, and updated them with the newer tables rather then file paths. However, on several cases I have run into the same problem. When using a portal to make a selection... (I.e. copy the selected contact from the portal and assign that contact to a sale) the inserted value is always the first record on the portal options.. rather then the selected one. Here is the described script that is performed when selecting the contact from the portal: Insert Calculated Result [select; Show::Client
RalphL Posted January 16, 2005 Posted January 16, 2005 It looks like the script has lost focus on the portal row. Try using a go to related record and do the transfer from there. You could use the set field to do this.
Recommended Posts
This topic is 7251 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 accountSign in
Already have an account? Sign in here.
Sign In Now