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

Hi All,

I am very new to FM. I am running FM 11 Adv

I have a field on my page that is a radio button(paid_yes_no) that is defaulted data to NO.

I have created a script that, when attached to a button in another database does the following.

Open File["Invoice"]

Go to Field [invoice::paid_yes_no]

NOT SURE WHAT TO DO NEXT

It is defaulted as NO and I need it to change the value in the field to Yes. (It is a radio button)

Any help would be greatly appreciated.

MG

Hi,

If you want to change the field from no to yes, just include the following in your script

Set Field(Invoice::paid;"yes")

Note: If you are already in the correct record, you do not need the Go to Field step in your script.

Regards,

Sdig.

  • Author

Hi,

If you want to change the field from no to yes, just include the following in your script

Set Field(Invoice::paid;"yes")

Note: If you are already in the correct record, you do not need the Go to Field step in your script.

Regards,

Sdig.

Hi Sdig,

Thanks for your time but when I use Set field in the script it only gives me the option of choosing the field I cannot use a semicolon or anything else. If I swith it to a calculation then it does not see set field as a parameter.

Maybe I am not following you correctly.

Thanks..MG

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.