Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×
The Claris Museum: The Vault of FileMaker Antiquities at Claris Engage 2025! ×

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

Recommended Posts

Posted

I have a table with invoices, and a table with the current invoice number. 3 users are connected to the server wich is hosting these tables.

I've been using the global variable function to store the most recent invoice number. I also have used the "Set field" function, something like this:

Set field: invoice number; number_table:invoice number

and then, I must update the invoice number so I use set field again and enter invoice_number+1

this works really great with one user, but not with 2, because the global variable is not global enough. It's only updating on the local computer, and not on every connected client.

How can I solve this issue?

Posted

because the global variable is not global enough. It's only updating on the local computer, and not on every connected client.

How can I solve this issue?

Globals are unique to each client.

Invoice number should be an AutoEnter field incremented by 1.

Michael

Posted

Not usre why you would want to "Update" an invoice number.

Define a new field. Click on the options button>Check the box Serial Number> Choose the next value you want and increment by 1.

Then every record that is created will get a Unique Invoice number.

Michael

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