Consultor Eletrônico



Kbase P15775: Dynamics WEB: Text in GUI becomes Fill-in in WEB
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   1/30/2003
Status: Unverified

FACT(s) (Environment):

Dynamics 2.0A

SYMPTOM(s):

Text in GUI becomes Fill-in in WEB

CHANGE:

Repository was migrated from v1.1 to v2.0A

CAUSE:

The "object type" of the Fill-in that is not working shows:

<object_type_obj>473.99</object_type_obj>

and the "object type" that works is 5555.409.

Checking the gsc_object_type table the "object type" 473.99 corresponds to the DynFillin, and 5555.409 corresponds to DynText.

This difference can be checked using the Repository Object Maintenance Tool.

FIX:

The fix for the problem is to change the object type from DynFillin to
DynText.

It can be done by using 4GL on the ryc_smartobject table.

Example:

find first ryc_smartobject where smartobject_obj = 488.99.
update object_type_obj.