Skip 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.

Using fields/objects for dynamic text?

Featured Replies

Can I modify text that has an object name?

Here's my example:

1. The user clicks "new client" button...

2. Red text appears next to one of the fields and tells the user important info...

3. Depending on what the user does, that red text may or may not stay there...

I was using a field to display the text... My script simply used the setField command to change the blank (uneditable) to whatever I wanted to say and it worked fine... but this database is eventually going to have a lot of records! I don't want all these basically useless fields taking up space. It also makes the field names under "define database" look messy too... I don't want people looking at it and saying: "what the crap is display_confirmation!?"...

Does anyone know any alternatives for dynamically displaying text?

Thanks!

-Chris

Use:

go to object[objectname]

insert calculated result[]

If you want to further control where the insertion point winds up, you will need to store the fieldname in a variable:

set variable[

$tempfield ;

getfield(Get ( ActiveFieldTableName ) & "::" & Get ( ActiveFieldName ))

]

loop

go to next field

exit loop if(getfield(Get ( ActiveFieldTableName ) & "::" & Get ( ActiveFieldName )) = $tempfield)

end loop

  • Author

That method is using fields though, correct? Is there any way to do this without using fields?

You could try using the AutoEnter options for your message display field and uncheck the option

"Do not replace existing value of field(if any)"

Then you could just input a calculation that will automatically modify the contents of the field when any of the identified fields meet specific criteria...

Or you could just make the process script driven and display dialog messages to the user if an error is encountered.

Or from an instant web publishing point of view, create a table just for displaying error messages and have the script navigate to that table , pause , and then return to the original layout.

  • Author

So i have to use a field?

In order to display data on a layout that is changeable, currently you must use a field to do this. Variables cannot be used on layouts to display information yet.

Create an account or sign in to comment

Important Information

By using this site, you agree to our Terms of Use.

Account

Navigation

Search

Search

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.