Click here to Skip to main content
15,890,185 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Untitled document/aplication?!!?! [modified] Pin
ovidiucucu3-Aug-06 2:57
ovidiucucu3-Aug-06 2:57 
GeneralRe: Untitled document/aplication?!!?! Pin
ovidiucucu3-Aug-06 3:21
ovidiucucu3-Aug-06 3:21 
Question[Message Deleted] Pin
Bravoone_20063-Aug-06 2:05
Bravoone_20063-Aug-06 2:05 
AnswerRe: IS WORKING BU ONLY LIKE THIS !!!!! BUT I DON T WANT THIS !!!! Pin
ovidiucucu3-Aug-06 2:17
ovidiucucu3-Aug-06 2:17 
AnswerRe: IS WORKING BU ONLY LIKE THIS !!!!! BUT I DON T WANT THIS !!!! Pin
Hamid_RT3-Aug-06 2:29
Hamid_RT3-Aug-06 2:29 
QuestionRe: IS WORKING BU ONLY LIKE THIS !!!!! BUT I DON T WANT THIS !!!! Pin
David Crow3-Aug-06 2:32
David Crow3-Aug-06 2:32 
AnswerRe: IS WORKING BU ONLY LIKE THIS !!!!! BUT I DON T WANT THIS !!!! Pin
toxcct3-Aug-06 2:34
toxcct3-Aug-06 2:34 
AnswerRe: IS WORKING BU ONLY LIKE THIS !!!!! BUT I DON T WANT THIS !!!! Pin
Viorel.3-Aug-06 2:37
Viorel.3-Aug-06 2:37 
It is not clear if your items -- loaded from FoxPro database -- are successfully inserted into your list control. If they appear in the list control, but FindItem apparently cannot find them, maybe they contain some additional spaces returned from FoxPro?

Maybe you should try something like this:

m_list.InsertItem(..., CString(text_from_database).Trim());
m_list.SetItemText(..., 1, CString(text_from_database).Trim());


I hope executing your program in step-by-step manner and providing reasonable details can help to solve the problem quickly.
QuestionDatabase Pin
anjita3-Aug-06 1:53
anjita3-Aug-06 1:53 
AnswerRe: Database Pin
Hamid_RT3-Aug-06 1:58
Hamid_RT3-Aug-06 1:58 
AnswerRe: Database Pin
Bravoone_20063-Aug-06 2:13
Bravoone_20063-Aug-06 2:13 
AnswerRe: Database Pin
David Crow3-Aug-06 2:34
David Crow3-Aug-06 2:34 
QuestionAGAIN !!! Sory but i dont find my thread ! to write ! Pin
Bravoone_20063-Aug-06 1:44
Bravoone_20063-Aug-06 1:44 
AnswerRe: AGAIN !!! Sory but i dont find my thread ! to write ! Pin
Viorel.3-Aug-06 2:09
Viorel.3-Aug-06 2:09 
GeneralRe: AGAIN !!! Sory but i dont find my thread ! to write ! Pin
Bravoone_20063-Aug-06 2:24
Bravoone_20063-Aug-06 2:24 
QuestionRe: AGAIN !!! Sory but i dont find my thread ! to write ! Pin
David Crow3-Aug-06 2:43
David Crow3-Aug-06 2:43 
AnswerRe: AGAIN !!! Sory but i dont find my thread ! to write ! Pin
Bravoone_20063-Aug-06 3:08
Bravoone_20063-Aug-06 3:08 
QuestionRe: AGAIN !!! Sory but i dont find my thread ! to write ! Pin
Bravoone_20063-Aug-06 2:47
Bravoone_20063-Aug-06 2:47 
QuestionProblems in Closing Document objects in Automated MSWord using VC++ [modified] Pin
georgekjolly3-Aug-06 1:22
georgekjolly3-Aug-06 1:22 
QuestionRe: Problems in Closing Document objects in Automated MSWord using VC++ Pin
David Crow3-Aug-06 2:47
David Crow3-Aug-06 2:47 
QuestionVS 2005 Installer Pin
Programm3r3-Aug-06 1:22
Programm3r3-Aug-06 1:22 
AnswerRe: VS 2005 Installer Pin
Sarath C3-Aug-06 1:37
Sarath C3-Aug-06 1:37 
QuestionRe: VS 2005 Installer Pin
Programm3r3-Aug-06 1:47
Programm3r3-Aug-06 1:47 
AnswerRe: VS 2005 Installer Pin
Sarath C3-Aug-06 1:50
Sarath C3-Aug-06 1:50 
GeneralRe: VS 2005 Installer Pin
Programm3r3-Aug-06 1:58
Programm3r3-Aug-06 1:58 

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.