Newbies jny Posted May 20, 2001 Newbies Posted May 20, 2001 I have a little question. What is the difference between these two links: http://... FMPro?-db=tekster.fp3&-lay=detaljer&-Format=les.htm&-RecID=45&Find http://... FMPro?-db=tekster.fp3&-lay=detaljer&-Format=les.htm&id=126&-Find Anybodu who can help me?
scratchmalogicalwax Posted May 20, 2001 Posted May 20, 2001 If you are using -RecID to do finds you may have problems. You should really only use RecID for actions such as -Edit or -Update and -Delete basically after you have found the record. The reason for this is because unlike a serial field RecID can change for a given record when the database is closed and then reopened or recovered(it will always stay unique) and should only be used when it is returned from the database by the replacement tag [RecordID_Value] or the CDML equivalent.
Keith M. Davie Posted May 21, 2001 Posted May 21, 2001 The first line "...&-RecID=45..." uses the record id which is internal to FileMaker. The second line "...&id=126..." suggests that the database file contains a field named "id" which is to be searched. SIMPLIFY ... Keith
Recommended Posts
This topic is 8578 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