Click here to Skip to main content
15,906,645 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Getting function declarations out of a .lib Pin
John Oliver15-Apr-03 3:54
John Oliver15-Apr-03 3:54 
GeneralDefault browser Pin
Jump_Around15-Apr-03 1:23
Jump_Around15-Apr-03 1:23 
GeneralRe: Default browser Pin
Joaquín M López Muñoz15-Apr-03 2:31
Joaquín M López Muñoz15-Apr-03 2:31 
GeneralMenu commands prompt strings Pin
Anonymous15-Apr-03 1:17
Anonymous15-Apr-03 1:17 
Generaluser or system process Pin
cubiq15-Apr-03 0:58
cubiq15-Apr-03 0:58 
GeneralADO problem Pin
Anonymous15-Apr-03 0:44
Anonymous15-Apr-03 0:44 
GeneralRe: ADO problem Pin
G. Steudtel15-Apr-03 5:05
G. Steudtel15-Apr-03 5:05 
GeneralRe: ADO problem Pin
Mr. Maan15-Apr-03 10:18
Mr. Maan15-Apr-03 10:18 
When you have completed the addition of a new record to your
table which is added to the end of the table and your cursor in the table is now at the end i.e EOF where there is no record that's why you find an Exception. To delete currently added record you should move the cursor one record back so that it starts point to the currently added record.

rs.MovePrev();<br />
rs.Delete();


I hope, It ll work.
Rose | [Rose] Regards...

Nasir Maan
GeneralWhy this typedef not working Pin
John-theKing15-Apr-03 0:35
John-theKing15-Apr-03 0:35 
GeneralRe: Why this typedef not working Pin
Rage15-Apr-03 0:38
professionalRage15-Apr-03 0:38 
GeneralRe: Why this typedef not working Pin
John-theKing15-Apr-03 0:40
John-theKing15-Apr-03 0:40 
GeneralRe: Why this typedef not working Pin
Joaquín M López Muñoz15-Apr-03 2:24
Joaquín M López Muñoz15-Apr-03 2:24 
QuestionHow do I set the baud rate of a remote computer?? Pin
IrishSonic15-Apr-03 0:25
IrishSonic15-Apr-03 0:25 
AnswerRe: How do I set the baud rate of a remote computer?? Pin
Ceri15-Apr-03 2:45
Ceri15-Apr-03 2:45 
QuestionCScrollView center? Pin
-Dy15-Apr-03 0:25
-Dy15-Apr-03 0:25 
AnswerSolved Pin
-Dy15-Apr-03 0:55
-Dy15-Apr-03 0:55 
QuestionHow to draw a transparent circle? Pin
melwyn14-Apr-03 23:41
melwyn14-Apr-03 23:41 
AnswerRe: How to draw a transparent circle? Pin
jeremysay14-Apr-03 23:49
jeremysay14-Apr-03 23:49 
GeneralRe: How to draw a transparent circle? Pin
melwyn15-Apr-03 0:39
melwyn15-Apr-03 0:39 
GeneralDynamic Menus Pin
Dor14-Apr-03 23:22
Dor14-Apr-03 23:22 
GeneralRe: Dynamic Menus Pin
Roger Allen15-Apr-03 1:59
Roger Allen15-Apr-03 1:59 
GeneralIntel C++ Compiler 7.0 Pin
Anonymous14-Apr-03 23:18
Anonymous14-Apr-03 23:18 
GeneralRe: Intel C++ Compiler 7.0 Pin
puzzolino15-Apr-03 0:00
puzzolino15-Apr-03 0:00 
GeneralRe: Intel C++ Compiler 7.0 Pin
markkuk15-Apr-03 0:48
markkuk15-Apr-03 0:48 
GeneralRe: Intel C++ Compiler 7.0 Pin
Olli15-Apr-03 0:10
Olli15-Apr-03 0:10 

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.