Re: can this be done with Forms 6?
Date: Fri, 14 Jun 2002 19:23:05 GMT
Message-ID: <torO8.10526$nn1.3955698_at_news1.news.adelphia.net>
With a key bit of information, this is all that was needed. The piece of info I find missing in the help file is that 'item' in get_item_property can/should include the block name, as in 'myblk.myfield'.
Thank you.
"Aleksandr Kononov" <AKononov_at_pptk.energo.ru> wrote in message
news: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.
>
> 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 - 21:23:05 CEST