Newbies c-aas Posted June 13, 2001 Newbies Posted June 13, 2001 My problem is that i am working on a schoolproject with filemaker, and we have to find out the differnece between id and Recid in a link. Exampel. http://...FMPro?-db=first.fp5&-lay=first&-Format=first.htm&-Recid=45&Find and http://...FMPro?-db=first.fp5-lay=first&-Format=first.htm&id=126&-Find In this exampel, the links are same except for id and Recid. Can enyone help me with my problem? What is the difference? Regards Chrisse
Lee J Posted June 13, 2001 Posted June 13, 2001 RecID Defines which record should be operated on. Used mainly by the -Edit, -Dup (duplicate), and -Delete actions The ID command doesn't exist in the CDML reference manual are you sure you have this right?
MeltDown Posted June 14, 2001 Posted June 14, 2001 'id=126' looks like a reference to a field named 'id' with the value of 126.
Newbies c-aas Posted June 14, 2001 Author Newbies Posted June 14, 2001 quote: Originally posted by byteworks: RecID Defines which record should be operated on. Used mainly by the -Edit, -Dup (duplicate), and -Delete actions The ID command doesn't exist in the CDML reference manual are you sure you have this right? I am sure, but thanks for the help
Newbies c-aas Posted June 14, 2001 Author Newbies Posted June 14, 2001 quote: Originally posted by MeltDown: 'id=126' looks like a reference to a field named 'id' with the value of 126. Seems quite logic, thanks for the help
jorix Posted June 19, 2001 Posted June 19, 2001 I've been breaking my head about this. The difference between recid and id is that recid is the real number that identifies a record and id is the number of the record within the current found set. (So, if you've got a database with 100 records and you perform a find which results in 50 found records, you'll be able to reference to the first found record with id=1) Greetz
Recommended Posts
This topic is 8563 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