Jump to content

mmeier

Newbies
  • Posts

    1
  • Joined

  • Last visited

mmeier's Achievements

Newbie

Newbie (1/14)

  • First Post
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. Yes, the result is a normal FilemakerResult, so just use: $rec =& $fm->newAddCommand('employee'); $rec->setField('name', 'Jack'); $result = $rec->execute(); $rec_id = $result->getLastRecord()->getRecordID(); $created_name = $result->getLastRecord()->getField('name',0); # or any other field, also autofill
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.