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.

Featured Replies

I want to reindex my database so that the number of records match the index number. There are already 1500 records. The database is not being used yet so it's ok for me to do this now, but I don't know how to tell FM to reindex all records.

Tangier

Go into the field definition, storage. Turn indexing off. Leave define fields. Then go back in and tuirn indexing on again.

  • Author

Thanks for that, but it didn't do anything. Maybe I did it wrong. What is appening is that my index field just adds an auto seial for each record.

Oddly the last entry is 1517 (for 1517 records), but the database only has 1502 records.

What I want to do is reindex so that the numbe of records matches the key index field.

FM 8

Ok

If you haven't any related file based of your index, you can do this:

1) DEflag the autoenter option of a serial number of the index field

2) Make a new calculated field: RecordNumber with this calc.

Get(RecordID)

3) Sort record ascending by field RecordNumber

4) Put the cursor in the field index of the first record

5) From Record-->Replace Field contents...--> Replace with serial numbers, initial value 1, increment by 1

6) Look at the last number assigned to index

7) Flag the autoenter option of a serial number of the index field with "next value" = one more of your records

8) Delete the field RecordNumber

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.