Re: can this be done with Forms 6?

From: Daniel Morgan <dmorgan_at_exesolutions.com>
Date: Thu, 13 Jun 2002 21:54:56 GMT
Message-ID: <3D0914A7.33E0A704_at_exesolutions.com>


Scott Mattes wrote:

> 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.

GET_BLOCK_PROPERTY ... FIRST_ITEM_PROPERTY and
GET_BLOCK_PROPERTY ... LAST_ITEM_PROPERTY [Quoted] will get you two of them. I suspect there is a way to iterate from first to [Quoted] last but having never tried it, or found reason to try, I am not sure how to do so.

Daniel Morgan Received on Thu Jun 13 2002 - 23:54:56 CEST

Original text of this message