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

I have a field that calculates an amount based on what is in another calc field. When the one field changes the second field doesn't calculate. What am I doing wrong?

Is it a calculation or a number with an auto-enter calculation result? If it's the latter, make sure you deselect 'do not replace existing value for field' in the auto-enter options.

  • Author

The one that is not calculating is a straight calculation number.

Does the calculation include only local fields or related ones also? Does it refresh if you enter find mode, then enter browse mode, or move to another record and return to the original one?

  • Author

Here is what I have,

The "Recipe LI::Servings_Converted" field changes when I change Recipes::Servings_Converted.

Also the "Recipe_LI::z_Fat_Calories_Recipe" Changes but the "Recipe_LI::z_Fat_Calories_Servings" does not

"Recipe_LI::Servings_Converted":

If(

IsEmpty(Recipes::Servings_Converted);

Recipes::Servings_Entered;

Recipes::Servings_Converted

)

"Recipes::Servings_Converted":

Case(

not IsEmpty(Servings_Converted);

S4HU_EventScript(Get(FileName); "CONVERT / ENTER RECIPE" ; "" )

&

Servings_Converted)

"Recipe LI::z_Fat_Calories_Servings":

z_Fat_Calories_Recipe / Servings_Converted

Try

Case(

not IsEmpty(Servings_Converted);

Servings_Converted & S4HU_EventScript(Get(FileName); "CONVERT / ENTER RECIPE" ; "" )

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.