January 16, 200520 yr 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
January 16, 200520 yr 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.
Create an account or sign in to comment