Print Page | Close Window

Report Control - identifying uniq rows

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Toolkit Pro
Forum Description: Topics Related to Codejock Toolkit Pro
URL: http://forum.codejock.com/forum_posts.asp?TID=2172
Printed Date: 07 November 2025 at 10:46pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Report Control - identifying uniq rows
Posted By: bevpet
Subject: Report Control - identifying uniq rows
Date Posted: 02 May 2005 at 4:26pm

hi,

haven't had a chance to look at the report control class very closely, but i was curious if it supports a dwData or ExtraData value like the MS listboxes, so i can identify which row in my database needs to get refreshed. Or should i just use another column for my uniquekey and hide the column ??

m_wndReport.AddRecord(new CTaskRecord(TRUE,

TaskImportance(n_Item_Importance), (DoesTaskHaveAttachments())?true:false,

TaskStatus(n_Item_Status), _T(m_Subject.Trim()), dtNow, n_Item_PCCompleted, _T("")));

thanks for your advice

Peter




Replies:
Posted By: sserge
Date Posted: 03 May 2005 at 3:13am
Hi Peter,

Each your record in the control is a class, which could be customized as you wish and it could have any specific hidden data member.

--
WBR,
Serge


Posted By: bevpet
Date Posted: 03 May 2005 at 8:40am

 

Thanks Serge, i'll give that a try

Peter




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