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.

Copy/paste gives unknown number

Featured Replies

If I copy information from one field in file A and paste it in another field in field B I get a number. Copy "Purple" paste 10064897. Any ideas what I can do to fix this?

Thanks

Hi,

Is this copy/paste scripted ?

Make sure the field A is on the layout, or you'd be copying the content of another field (probably a number in this case) instead.

SetField[ ] should be preferred to Copy/Paste anyway.

  • Author

No, It is not in a script. It happens when you do it manually. I have some users that like to copy out of the database and paste into documents. So the field is on the layout that they are copying from.

Hi,

A number? It looks like a serial. I suspect a script is using your clipboard to capture an ID to paste and establish a relationship on the fly. If, after a User copies a field, ANY script is ran you need to check the script for the Copy/Paste[] script-step. Clues: Script for layout switch to form displaying a portal.

Set Field is certainly better to use within a script; however, using clipboard is fine as long as protections are in place to restore the clipboard contents after the script is finished to prevent surprising Users in this way. You can use products such as ClipSave or even script your own clipboard restoration.

Test: Copy text from a field, immediately paste back into same field. Do not click anything else which might activate a script. Does it paste correctly? I believe Ugo is referring to a script using your clipboard, not Users using a script to copy/paste. Things go on behind the scenes sometimes that Users aren't aware of. crazy.gif

  • Author

That was the problem. I had a small script that used copy/paste, when I got rid of it the problem was gone. Thanks to both of you for your help.

Elizabeth

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.