March 17, 200421 yr 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
March 17, 200421 yr 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
Create an account or sign in to comment