Consultor Eletrônico



Kbase P180603: Cannot pass an object or procedure to AppServer without the need to deep-copy the object and re-inst
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   14/01/2011
Status: Unverified

SYMPTOM(s):

Cannot pass an object or procedure to AppServer without the need to deep-copy the object and re-instantiate it

No support for passing objects to AppServer

No support for passing procedures to AppServer

FACT(s) (Environment):

All Supported Operating Systems
OpenEdge 10.2B

CAUSE:

Enhancement Request # OE00203804

FIX:

This Enhancement has not yet been implemented in the product. In order to send an existing object or procedure to the AppServer in the current technology one would have to send the object's context to the AppServer as a TEMP-TABLE, STRING or LONGCHAR variable, instantiate an instance of that object on the AppServer and fill in the necessary properties and other context related information.