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.

Submit Find to look in two different tables

Featured Replies

Hi,

Is it possible for a find to look in two unrelated tables at the same time?

I want to type a number (10INK123) perform a find, but the find/script would look in two different tables at the same time and some how get a result if it found a record or not.

Is this possible? if so how?

Thanks

Nestor

That is possible. assuming that you are performing one find from the table where the number is stored. You would need two find script, one for each table and using the set field command to enter the number in a global field in each table then the code for the first table would look something like this

Enter find mode

setfield(numberfield;globalfield)

preform find

if(get found count = 0)

show message (No records found in this table, press the OK buttom to continue)

else

show message ( Records have been found in this table that meets your criteria)

preform script(script from other table)

Enter find mode

setfield(numberfiekd;globalfield)

preform find

If (get found count > 0)

show message (Records found in this table

press the OK to continue)

Then you will have to decide how you want to review these records.

hope this helps

Lionel

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.