Click here to Skip to main content
16,010,291 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionhow much processing power is my app using Pin
Mridang Agarwalla8-May-05 7:45
Mridang Agarwalla8-May-05 7:45 
AnswerRe: how much processing power is my app using Pin
Christian Graus8-May-05 18:40
protectorChristian Graus8-May-05 18:40 
AnswerRe: how much processing power is my app using Pin
Ryan Binns8-May-05 18:43
Ryan Binns8-May-05 18:43 
GeneralCEdit Validation Pin
ddmcr8-May-05 6:39
ddmcr8-May-05 6:39 
GeneralRe: CEdit Validation Pin
Jack Puppy8-May-05 7:50
Jack Puppy8-May-05 7:50 
GeneralRe: CEdit Validation Pin
Anonymous16-May-05 2:15
Anonymous16-May-05 2:15 
GeneralDisplay data in pages Pin
Ivan Cachicatari8-May-05 5:31
Ivan Cachicatari8-May-05 5:31 
GeneralRe: Display data in pages Pin
Chris Losinger8-May-05 6:24
professionalChris Losinger8-May-05 6:24 
here's one way:

1. create a temp table with all the fields in your recordset and an identity int column.

2. put all the results from your query into that table (INSERT INTO...)

3. SELECT from that temp table WHERE ID BETWEEN 1001 AND 2000

or, if your original recordset has an identity column, you can just use that.


Cleek | Image Toolkits | Thumbnail maker

GeneralRe: Display data in pages Pin
Ivan Cachicatari8-May-05 8:35
Ivan Cachicatari8-May-05 8:35 
GeneralRe: Display data in pages Pin
Chris Losinger8-May-05 8:47
professionalChris Losinger8-May-05 8:47 
Generallibrary linking error Pin
8-May-05 3:18
suss8-May-05 3:18 
GeneralRe: library linking error Pin
Jörgen Sigvardsson8-May-05 3:43
Jörgen Sigvardsson8-May-05 3:43 
GeneralRe: library linking error2 Pin
_tasleem8-May-05 9:22
_tasleem8-May-05 9:22 
GeneralRe: library linking error2 Pin
Jörgen Sigvardsson8-May-05 9:37
Jörgen Sigvardsson8-May-05 9:37 
GeneralRe: library linking error2 Pin
_tasleem8-May-05 9:56
_tasleem8-May-05 9:56 
GeneralRe: library linking error2 Pin
Blake Miller9-May-05 5:55
Blake Miller9-May-05 5:55 
GeneralRe: library linking error2 Pin
_tasleem12-May-05 13:02
_tasleem12-May-05 13:02 
GeneralRe: library linking error2 Pin
Blake Miller12-May-05 14:30
Blake Miller12-May-05 14:30 
GeneralRe: library linking error2 Pin
_tasleem13-May-05 3:47
_tasleem13-May-05 3:47 
QuestionHow can I set the focus to an specific item? Pin
pantao5518-May-05 2:35
pantao5518-May-05 2:35 
AnswerRe: How can I set the focus to an specific item? Pin
Gary R. Wheeler8-May-05 3:58
Gary R. Wheeler8-May-05 3:58 
GeneralRe: How can I set the focus to an specific item? Pin
pantao5518-May-05 4:51
pantao5518-May-05 4:51 
GeneralRe: How can I set the focus to an specific item? Pin
Blake Miller9-May-05 5:58
Blake Miller9-May-05 5:58 
GeneralCheckBox in CDateTimeCtrl Pin
pollypunter7-May-05 23:00
pollypunter7-May-05 23:00 
GeneralRe: CheckBox in CDateTimeCtrl Pin
anand_study17-May-05 19:39
anand_study17-May-05 19:39 

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.