Print Page | Close Window

Insert a new row at the last

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=12667
Printed Date: 29 September 2024 at 11:39pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Insert a new row at the last
Posted By: ElvisM
Subject: Insert a new row at the last
Date Posted: 12 November 2008 at 1:05pm
Hi friends.
I have a sorted RC, I need that a blank line be allways present at the last of the rows. But if the user sorts the RC (descending sort), thes blank line appears in the top. Please see the image
 
 
 
Regards,
Elvis


-------------
Product: Xtreme SuitePro (ActiveX) version 17.2
Platform: Windows 10 64bits
Language: Visual Basic 2015



Replies:
Posted By: znakeeye
Date Posted: 16 November 2008 at 7:27am
I faced the same problem some weeks ago. As far as I know, you cannot lock a row like that. However, you can use "footer rows":
 
wndReport.ShowFooterRows(); // Could be some other function name..?
wndReport.GetFooterRecords()->AddRecord(new CMyRecord);



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