Jump to content

another question


This topic is 6680 days old. Please don't post here. Open a new topic instead.

Recommended Posts

i have a script that copies information from one field to another but the field copied to may already have information in it and if it does the paste is right next to the current info with no spacing...how can i get spacing there and maybe even a date on each paste

Link to comment
Share on other sites

i can't use set fields because my fields that i would be setting are on different tables so it doesn't work...or atleast thats what they told be when i asked about how to transfer data from table to table

Link to comment
Share on other sites

It would be a calculation in a script step. Once your global field is set and you are on the desired layout and record,

Set Field [someField; If( not IsEmpty(someField); someField & " " ) & globalField]

If you want it to put the global's value on a new line, use ¶ in place of " ".

Does that help clarify?

Link to comment
Share on other sites

This topic is 6680 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.