Consultor Eletrônico



Kbase P67964: How to resolve SET.NUMERIC.FORMAT attribute on the PSEUDO-WIDGET has invalid arguments (4065)
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   8/4/2004
Status: Unverified

GOAL:

How to resolve SET.NUMERIC.FORMAT attribute on the PSEUDO-WIDGET has invalid arguments (4065)

FIX:

SET-NUMERIC-FORMAT is a method, not an attribute. Somewhere in the code, error 4065 is reporting that the "SET.NUMERIC.FORMAT" is being passed as an attribute (which it is not) and not as a method, (which it is) and as a result the arguments are not resolved.

Error 4065 is a run-time error, not a compile-time error, which will most probably appear on the client machine at the time of occurrence. Use the -debugalert client session startup parameter on that client's connection. From which a 4GL stack trace (procore) will be produced in real time which will allow investigation the specific piece of code that is causing this situation.

For example, it could be a missing variable not being passed on to a process correctly.

If the procore file investigation does not find obvious cause, Technical support will need a reproducible piece of code against the "sports" database so that we can run it without modification and see this error. From this, we will be able to find the reason why the code is failing much faster and either correct the code, provide a workaround or log the issue with development.