Consultor Eletrônico



Kbase P17767: Guidelines for using shared temp tables with smart objects.
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   02/02/2003
Status: Unverified

SYMPTOM(s):

Unable to locate shared temp-table or work-table definition for table <table-name> in procedure <procedure-name>. (1429)

CAUSE:

Using shared temp tables with smart objects in development mode.

FIX:

It is not recommended to use SHARED variables and temp tables with smart object applications.

If shared variables or tables MUST be used, then it is suggested that all these shared variables be defined in advance in a wrapper procedure before any object using them is instantiated. For example:

1. In development mode, the wrapper procedure would first define all NEW SHARED temp tables and then start the progress UIB.

2. In production mode, the wrapper procedure would first define all NEW SHARED temp tables and then start main application.

3. In either case the Progress session startup command line would look similar to:

_prowin.exe -p wrapper.p