FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Also with oTree
Posts: 7318
Joined: Thu Oct 18, 2012 07:17 PM

Also with oTree

Posted: Wed Sep 11, 2013 11:51 AM
I wish make a report with items of oTree but only that of the same level

sample :


If I select "Intimo" (see the arrow ) I wish print only the level of this item

it's possible ?
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)

I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM

Re: Also with oTree

Posted: Wed Sep 11, 2013 12:07 PM
Silvio,

Once you get the item, its "subitems" are placed in oItem:aItems

Code (fw): Select all Collapse
for n = 1 to Len( oItem:aItems )
   MsgInfo( oItems:aItems[ n ]:cPrompt )
next
regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion