Print Page | Close Window

Insert row?

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=2698
Printed Date: 21 November 2024 at 12:33pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Insert row?
Posted By: rdeboer
Subject: Insert row?
Date 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?



Replies:
Posted By: VivantL
Date 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);



Posted By: rdeboer
Date Posted: 08 August 2005 at 3:59pm
Yep, that did the trick, thanks!



Posted By: VivantL
Date Posted: 08 August 2005 at 4:21pm
No problem



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