Forms 4.0 Error: Get_Block_Property

From: Dirk Moebius <moebius_at_athene.informatik.uni-bonn.de>
Date: 30 Aug 1994 12:06:12 GMT
Message-ID: <33v7bk$d8e_at_news.rhrz.uni-bonn.de>


Hello!

Could it be true that there is an error in the Get_Block_Property - Build-In in Forms 4.0 ?

Look at this:

DECLARE
  q VARCHAR2(2000);
BEGIN
  q := Get_Block_Property ('blockname', DEFAULT_WHERE);   message(q);
END;
As result I got the WHERE-statement for the block 'blockname', but some chars at the end are cut off!!!
The number of missing chars is varying.
When the WHERE-statement is very long, then there are missing up to 20 chars!

Set_Block_Property (..., DEFAULT_WHERE) works correctly.

Once again, I use Forms 4.0.12 for Windows, Oracle 7.0.15 for VMS.

--
Dirk Moebius                      moebius_at_athene.informatik.uni-bonn.de
Received on Tue Aug 30 1994 - 14:06:12 CEST

Original text of this message