Consultor Eletrônico



Kbase P78727: Getting Java exception when returning values to Delphi from AppServer via Open Client
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   30/04/2004
Status: Unverified

FACT(s) (Environment):

Progress 9.1D

SYMPTOM(s):

Getting Java exception when returning values to Delphi from AppServer via Open Client

CAUSE:

Open Client proxy had the method which was invoked defined as allowing unknown values to be returned, however, the Delphi code was not using the correct data types for the method call

FIX:

Modify the Delphi source code and use the "Holder" classes that Open Client defines to hold values which may be unknown