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.

specifying a fieldname from user input

Featured Replies

how do you target a specific field based on what a user has inputed into a field? basically, i am able to generate a field name based on user input; now i need to spit out a few other fields that are relevant to what the user input. ... does this make any sense?

so if the user input "007" i have a script that creates the following text string "007_st" and there is a field name in my dBase called "007_st" and i would like to display it's value.

Are you familiar with relational databases? It sounds like what you want to do with fields can be done more easily with related *records* (and be easier to maintain as well).

Try doing a forum search for "filtered portal" or something similar.

  • Author

what's the jist? i am slightly familiar with relational databases, but not sure on how far their power can extend. could you explain how i could achieve this easily? maybe with a self-relatioship?

  • Author

i need to access a fieldname based on a dynamic value... that's how i could summarize it

Tell us *what* you want to do, not *how* you want to do it.

You want the GetField function. so if in your example you had a global field named UserInput that contained the value "007_st", you would code it as GetField(UserInput). This would return the value that is in the field named 007_st.

Ian

  • Author

exactly, thank you Ian! *remembering GetField*

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.