Consultor Eletrônico



Kbase P35598: Dynamics FolderWindowToLaunch property on dynamic browser mu
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   06/08/2003
Status: Unverified

FACT(s) (Environment):

Dynamics 2.0A

SYMPTOM(s):

Dynamics FolderWindowToLaunch property on dynamic browser must by supplied.

FolderWindowToLaunch property cannot be set in initalizeObject.

FIX:

It is possible to leave the FolderWindowToLaunch property blank and set it at run time. In the Dynamic browse super procedure, after the RUN SUPER in InitializeObject add the code:

def var Launchwin as character no-undo.
Launchwin = <child dependent window name>.
{set FolderWindowToLaunch Launchwin}.