Jump to content

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

Recommended Posts

Posted

Hi,

SO I have been banging my head up against a wall with this problem. I am doing a basic update of a filemaker database using the FX.php class. I can edit all of the ORIGINAL records up to the 127th with no problems. However after the 127th it can no longer update the database. I just get error 101 which means it can not find the record. I did some investigating and have discovered the query that FX.php makes into filemaker is this:

http://192.168.100.169:80/FMPro?-db=test.fp5&-format=-fmp_xml&name=name2&-recid=127&-edit

So I play with the different record ids and I have the same problem. It seems to me that this is not a FX.php problem, but rather something on the Filemaker end. Now I know you must be able to update more than 127 records in your database. I have tried this solution many different times from scratch, with a brand new database, web form, etc. Any ideas why it is not working?

Thanks for the help!

Eric

Posted

I agree w/Garry... if you look at the recID of the 128th record, it may be something like 32577... recID's are internal reference numbers that do not necessarily make any sense. I read a post where someone made a calc field = recID so they could see them; that may help you, too.

--ST

This topic is 7508 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.