Consultor Eletrônico



Kbase 15542: Error 4446 using freeform query in V8 with extents
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/05/1998
Error 4446 using freeform query in V8 with extents

If you are using a freeform query in version 8 and you want to enable
fields with extents, you can do this in DISPLAY trigger for the browse
by using the following code in the trigger:

ON DISPLAY OF query1:
field1 extented-field[1] extented-field[2]

ENABLE extented-field[1]

However if you try to say extented-field instead of extented-field[i],
in one place and not the other, you will get this error.

To fix it, mention the extents explicitly in both the DISPLAY and the
ENABLE clause. The example will work.

Progress Software Technical Support Note # 15542