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.

finding with mulitple fields

Featured Replies

I need to write a script that copies to fields from one layout (fields... User and Password)

and then go to layout(student)

Enter layout mode

Paste two fields

perform find

Can some one tell me how to do this with two fields to find?

Thank you!

Set Error Capture [ On ]

Set Variable [ $var ; Main::Field1 & ¶ & Main::Field2 ]

Go to Layout [ "Student" ]

Enter Find Mode [ ]

Set Field [ Student::Field1 ; GetValue ( $var ; 1 ) ]

Set Field [ Student::Field2 ; GetValue ( $var ; 2 ) ]

Perform Find [ ]

  • Author

This is great Thanks!

Now can I make it be exactly that match? Like if i ask for "kenh" can I get only "kenh" and not "ken"

And also if it does not find any match to just beep or give a caanot find match message?

Thanks for your help!

Set Error Capture [ On ]

Set Variable [ $var ; Main::Field1 & ¶ & Main::Field2 ]

Go to Layout [ "Student" ]

Enter Find Mode [ ]

Set Field [ Student::Field1 ; [color:red]"==" & GetValue ( $var ; 1 ) ]

Set Field [ Student::Field2 ; [color:red]"==" & GetValue ( $var ; 2 ) ]

Perform Find [ ]

[color:red]If [ Get ( LastError ) ]

Show Custom Dialog [ "cannot find match" ]

End If

  • Author

Thank you soo much!!

You just got ride of my headache!!!

Create an account or sign in to comment

Important Information

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

Account

Navigation

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.