![]() |
Report Control - identifying uniq rows |
Post Reply
|
| Author | |
bevpet
Newbie
Joined: 01 April 2005 Location: Canada Status: Offline Points: 39 |
Post Options
Thanks(0)
Quote Reply
Topic: Report Control - identifying uniq rowsPosted: 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 |
|
![]() |
|
sserge
Moderator Group
Joined: 01 December 2004 Status: Offline Points: 1297 |
Post Options
Thanks(0)
Quote Reply
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 |
|
![]() |
|
bevpet
Newbie
Joined: 01 April 2005 Location: Canada Status: Offline Points: 39 |
Post Options
Thanks(0)
Quote Reply
Posted: 03 May 2005 at 8:40am |
|
Thanks Serge, i'll give that a try Peter |
|
![]() |
|
Post Reply
|
|
|
Tweet
|
| Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |