Consultor Eletrônico



Kbase P114022: The PROGRAM-NAME function returns inconsistent directory slashes.
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   07/03/2006
Status: Unverified

FACT(s) (Environment):

UNIX
Windows
Progress 9.x
OpenEdge 10.x

SYMPTOM(s):

The PROGRAM-NAME function returns inconsistent directory slashes.

Program paths can sometimes be shown with "/" on Windows.

Program paths can sometimes be shown with "\" on UNIX.

CAUSE:

This is a known issue being investigated by Development

FIX:

Workaround:

Use the REPLACE function to change the directory slashes.

Example:

message replace(program-name(2),"/","\") view-as alert-box.