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.

Should this nested test work?

Featured Replies

My script is complicated because this test doesn't seem to work:

IsEmpty( Status(CurrentFieldName) )

Am I asking too much?!

  • Author

Except I want to know if the field that the cursor is currently in is empty. I don't want to hard-code the field name. I want to use Status(currentfieldname) to get the name then use the result to see if the field is empty by using the isEmpty() function. It doesn't seem to work that way and I must create a lot more code and actually name each possible field.

quote:

Originally posted by sprynmd:

Except I want to know if the field that the cursor is currently in is empty. I don't want to hard-code the field name. I want to use Status(currentfieldname) to get the name then use the result to see if the field is empty by using the isEmpty() function. It doesn't seem to work that way and I must create a lot more code and actually name each possible field.

Status ( CurrentFieldName ) will simply give you the name of the field and will never be empty.

There is no way to feed a variable field reference to any function. You can script a checking routine where it check to see which field you are in and then checks that field for its contents, but this requires you to program all possibilities beforehand.

------------------

=-=-=-=-=-=-=-=-=-=-=-=-=

Kurt Knippel

Consultant

Database Resources

mailto:[email protected]

http://www.database-resources.com

=-=-=-=-=-=-=-=-=-=-=-=-=

  • Author

Yep - that's the way I did it. Just wanted to make sure I wasn't missing an easier way.

Thanks!

Try dropping the "status" from the check.

IsEmpty(FieldName)...

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.