Jump to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Copying/pasting records and formatting question

Featured Replies

hello everyone,

i often copy all fields from my contact database records onto the

clipboard to paste the data into emails etc., using the "copy record"

script.

because usually not all fields are filled out (home phone, work phone,

home fax, work fax, etc.) the data appears with gaps once it's pasted

into something else.

is there a way to select all data from a record and have all fields

appear on separate lines when pasted, preferably so that empty fields

are ignored?

so that someone with only name, email and home phone would appear like

this:

name

email

home phone

instead of something like this:

name email

home phone

thanks in advance for any hints!

alexandra

[email protected]

The easiest way is to create a calculation field with the fields you want, with paragraph returns, text, unstored, _cFields =

Field1 & "

Try using a peform applescript step using the following:

set newData to ""

copy {name of every cell of current record, every cell of current record} to {cellNames, cellData}

repeat with k from 1 to count of cellData

if item k of cellData = "" then

-- skip

else

try

copy item k of cellNames & ": " & item k of cellData to temp

copy newData & return & temp to newData

end try

end if

end repeat

set the clipboard to newData

  • 2 weeks later...
  • Author

thanks very much, the applescript method works very well.

this is only a small thing, but would there be a way to also have it put the first and second names (the first two fields) on the same line?

Create an account or sign in to comment

Important Information

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

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.