Consultor Eletrônico



Kbase P131399: What ABL functions have been modified to return INT64 values since 10.1B?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   09/07/2008
Status: Unverified

GOAL:

What ABL functions have been modified to return INT64 values since 10.1B?

GOAL:

How to modify class methods to support INT64 ABL functions?

FACT(s) (Environment):

All Supported Operating Systems
OpenEdge 10.1B
OpenEdge 10.1C

FIX:

In 10.1A the following functions returned INTEGER: CURRENT-VALUE DYNAMIC-CURRENT-VALUE DYNAMIC-NEXT-VALUE ETIME GET-POINTER-VALUE GET-SIZE INTERVAL NEXT-VALUE SEEK 10.1A class methods that are written to return INTEGER and return one of the functions will no longer compile in RELEASE 10.1B or later. The method must be modified to return INT64 or an intermediate INTEGER variable can be used to store the value of the function and return it from the method.