soriano Posted February 9, 2001 Posted February 9, 2001 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
GregFM Posted February 9, 2001 Posted February 9, 2001 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
soriano Posted February 14, 2001 Author Posted February 14, 2001 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
Recommended Posts
This topic is 8936 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