Re: can this be done with Forms 6?

From: Aleksandr Kononov <AKononov_at_pptk.energo.ru>
Date: 13 Jun 2002 22:48:46 -0700
Message-ID: <db90604d.0206132148.21469b92_at_posting.google.com>


"Scott Mattes" <ScottMattes_at_yahoo.com> wrote in message news:<7z6O8.9997$nn1.3680709_at_news1.news.adelphia.net>...
> Is there a way for the form to find out what the names of the items in a
> block are?
>
> I am dreaming of a debugging tool that when called from the form on-error
> would go to the 'offending' block and dump the contents of each item it
> contains to help in debugging the problem. I know it can be done in Delphi,
> but this app is in Forms 6.
>
> Thank you.

[Quoted] Get_Block_Property( YourBlock, FIRST_ITEM )
Get_Block_Property( YourBlock, LAST_ITEM )
Get_Item_Property( Item, NEXTITEM )

Regards,
Aleksander Kononov Received on Fri Jun 14 2002 - 07:48:46 CEST

Original text of this message