Consultor Eletrônico



Kbase P132046: Must I regenerate my .NET Open Client proxy every time the user interface for my application changes
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   6/3/2008
Status: Unverified

GOAL:

Must I regenerate my .NET Open Client proxy every time the user interface for my application changes?

GOAL:

Must I regenerate my Java Open Client proxy every time the user interface for my application changes?

GOAL:

When must an Open Client proxy be regenerated?

FACT(s) (Environment):

OpenEdge 10.x
All Supported Operating Systems
Progress 9.x

FIX:

A proxy, regardless of whether it is .NET or Java, only needs to be regenerated under the following circumstances:

1) You want to add an ABL program to the proxy
2) You want to remove an ABL program from the proxy
3) You have changed the parameter list (not the ABL code) of one of the ABL programs (either the .p as a whole or one of the internal procedures or user defined functions that you access directly from the client)

You do not need to regenerate your proxy if you have changed the user interface of your application (i.e. you moved some fields around or added some buttons).