Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

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

Recommended Posts

  • Newbies
Posted

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

Posted

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?

  • Newbies
Posted

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

smile.gif" border="0

  • Newbies
Posted

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

smile.gif" border="0

Posted

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

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 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.