Click here to Skip to main content
16,013,747 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Problem about the order of SetCaretPos and TextOut Pin
Mark Salsbery6-Apr-07 6:32
Mark Salsbery6-Apr-07 6:32 
GeneralRe: Problem about the order of SetCaretPos and TextOut Pin
kingliub6-Apr-07 6:54
kingliub6-Apr-07 6:54 
Questiondouble overflow vc++6 Pin
manolomikasa5-Apr-07 6:12
manolomikasa5-Apr-07 6:12 
AnswerRe: double overflow vc++6 Pin
PJ Arends5-Apr-07 8:36
professionalPJ Arends5-Apr-07 8:36 
GeneralRe: double overflow vc++6 Pin
manolomikasa6-Apr-07 7:30
manolomikasa6-Apr-07 7:30 
QuestionDelete records in Recordset in VC Pin
cy163@hotmail.com5-Apr-07 5:39
cy163@hotmail.com5-Apr-07 5:39 
QuestionRe: Delete records in Recordset in VC Pin
David Crow5-Apr-07 5:53
David Crow5-Apr-07 5:53 
AnswerRe: Delete records in Recordset in VC Pin
krmed5-Apr-07 7:22
krmed5-Apr-07 7:22 
We found that for safety you need to check BOF also:
while(!m_pRecordsetNrNsNtNz_InBodyTitle->adoEOF && !m_pRecordsetNrNsNtNz_InBodyTitle->adoBOF)

I'm not sure about the adoBOF identifier, but we check to be sure we are not at the end of the beginning of the recordset.

Hope that helps.


Karl - WK5M
PP-ASEL-IA (N43CS)
PGP Key: 0xDB02E193
PGP Key Fingerprint: 8F06 5A2E 2735 892B 821C 871A 0411 94EA DB02 E193

QuestionHow to speed up copy of .txt files into arrays? Pin
Arris745-Apr-07 5:25
Arris745-Apr-07 5:25 
AnswerRe: How to speed up copy of .txt files into arrays? Pin
led mike5-Apr-07 5:32
led mike5-Apr-07 5:32 
AnswerRe: How to speed up copy of .txt files into arrays? Pin
Arris745-Apr-07 5:55
Arris745-Apr-07 5:55 
AnswerRe: How to speed up copy of .txt files into arrays? Pin
David Crow5-Apr-07 6:01
David Crow5-Apr-07 6:01 
GeneralRe: How to speed up copy of .txt files into arrays? Pin
Arris745-Apr-07 6:20
Arris745-Apr-07 6:20 
GeneralRe: How to speed up copy of .txt files into arrays? Pin
led mike5-Apr-07 6:28
led mike5-Apr-07 6:28 
GeneralRe: How to speed up copy of .txt files into arrays? Pin
Arris745-Apr-07 7:17
Arris745-Apr-07 7:17 
GeneralRe: How to speed up copy of .txt files into arrays? Pin
malaugh5-Apr-07 10:55
malaugh5-Apr-07 10:55 
GeneralRe: How to speed up copy of .txt files into arrays? Pin
Arris745-Apr-07 11:14
Arris745-Apr-07 11:14 
GeneralRe: How to speed up copy of .txt files into arrays? Pin
David Crow5-Apr-07 6:32
David Crow5-Apr-07 6:32 
GeneralRe: How to speed up copy of .txt files into arrays? Pin
Arris745-Apr-07 7:19
Arris745-Apr-07 7:19 
GeneralRe: How to speed up copy of .txt files into arrays? Pin
PJ Arends5-Apr-07 8:00
professionalPJ Arends5-Apr-07 8:00 
GeneralRe: How to speed up copy of .txt files into arrays? Pin
David Crow5-Apr-07 8:15
David Crow5-Apr-07 8:15 
GeneralRe: How to speed up copy of .txt files into arrays? Pin
led mike5-Apr-07 8:54
led mike5-Apr-07 8:54 
GeneralRe: How to speed up copy of .txt files into arrays? Pin
Arris745-Apr-07 9:20
Arris745-Apr-07 9:20 
GeneralRe: How to speed up copy of .txt files into arrays? Pin
Arris745-Apr-07 9:33
Arris745-Apr-07 9:33 
QuestionSCSI_PASS_THROUGH_DIRECT problems Pin
FoxholeWilly5-Apr-07 5:07
FoxholeWilly5-Apr-07 5:07 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.