bnix Posted January 20, 2002 Posted January 20, 2002 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
Garry Claridge Posted January 20, 2002 Posted January 20, 2002 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">
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now