Consultor Eletrônico



Kbase P3732: Check-in of an object in Roundtable is not possible
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   16/10/2008
Status: Unverified

SYMPTOM(s):

Check-in of an object in Roundtable is not possible

The output of compile xref has garbage on a line with ACCESS TEMPTABLE

CAUSE:

This is a known issue being investigated by Development

FIX:

Modify the offending line:
if t-name:modified in browse tb
into:
def var V-MODIFIED as log no-undo.
V-MODIFIED = t-table.t-name:modified in browse tb.
if V-MODIFIED