missing from fields phrase

Remoke

New Member
Hi guys,

Suddenly I got a message in our production environment which is not to be seen in the test environment which has the same programs. Maybe someone knows what could be wrong.

Field <fieldname> from <tablename> (recid 25428891) was missing from FIELDS phrase (8826)

As the programs are the same in production and test, it is a strange situation.

Thanks,

Raymond
 
Problem is solved. We have a n-to-m relation between two tables. The keys between the relations are stored in a table. It now finds key x first in production and key y first in the test environment. The key in x is not available in the list of fields however. That is the reason for the message. For the moment I changed the values of the keys ... not the perfect solution, but for the moment it works for the users.
 
Back
Top