Consultor Eletrônico



Kbase 15592: s/e 689 w/ DEFINE SHARED FRAME under V8 , code worked in V7
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   5/10/1998
s/e 689 w/ DEFINE SHARED FRAME under V8 , code worked in V7

Due to changes required for Version 8 enhancements, the following
4GL code will generate system error 689 under Version 8 where it had
previously been acceptable under Version 7 and earlier:

DEF VAR x AS CHAR.
DEF FRAME a x WITH 1 DOWN.
DEF NEW SHARED FRAME a.

More than one DEFINE SHARED FRAME statement uses this frame name (689)

This is not good 4GL code, but was compilable under versions prior
to 8.0 anyway.

Progress Software Technical Support Note # 15592