Re: can this be done with Forms 6?

From: Scott Mattes <ScottMattes_at_yahoo.com>
Date: Thu, 13 Jun 2002 23:04:24 GMT
Message-ID: <Yx9O8.10061$nn1.3713690_at_news1.news.adelphia.net>


[Quoted] At first I thought that might be helpful (when scanning the help file), but [Quoted] I didn't see either. Now, after reflection since you mentioned it, I think if I get the first item and go to it, then use next_item until I get to last item I might have what I want.

Thank you.

p.s. If it works I'll post here about it.

p.s.s. what do others do about providing abend info??????

"Daniel Morgan" <dmorgan_at_exesolutions.com> wrote in message news: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
> will get you two of them. I suspect there is a way to iterate from first
to
> last but having never tried it, or found reason to try, I am not sure how
to do
> so.
>
> Daniel Morgan
>
>
Received on Fri Jun 14 2002 - 01:04:24 CEST

Original text of this message