Consultor Eletrônico



Kbase P24186: How to specify the temprary client directory at run time
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   11/25/2003
Status: Unverified

SYMPTOM(s):

Can not specify the temporary client directory at run time

Application does not revert to original temporary directory specified with -T startup parameter after calling an OLE object to send e-mail.

CAUSE:

Third party program used with OLE object changed the temporary directory location.

FIX:

Use the following to store the current directory so it may be reset after calling another program:

DEF VAR currDir AS CHARACTER.
FILE-INFO:FILE-NAME = ".".
currDir = FILE-INFO:FULL-PATHNAME.
MESSAGE currDir VIEW-AS ALERT-BOX.