Consultor Eletrônico



Kbase P17487: Could not find Browse in a frame (3566)
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   3/25/2009
Status: Verified

SYMPTOM(s):

4GL/ABL: Error (3566) referencing a frame widget

Could not find <element-name> in a frame. Try qualifying the reference with an IN FRAME phrase. (3566)

Could not find Browse in a frame (3566). Try qualifying the reference with an IN FRAME phrase. (3566)

browse-name IN FRAME frame-name:attribute-name.

FACT(s) (Environment):

All Supported Operating Systems
Progress 8.x
Progress 9.x
OpenEdge 10.x
OpenEdge Category: Language (4GL/ABL)

CAUSE:

Syntax error referencing a browse in a frame widget as: browse-name IN FRAME frame-name:attribute-name.

FIX:

Correct the syntax by referencing the browse widget using the syntax:
browse-name:attribute-name IN FRAME frame-name.