Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Hi all, I need some guidelines reg

Status
Not open for further replies.

caster

Programmer
Jan 3, 2003
32
IN
Hi all,
I need some guidelines regarding how to use AcMomoryDataSorter and MemoryBuffer.
Can any one of you give me some code examples?I'll be delighted if the code is complex one.
Or even any document will suffice.

Thanks
Cas
 
Hi,

There will be a sample program for memory buffer in c:\actuate6\erdpor\examples\reusequery. That example is self explainatory for memory buffer.

MemoryDataSorter has a method called "COMPARE" with two datarow objects as parameter. By overriding this method, you can sort on two different columns in a datarow or in multiple datarows component. This compare method will return value as 0 or 1 or -1.
IF it's Zero the values are equal..

Check your manual for detailed description of memorydatasorter.


If u need any help, please feel to ask.

Cheers,

Arun.K
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top