Consultor Eletrônico



Kbase P57144: Windows title in task bar stays Progress instead of applicat
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   12/3/2003
Status: Unverified

FACT(s) (Environment):

Progress 9.x

FACT(s) (Environment):

Windows 2000

SYMPTOM(s):

Windows title in task bar stays Progress instead of application title

CAUSE:

A connect to a non existing database with no-error before the line to set the
windows title was executed

FIX:

Removing the line for the db connect to the non existing database before the line:

assign current-window:title = "Application on WIN2000".

solved the problem.