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.

Help with if then statement

Featured Replies

  • Newbies

I am trying to write an IF/THEN statement than presents a dialogue box if the name field is blank. If it has a name is in the field, continue.

 

I assume you are asking in the context of a script, since showing a custom dialog is a script step (you posted this in the Conditional Formatting section which is irrelevant to the problem).

I also assume that the purpose of the custom dialog is to allow the user to add the missing name and not allow them to continue until they do. For this, you would do something like:

Loop
   Exit Loop If [ not IsEmpty ( YourTable::Namefield ) ]
   Beep
   Show Custom Dialog [ "A name is required." ; YourTable::Namefield ]
End Loop
# the rest of the script

You could make this more elaborate by giving them the choice to enter the name and continue or to abort.

 

Edited by comment

  • Author
  • Newbies

Let me try this. Thank you for your help.

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.