You would almost certainly only use these on pages, not in sessions. Otherwise
your user will open 2 pages with the same DG instance in it and happily page to
and fro in them.
And the ERXAdaptorChannelDelegate expression log stuff for checking out which
statements actually run and the ERXDataba
My scenario is that I have a large group of Transaction records for a
particular owner, (300-5), each with ~16 fields, nine of those foreign key
references, that will provide the bulk of the content of each WOComponent page
in various aggregations and averages and even individualistic viewi
On Mar 24, 2010, at 2:28 PM, Baiss Eric Magnusson wrote:
Well I perturbed the situation by removing 4 of the 6
WODisplayGroups, using the following kind of code (reverted back to
ERXDisplayGroup for testing), small improvement, so big picture
still is wrong.
NSMutableArray sortAccts = ne
Well I perturbed the situation by removing 4 of the 6 WODisplayGroups, using
the following kind of code (reverted back to ERXDisplayGroup for testing),
small improvement, so big picture still is wrong.
NSMutableArray sortAccts = new NSMutableArray( theOwner.toAccounts()
);
return (NSArray)_Util