Searched refs:nCorrectRowCount (Results 1 – 1 of 1) sorted by relevance
1309 long nCorrectRowCount = GetRowCount(); in StartDrag() local1311 --nCorrectRowCount; // there is a empty row for inserting records in StartDrag()1313 --nCorrectRowCount; in StartDrag()1315 if ((nColPos == BROWSER_INVALIDID) || (nRow >= nCorrectRowCount)) in StartDrag()1543 long nCorrectRowCount = GetRowCount(); in AcceptDrop() local1545 --nCorrectRowCount; // there is a empty row for inserting records in AcceptDrop()1547 --nCorrectRowCount; // the current data record doesn't really exist, we are appending a new one in AcceptDrop()1549 if ((nCol == BROWSER_INVALIDID) || (nRow >= nCorrectRowCount) || GetColumnId(nCol) == 0 ) in AcceptDrop()1651 long nCorrectRowCount = GetRowCount(); in ExecuteDrop() local1653 --nCorrectRowCount; // there is a empty row for inserting records in ExecuteDrop()[all …]
Completed in 110 milliseconds