Consultor Eletrônico



Kbase 3781: DEFINE BUFFER -- fails with memory violation(49) when compil
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/05/1998
DEFINE BUFFER -- fails with memory violation(49) when compil

900212-dah06DEFINE BUFFER -- fails with memory violation(49) when compiling if you
try to define a buffer for a buffer that you defined in the procedure.
You should get the error:
illegal sysntax - buffer must be defined for a file.
EX:
define buffer alt-cust for customer.
define buffer alt-cust1 for alt-cust.
Workaround.
define the buffer for a file - not a buffer name;
def buffer alt-cust1 for customer.
def buffer alt-cust2 for customer.

Progress Software Technical Support Note # 3781