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.

User input

Featured Replies

I want to make a script in which the input of a user is requested in a dialog. The input is to be a typed value (not a check box).

How can I do this? The data isn't to be stored on the open record, and I mustn't leave the open record.

If I understand correctly, then create a global field and then use a custom dialog.

  • Author

I tried this now. Unfortunatly I have a same issue as other things I try that information can't be entered.

I placed this field in the data table, the field was cTNT_Input, calculation, global. I can't make text fields for some reason. The tables are with a internet ODBC connection.

The tables are with a internet ODBC connection.

That was an critical fact to leave out in your original post.

You can not create FileMaker data entry fields through an ESS connection. If you are going to create a field then do it in the external source table. You can only create calculation and summary fields within FM's ESS.

I do not know what you are trying to achieve here. However, you can create a global field in a FileMaker table and access it anytime.

  • Author

Okay. I change my databaseconnection to the local mysql database.

Then I made a temp table with a field TracknTrace. I made a script that pops a input box to fill the field. That works.

Now I want it immediatly in the database online so I added the sql rule:

"UPDATE [table] SET trackntrace = '" & temp::TracknTrace & "' WHERE [col]='" & [table_alias]::[col] & "'"

The where field is a field from the mysql database. If i look in the database when the rule is finished the input is NULL. if I replace "UPDATE jcs_vm_orders SET trackntrace = '" & temp::TracknTrace & "' WHERE order_id='" & Data::order_id & "'" with any value it works....

  • Author

I solved this issue it now works. Messed with the temp table till it worked

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.