Print Page | Close Window

Small improvement

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=9759
Printed Date: 20 June 2024 at 11:07am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Small improvement
Posted By: znakeeye
Subject: Small improvement
Date Posted: 01 March 2008 at 5:10pm

void CXTPReportRecords::Move(int nIndex, CXTPReportRecords* pRecords)
{
    ASSERT(pRecords->m_bArray == TRUE);
   
    if (nIndex > GetCount())
        nIndex = GetCount();

    if (nIndex < 0)
        nIndex = 0;
 
 



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