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.

Featured Replies

This must be simple to do but I just can't figure it out.I have 2 realted files related by Id.Its one to many realtionship.A has got one product code and B has got many products with that product code.I want to set a field from the last product of B into a field in Product A.How do I do this.

Thank You

I'd probably do this with a script. Pass the contents of the field in the last record of file B using a global field in file A. How to access a global field in file A from file B?

Create a field in both file A and File B:

Constant (calculation, number, indexed) = 1

Create a field in file A:

gTemp (global, text or number)

Create a relationship in file B:

ConstRel with Contant (file B) <--> Constant (file A)

Then create a script in A:

Allow User Abort (off)

Set Error Capture (on)

Perform Script (external, file B, "Get Field Script")

Set Field(YourField, gTemp)

Create a script in B called "Get Field Script":

Allow User Abort (off)

Set Error Capture (on)

Show All Records

Go to Record/Request/Page (last)

Set Field (ConstRel::gTemp, YourFieldInB)

-bd

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.