Click here to Skip to main content
15,888,461 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: MFC (database) please help ! Pin
Milton Karimbekallil16-Aug-06 0:54
Milton Karimbekallil16-Aug-06 0:54 
AnswerRe: MFC (database) please help ! Pin
kakan15-Aug-06 23:29
professionalkakan15-Aug-06 23:29 
AnswerRe: MFC (database) please help ! Pin
Bravoone_200615-Aug-06 23:40
Bravoone_200615-Aug-06 23:40 
GeneralRe: MFC (database) please help ! Pin
Bravoone_200615-Aug-06 23:41
Bravoone_200615-Aug-06 23:41 
GeneralRe: MFC (database) please help ! [modified] Pin
kakan15-Aug-06 23:51
professionalkakan15-Aug-06 23:51 
QuestionRe: MFC (database) please help ! Pin
Bravoone_200616-Aug-06 2:58
Bravoone_200616-Aug-06 2:58 
QuestionRe: MFC (database) please help ! Pin
David Crow16-Aug-06 3:22
David Crow16-Aug-06 3:22 
QuestionRe: MFC (database) please help ! Pin
David Crow16-Aug-06 3:18
David Crow16-Aug-06 3:18 
Flaviu_2006 wrote:
...i must wait up to 10 min to load the data !


How many items are being loaded? If it's more than just a few thousand, you'll need to use a "virtual" list control.

What does CNote::GetSQL() look like?

Flaviu_2006 wrote:

int x = 0;
while(!pNote->IsEOF())
{
int nItem = m_list4.InsertItem(x, pNote->m_name);
m_list4.SetItemText(nItem, 1, pNote->m_city);
pNote->MoveNext();
x++;
}


If my code was not any better than what you had, then why are you using it? Roll eyes | :rolleyes:


"Money talks. When my money starts to talk, I get a bill to shut it up." - Frank

"Judge not by the eye but by the heart." - Native American Proverb


AnswerRe: MFC (database) please help ! Pin
Hamid_RT16-Aug-06 5:25
Hamid_RT16-Aug-06 5:25 
GeneralRe: MFC (database) please help ! Pin
David Crow16-Aug-06 6:09
David Crow16-Aug-06 6:09 
AnswerRe: MFC (database) please help ! Pin
Hamid_RT16-Aug-06 5:25
Hamid_RT16-Aug-06 5:25 
QuestionPointer t o the array of objects Pin
Kiran Pinjala15-Aug-06 21:25
Kiran Pinjala15-Aug-06 21:25 
AnswerRe: Pointer t o the array of objects [modified] Pin
Nibu babu thomas15-Aug-06 21:35
Nibu babu thomas15-Aug-06 21:35 
GeneralRe: Pointer t o the array of objects Pin
Hamid_RT15-Aug-06 21:40
Hamid_RT15-Aug-06 21:40 
AnswerRe: Pointer t o the array of objects Pin
Hamid_RT15-Aug-06 21:38
Hamid_RT15-Aug-06 21:38 
AnswerRe: Pointer t o the array of objects Pin
David Crow16-Aug-06 3:27
David Crow16-Aug-06 3:27 
Questionremove border form flat button Pin
Tara1415-Aug-06 20:42
Tara1415-Aug-06 20:42 
AnswerRe: remove border form flat button Pin
prasad_som15-Aug-06 23:23
prasad_som15-Aug-06 23:23 
AnswerRe: remove border form flat button Pin
Hamid_RT16-Aug-06 5:24
Hamid_RT16-Aug-06 5:24 
GeneralRe: remove border form flat button Pin
Tara1416-Aug-06 23:10
Tara1416-Aug-06 23:10 
GeneralRe: remove border form flat button Pin
Hamid_RT17-Aug-06 0:08
Hamid_RT17-Aug-06 0:08 
QuestionDestructor not working ? Pin
jalsa G15-Aug-06 20:24
jalsa G15-Aug-06 20:24 
AnswerRe: Destructor not working ? Pin
Nibu babu thomas15-Aug-06 20:32
Nibu babu thomas15-Aug-06 20:32 
AnswerRe: Destructor not working ? Pin
Cedric Moonen15-Aug-06 20:32
Cedric Moonen15-Aug-06 20:32 
GeneralRe: Destructor not working ? Pin
jalsa G15-Aug-06 21:11
jalsa G15-Aug-06 21:11 

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.