Consultor Eletrônico



Kbase 16537: Error 1422 When Adding Record To A SmartViewer
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   5/10/1998
Error 1422 When Adding Record To A SmartViewer

If you receive error number 1422 when attempting to save a newly added
record in a SmartViewer, the most likely cause of this problem is that
you have created a local-assign-record procedure which assigns values
to some of the database fields and this code is being executed before
the standard behavior.

You need to move this code after the standard behavior because the
record has not really been created until after the standard ADM
behavior has been executed.

You may also want to look at moving this code into another local
version of an ADM method (like local-add-record or
local-assign-statement).

Progress Software Technical Support Note # 16537