April 7, 200817 yr How can I script a function that copies the contents of a portal field when the user clicks on that field and pastes it into a specific field outside of the portal on the same layout? I seem to be able to do this as long as I don't make the portal field a button but that defeats the purpose. Thanks! Greg
April 8, 200817 yr Try defining the field as a button that does: Set Field [ Parent::Targetfield ; Child::Sourcefield ]
Create an account or sign in to comment