>>If you are referring to the RecordID that FileMaker creates for each
>>record, it is accessible with the function Status(CurrentRecordID) in
>>FileMaker or -recid in CDML. I don't know what it is in AppleScript, but
>>you can get it there, too.
>>
>>As far as "using", it's unique enough if you're dealing within the
>>database, but shouldn't be used as a relationship key. It's NOT
>>sequential (as we think).
>>
>>Set up another field to auto-enter a serial number and pass that back.
>>
>
>This last step is exactly what I'm trying to do - But how do I pass it back in the 
>response to a new record being created. When I use <@column ID> (assuming ID is the 
>serial number field) it's blank.


Others will know this better than I. According to the manual, in Tango 3.x, "The 
Insert Actions returns no results" - but the ResultSet, with Filemaker, seems to 
contain the RecordID

Try looking at the @@ResultSet after an insert and you'll see the RecordID. This seems 
to be the only way to return a response that includes the new values (which are ARGs) 
along with the new RecordID. Or rather it may be the only way without using another 
search step

See Steve Smith's recent reply on how to do this search step...
________________________________________________________________________
TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED]
                with unsubscribe witango-talk in the message body

Reply via email to