Consultor Eletrônico



Kbase P63390: How to display long propath in procedure editor?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/16/2008
Status: Unverified

GOAL:

How to display long propath in procedure editor?

GOAL:

How to see PROPATH value?

FIX:

If the output of
MESSAGE PROPATH VIEW-AS ALERT-BOX.
makes it difficult to "read" the value of Propath, then you may run:
DEFINE VARIABLE c AS CHARACTER NO-UNDO.
c = PROPATH.
DISPLAY c VIEW-AS EDITOR SIZE 70 BY 10.