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.

GetNextSerialValue ???

Featured Replies

I am trying to get the next serial value as :

GetNextSerialValue ( Get(FileName) ; Billing cases::Case )

But no value is returned ??

Also SetNextSerialValue is not seting the value either ? Anyone has this problem with FMP 8.5 Advance ??

You need to put the name of the field in quotes. The GetNextSerialValue() is a Design function, and most of those functions only accept a text value.

Edited by Guest
Deleted Quote()

  • Author

Thank you for your responses.

This is driving me crazy. I have tried to change the field type to Text and back to number with no help. Also I used :

Quote( Tabel1::serial) with no help. The function just returns nothing !!

The field name must be enclosed in quotation marks:

GetNextSerialValue ( Get ( FileName ) ; "YourTable::SerialField" )

Using the Quote() function is NOT the same as enclosing the field name in quotation marks:

Quote ( YourTable::SerialField )

returns the CONTENT of the field enclosed in quotation marks.

Oops! Sorry.

  • Author

Thank you so much guys. I got it !

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.