Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 7957 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

I'm stumped as to how to implement a recent record list. I have created a global field that gets updated every time a navigation button is clicked / first in last out stack buffered by a pattern-count check to prevent duplicates.

The global field cant be indexed so a valuelist doesn't work ? how can I build a pulldown list for quick access of the last 10 records accessed ? [email protected]

Posted

Cool idea,

if your global stores a unique identifier for the records seperated by carrige returns, you could treat this as a multikey.

set selfjoinMulti relationship from the global: g_RecentRecords::UniqueID

and format popup list to display values from related fields selfjoinMulti::RecordName

-Raz

Posted

Or, if it's single user, create a database with one record and enter the data into a text field there. Create the value list based on this text field.

This solution won't work in multi-user situations.

This topic is 7957 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.