Consultor Eletrônico



Kbase P79471: ** No record is available (91) - caused by programming error
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   16/10/2008
Status: Unverified

SYMPTOM(s):

** No <file-name> record is available. (91)

Running the following code:

FOR EACH customer:
DISPLAY NAME state.
END.
DISPLAY customer.

CAUSE:

You have asked for a field to be extracted from a record that is not available.

FIX:

Make sure the record in question is available before attempting to reference its fields.