Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Report Control
  New Posts New Posts RSS Feed - Insert a new row at the last
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Insert a new row at the last

 Post Reply Post Reply
Author
Message
ElvisM View Drop Down
Senior Member
Senior Member
Avatar

Joined: 12 October 2006
Location: Venezuela
Status: Offline
Points: 129
Post Options Post Options   Thanks (0) Thanks(0)   Quote ElvisM Quote  Post ReplyReply Direct Link To This Post Topic: Insert a new row at the last
    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
Back to Top
znakeeye View Drop Down
Senior Member
Senior Member
Avatar

Joined: 26 July 2006
Status: Offline
Points: 1672
Post Options Post Options   Thanks (0) Thanks(0)   Quote znakeeye Quote  Post ReplyReply Direct Link To This Post 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);
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.203 seconds.