racheld Posted August 16, 2007 Posted August 16, 2007 I was wondering how to script the following: I would like a script that can display the last 5 records added to the database. This script would begin in Find mode and would work as a single button. The attempt is to display the latest arrivals. (Since FM defaults that the last records are the most recently added I will assume these are the latest products/records added.) Thanks!
mr_vodka Posted August 16, 2007 Posted August 16, 2007 How about something simple like: Show All Records Go to Record/Request/Page [ Get ( FoundCount ) - 4 ] Omit Multiple [ No Dialog; 5 ] Show Omitted Only
Søren Dyhr Posted August 16, 2007 Posted August 16, 2007 Or even simpler? Show All Records Go to Record/Request/Page [ First ] Omit Multiple Records [ Get ( FoundCount )-5 ] [ No dialog ] --sd
Recommended Posts
This topic is 6309 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now