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 am new... and I want to make a "ascendig descendig order" script

in a list, ex : order ascending or descendig a list of items

but I dont know how can i doit , can you people gime some tips

or an advice how can i do it, thaks .

Dennis

I'm going to have to make some guesses about what you mean. I'm going to assume your "list" is a set of records in List View. Further, I'm going to assume "ascending descending order" script means a script that will change the sort order from ascending to descending or descending to ascending each time it is run.

Create a field:

gSortOrder (global, number)

Create scripts:

(first script - Sort Button)

Allow User Abort (off)

Set Error Caputure (on)

If(gSortOrder)

Perform Script(SORT: Descending)

SetField(gSortOrder, "")

else

Perform Script(SORT: Ascending)

SetField(gSortOrder, "1")

End If

(second script- SORT: Ascending)

Sort(Restore, no dialog) <-- set the ascending sort order in this script

(third script- SORT: Descending)

Sort(Restore, no dialog) <-- set the descending sort order in this script

If this isn't what you wanted, try your question again with a little more explaination.

-bd

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.