Jump to content

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

Recommended Posts

Posted

Hi

For example, if I have 10 records with a priority field so record 1 is priority 1, record 2 is 2 etc. then I change say record 5 to priority 1, it will automatically change old priority 1 to 2, 2 to 3,etc. Thanks

Posted

First of all YOU need to really think through how this will work and write out your logic in pseudo-code (basically a normal language process of what will happen, with as much application specific code as you know).

For instance:

User Changes Priority

Goto First Record

Loop

Set New Priority

Goto Next Record [Exit After Last]

End Loop

Or whatever. You really need to think this logic through, because I am not sure that you really want to do what you are saying that you want to do.

Once you have the actual logic worked out and the pseudo-code written, you should be able to convert it to Filemaker scripting pretty easily. Or you will have more specific questions to ask.

This topic is 8580 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.