63 Cannot post record out of range.

Problem: Getting error "Cannot post record out of range."

1: When running a form and doing a postrecord on the first detail record of a newly created master.
Versions: P7, P8 and P9 prior to SP1

Possible cause:
Link field is an AutoIncrement field.
Solution:
Use Shift-F5 or unlockRecord() instead.
More information:
see fixed bugs PX0288


2: When running a form and posting a record after changing the value of a field.
Versions: All

Possible cause:
You have a filter or a range set. You cannot post a record if the new value entered is not within the filter specified or the range set.
Solution:
Use Shift-F5 or unlockRecord() instead.

To index