Click here to Skip to main content
15,898,599 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHandle exit Pin
DanYELL4-Jun-06 10:14
DanYELL4-Jun-06 10:14 
AnswerRe: Handle exit [modified] Pin
Stephen Hewitt4-Jun-06 13:57
Stephen Hewitt4-Jun-06 13:57 
AnswerRe: Handle exit Pin
Michael Dunn4-Jun-06 16:26
sitebuilderMichael Dunn4-Jun-06 16:26 
AnswerRe: Handle exit Pin
Nibu babu thomas4-Jun-06 17:35
Nibu babu thomas4-Jun-06 17:35 
GeneralRe: Handle exit Pin
FarPointer4-Jun-06 20:49
FarPointer4-Jun-06 20:49 
QuestionMinimize application from taskbar Pin
Junyor4-Jun-06 8:20
Junyor4-Jun-06 8:20 
AnswerRe: Minimize application from taskbar Pin
Nibu babu thomas4-Jun-06 17:37
Nibu babu thomas4-Jun-06 17:37 
GeneralRe: Minimize application from taskbar Pin
helpcode4-Jun-06 23:51
helpcode4-Jun-06 23:51 
QuestionRe: Minimize application from taskbar Pin
NianHawk17-Jun-06 5:08
NianHawk17-Jun-06 5:08 
AnswerRe: print a bitmap Pin
Hamid_RT4-Jun-06 7:12
Hamid_RT4-Jun-06 7:12 
QuestionHow to lock taskbar in my program Pin
NianHawk4-Jun-06 3:08
NianHawk4-Jun-06 3:08 
AnswerRe: How to lock taskbar in my program Pin
Nibu babu thomas4-Jun-06 18:13
Nibu babu thomas4-Jun-06 18:13 
GeneralRe: How to lock taskbar in my program Pin
NianHawk7-Jun-06 6:38
NianHawk7-Jun-06 6:38 
GeneralRe: How to lock taskbar in my program Pin
Nibu babu thomas7-Jun-06 17:38
Nibu babu thomas7-Jun-06 17:38 
QuestionRe: How to lock taskbar in my program Pin
NianHawk7-Jun-06 19:22
NianHawk7-Jun-06 19:22 
AnswerRe: How to lock taskbar in my program Pin
Nibu babu thomas7-Jun-06 19:30
Nibu babu thomas7-Jun-06 19:30 
QuestionRe: How to lock taskbar in my program Pin
NianHawk17-Jun-06 5:01
NianHawk17-Jun-06 5:01 
AnswerRe: How to lock taskbar in my program Pin
Nibu babu thomas18-Jun-06 17:19
Nibu babu thomas18-Jun-06 17:19 
GeneralRe: How to lock taskbar in my program Pin
NianHawk20-Jun-06 6:39
NianHawk20-Jun-06 6:39 
QuestionDrawing to desktop Pin
Aneurysm004-Jun-06 2:20
Aneurysm004-Jun-06 2:20 
AnswerRe: Drawing to desktop Pin
ThatsAlok4-Jun-06 19:11
ThatsAlok4-Jun-06 19:11 
AnswerRe: Drawing to desktop Pin
FarPointer4-Jun-06 21:09
FarPointer4-Jun-06 21:09 
Questionrecordset problem Pin
SWDevil4-Jun-06 2:04
SWDevil4-Jun-06 2:04 
AnswerRe: recordset problem Pin
Chris Losinger4-Jun-06 4:21
professionalChris Losinger4-Jun-06 4:21 
GeneralRe: recordset problem Pin
SWDevil4-Jun-06 5:08
SWDevil4-Jun-06 5:08 
Yeah - what I thought to do is show the first 400 records (for example), while searching for the other records.
I thought to load the data page by page, and display 400 records in each page.
So, it would work this way: display 400 records, then display another 400 (800 total), then another 400 (1200 total) and so on until I reach 78000 records.
But how can I do this with the recordset object?
Do I have to fill the recordset first with 400 records, then with 800 records, then with 1200 records, and eventually with 78000?

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.