Print Page | Close Window

ReportColumn sort by date

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Report Control
Forum Description: Topics Related to Codejock Report Control
URL: http://forum.codejock.com/forum_posts.asp?TID=3239
Printed Date: 19 April 2024 at 11:04am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: ReportColumn sort by date
Posted By: lambertm
Subject: ReportColumn sort by date
Date Posted: 17 November 2005 at 2:46pm

Is there a way to sort by date on a column as I can see how you can tell the column that it contains dates ...

Is there a way to do this as if not it a glaring omission

 

Marcus




Replies:
Posted By: sserge
Date Posted: 18 November 2005 at 9:09am
Hello,

Yes, of course this is possible. There are some Date type column in the sample, please look how it work. Those are Received and Sent columns.

The main idea is to override Compare method for your own RecordItem - derived class and provide your implementation which will be able to compare any items, like dates, etc.

--
WBR,
Serge


Posted By: lambertm
Date Posted: 18 November 2005 at 10:17am

Compare method ? I dont see one on the RecordItem Object .. As which sample are you taking about ? I only have 2 one for vitual list and one inbox report sample that does not sort properly ... 

may be we have different version I have 9.70

 

m

 



Posted By: sserge
Date Posted: 19 November 2005 at 4:27pm
Hi,

First of all you haven't specified that you're using ActiveX version of the Report control. That's why you do not have such a method visible for you

Look into VB Report Sample, to the method Public Sub SetDateItem(ByVal Item As ReportRecordItem). As you can see, it sets an Item to the value of type Date, and then it will be sorted by date automatically.

--
WBR,
Serge


Posted By: lambertm
Date Posted: 21 November 2005 at 4:06am

Serge,

I must say that is excaly what I am doing ...but It still wont sort the date corretly

if fact it dosent sort the date correctly in my vb sample as well .. ?

I guess that I will have to create another colum with seconds in it ...and sort by that

 

m



Posted By: sserge
Date Posted: 21 November 2005 at 4:46am
Hi,

Could you post a screenshot with incorrect sorting?

--
WBR,
Serge



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net