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 8412 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

I got fmp 5.5 unlimited. I noticed a new cdml variable tag called -modid and a new replacement tag called [fmp-currentmodid]. What is the code to use this feature? Where do you put it, in a form, etc. I am sure they tags are in regular fmp 5.5 v2 also.

Thanks

Posted

Here is the explanation from the "CDML Reference" database:

===========================================

What it does

The -ModID tag is an optional tag that can be used with a -Edit action request. The value would be the modification id that has to match the record before the -Edit action can complete successfully and a new error code (306) would be returned if the mod ids did not match. If there is no -Mod tag then the -Edit action would work as it currently does. In addition CurrentRecID and CurrentModID would be added as constants to the FMP-If tag as numeric types.

Syntax example(s)

<!-- Make sure when updating the "country", no one else changed it -->

<FORM ACTION="FMPro" METHOD="POST">

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