Skip 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.

how to fill in a field with a field of another lay

Featured Replies

  • Newbies

I

You need a relationship from table1 to table2 if you want to set a specific record's fields in table1 with data from a specific record in table2. You can use a global to temporarily hold the unique identifer (serial) in table2 and set it to a field in table1 that is defined as the key field in a relationship.

Example:

You have a relationship from table1::table2key to table2::serial. table2::gserial is a global number field.

Go to Layout [table2]

Set Field [table2::gserial; table2::serial]

Go to Layout [table1]

New Record/Request

Set Field [table1::table2key; table2::gserial] <- no relationships are required to access globals across tables

Commit Records/Requests

Set Field [table1::codart; table2::codart] <- a relationship between the two tables' records exists now, so data can be shared.

Create an account or sign in to comment

Important Information

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

Account

Navigation

Search

Search

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.