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.

Simple Copy - Paste

Featured Replies

My problem is surely quite simple, but I am a newbie at scripting.

Here it is: I have two files: main and second, and a simple relationship on one field. A have another field with the same name on each base. I have a portal, on main db, with a button to go to the second db on the related record, select a field (container with graphic), copy to clipboard, select field to main db, paste picture in it.Manually, everything works fine. When I script it, it doesn't work.

Where is the trick ?

Make sure that when your Script tries to "Copy" a field, that field is on the current Layout. Similarly, make sure the Layout you wish to "Paste" into, is the current one designated by the Script.

Goto Layout(Graphic Container)

Copy(Graphic)

Goto Layout(Destination)

Paste(DestinationField)

or something like that...

Hope that's helpful.

Later ???-)

If you already have a relationship setup, why not use 'set field'?

Set Field [Field1 = Otherdb::Field1]

You can also use global fields to push data from one file to another, then use Set Field to move that data from the global to the particular field in a particular record.

  • Author

Thanks to all.

It's working now.

Many many thanks

Jean-Luc

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.