belgiumbruno Posted March 17, 2004 Posted March 17, 2004 In fm 6.0 I used a lot of globals to put data from a customer to an invoice (both related with a constant). So in fm6.0 I started in the customerfile, used a script to put the custid in the global custid in the invoicefile and after creating a new record I put the global in the custid of the new invoice. I don't know if I used it well, but now I did the following: start in the customerfile, perform the script with custid as a scriptparameter, create a new invoice and put the scriptparameter into the custid in the invoice. It worked So you don't need all those globals anymore. Is this a correct use from the scriptparameter ? I wonder what will happen if 2 people use the same script ? ciao BelgiumBruno Version: v7.x Platform: Windows XP
Steven H. Blackwell Posted March 17, 2004 Posted March 17, 2004 Well yes that will work. But if you create the new invocie record via a portal you don't need to do any of this. The foreign key will insert in the invoice record automatically. Steven
Recommended Posts
This topic is 7817 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