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.

Probably a dumb question about designing a search

Featured Replies

Hi,

For the most part when I do a search/find, I use the find button which blanks out all the fields, then the user can enter any data they want. It works well, but I wanted to make it look more professional. What I wanted to do is when a person wants to do a search they would press a button which opens a window, then the fields would be blank, (possibly arragned in a more compact fashion). once they have entered their search terms, it would search, if results are found it would transfer that found record into the intial form they were searching for.)

The other questions is how do you perform a wildcard search without the end user mannually entering a wildcard character?

Finally, what's the easiest way to script a solution if there are no results found...?

Thanks Vandy

Well, my search routines usually look like this:


Go to Layout [ Find ]

Enter Find Mode []

Set Field [ SomeField; <DefaultValue> ]

Pause Script [ Indefinately ]

Set Error Capture [ On ]

Perform Find []

If [ Get(LastError) = 401 ]

   Custom Dialog [ "Message"; "No records found." ]

   Go to Layout [ original layout ]

   Show All Records

   Exit Script

End If

Go to Layout [ List View ]

The Find screen would have a button to Resume the script after search criteria is entered.

I'm not sure how you would modify it to fit into a multi-window solution. I suppose you could use one window for the search and results list, and the second for the detail view. This way the list stays up in one window, while the detail is up in the other.

I think we'll need a bit more about what you are looking for with your 'wildcard search'. Are you saying you always want to find only those records where a particular field is not empty or something else?

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.