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

  • Newbies

Can anyone help?

In my database, I want to be able to make an entry into one field, have the same data copied into a different field in a different layout, but have the data entered one record before the original entry.

The Gobblers

The trick is how you define "one record before" Do you mean the original unsorted order of record creation, or dynamically based on the current sort order for that layout?

  • Author
  • Newbies

Dynamically based on the sort order for that record I think.

eg if I add a record in layout (a) record number 3 I want go to layout (;) and make that entry appear in its new field but in record number 2

Hi, the easiest way to accomplish this is using a script which is activated with a button. Create a new global text field, I'll call it gStorage. The script can be something like the following ;)

Set Field [ gStorage; YourSourceField ]

Go to Record/Request/Page [ Previous ]

Set Field [ YourTargetField; gStorage ]

Go to Layout ["WhereverYouWantToGo"]

Regards,

Peter

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.