Consultor Eletrônico



Kbase P31794: Crystal report 9 peSetNthTableLocation() requires a MEMPTR
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   16/07/2003
Status: Unverified

SYMPTOM(s):

Crystal report 9

Calling API peSetNthTableLocation(structure param)

"error 707 query engine"

CHANGE:

Upgraded form Crystal Report 8 to Crystal Report 9

CAUSE:

Sending a parameter defined as CHAR for the Structure. It used to work with Crystal Report version 8, it does no longer work with Version 9.

FIX:

Define the parameter as MEMPTR to achieve the structure to be sent. Use the 4GL SET-SIZE and PUT-STRING accordingly.