February 9, 200124 yr How can i use a script to paste from a 3 fields to a portal? I have 3 fields (date, pay & how_pay) and i need a script to press a button and erase from these fields and paste in a portal with other 3 fields same. Please help me it's urgent to me Thanks Jorge
February 9, 200124 yr Set Field(PortField1, NonPortField1) Set Field(PortField2, NonPortField2) Set Field(PortField3, NonPortField3) Set Field(NonPortField1,"") Set Field(NonPortField2,"") Set Field(NonPortField2,"") You could use cut and paste but if the fields are widely distributed over the layout, the screen jumps around alot. In case the Set Fiel command is unfamiliar: the first field is the destination field and for the destination being a portal field, select the SetField option "specify field" then above the field name window click the button "current file" to select the relationship for the portal. This will now show you the fields from the related file. Good luck. GW
February 14, 200124 yr Author Thanks for your help, but how can I paste in the last portal, because this solution just copy in the same field, now I need this solution paste in the last portal. How can I do that? thanks
Create an account or sign in to comment