Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Report Control
  New Posts New Posts RSS Feed - Insert row?
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Insert row?

 Post Reply Post Reply
Author
Message
rdeboer View Drop Down
Groupie
Groupie


Joined: 29 April 2004
Location: Netherlands
Status: Offline
Points: 81
Post Options Post Options   Thanks (0) Thanks(0)   Quote rdeboer Quote  Post ReplyReply Direct Link To This Post Topic: Insert row?
    Posted: 08 August 2005 at 9:55am
Like in ListView, is it possible to insert a row, instead of adding it add the end of the list?
Back to Top
VivantL View Drop Down
Newbie
Newbie


Joined: 08 August 2005
Status: Offline
Points: 4
Post Options Post Options   Thanks (0) Thanks(0)   Quote VivantL Quote  Post ReplyReply Direct Link To This Post Posted: 08 August 2005 at 3:46pm

The Records property of the ReportControl contains an insert method. Is this what you are looking for? For example:

int RowNum;

ReportRecord Record;

Record = axReportControl1.Records.Insert(RowNum);

Back to Top
rdeboer View Drop Down
Groupie
Groupie


Joined: 29 April 2004
Location: Netherlands
Status: Offline
Points: 81
Post Options Post Options   Thanks (0) Thanks(0)   Quote rdeboer Quote  Post ReplyReply Direct Link To This Post Posted: 08 August 2005 at 3:59pm
Yep, that did the trick, thanks!

Back to Top
VivantL View Drop Down
Newbie
Newbie


Joined: 08 August 2005
Status: Offline
Points: 4
Post Options Post Options   Thanks (0) Thanks(0)   Quote VivantL Quote  Post ReplyReply Direct Link To This Post Posted: 08 August 2005 at 4:21pm
No problem
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.172 seconds.