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.

script/related fields, searching data? help?

Featured Replies

i have records that have fields: name, location, etc. and computer1, computer2, computer3 -under each computer box are 3 more fields: serial1, serial2, serial3.

what i want to do is click on a button (script) that will return computer1 with serial1 always... and so on for computer2... and 3, etc.

further what i REALLY want is for all 3 computers to come back with their serial numbers.

ultimately i will search my database for either a person's name to see what computer(s) they have or i will search by serial number(s) and return the person and all of their computer(s).

can someone PLEASE tell me how to do this!

Thank you in advance.

A better way to structure you whole solution is to use two files: People and Computers. Then you could perform a search in the computer file for a single entery of serial number. Your structural problem is the use on multiple serial number fields for multiple computers.

However, we can still overcome your bad structure. Create two global fields:

gName (text)

gSerial (text)

and a search script

Allow User Abort (off)

Set Error Capture (on)

Go to Layout (a new layout for entering the search data)

Set Field (gName, "")

Set Field (gSerial, "")

Pause <--- user enters serach info and hits return or a button you have defined as resume script

Enter Find Mode ()

Set Field (Name, gName)

New Record/Request

Set Field (serial1, gSerial)

New Record/Request

Set Field (serial2, gSerial)

New Record/Request

Set Field (serial3, gSerial)

Perform Find ()

Go to layout (layout to display results)

-bd

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.