Re: back to ERXBatchingDisplayGroup instead of ERXDisplayGroup

2010-05-04 Thread Chuck Hill
On May 4, 2010, at 11:08 AM, Baiss Eric Magnusson wrote: On May 3, 2010, at 6:18 PM, Chuck Hill wrote: public ERXBatchingDisplayGroup curTrans; curTrans.queryBindings().setObjectForKey( … ); try { curTrans.setObjectArray( theOwner.tra

Re: back to ERXBatchingDisplayGroup instead of ERXDisplayGroup

2010-05-04 Thread Baiss Eric Magnusson
On May 3, 2010, at 6:18 PM, Chuck Hill wrote: >> public ERXBatchingDisplayGroup curTrans; >> curTrans.queryBindings().setObjectForKey( … ); >> try { >> curTrans.setObjectArray( theOwner.transactions() ); >> curTrans.qualifyDataSource(); >

Re: back to ERXBatchingDisplayGroup instead of ERXDisplayGroup

2010-05-04 Thread Lachlan Deck
On 04/05/2010, at 11:18 AM, Chuck Hill wrote: > On May 3, 2010, at 5:38 PM, Baiss Eric Magnusson wrote: > >> I have an Owner, the Owner has many Transactions. >> >> <...> >> In the pages Constructor I used: >> ... >> public ERXBatchingDisplayGroup curTrans; >> ... >> curTrans.queryBind

Re: back to ERXBatchingDisplayGroup instead of ERXDisplayGroup

2010-05-03 Thread Chuck Hill
On May 3, 2010, at 5:38 PM, Baiss Eric Magnusson wrote: I have an Owner, the Owner has many Transactions. I need an ERXBatchingDisplayGroup of all the Owner's Transactions between two dates. The fetch spec of the Display Group is date >= $startMonth and date < $endMonth In the

back to ERXBatchingDisplayGroup instead of ERXDisplayGroup

2010-05-03 Thread Baiss Eric Magnusson
I have an Owner, the Owner has many Transactions. I need an ERXBatchingDisplayGroup of all the Owner's Transactions between two dates. The fetch spec of the Display Group is date >= $startMonth and date < $endMonth In the pages Constructor I used: ... public ERXBatchingDispla