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
On May 3, 2010, at 6:18 PM, Chuck Hill wrote:
>> public ERXBatchingDisplayGroup curTrans;
>> curTrans.queryBindings().setObjectForKey( … );
>> try {
>> curTrans.setObjectArray( theOwner.transactions() );
>> curTrans.qualifyDataSource();
>
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
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
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