Click here to Skip to main content
16,011,997 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Entering Negative values in MSVS 6.0 Edit dialogs. Pin
Ralph_L2-Nov-07 10:04
Ralph_L2-Nov-07 10:04 
AnswerRe: Entering Negative values in MSVS 6.0 Edit dialogs. Pin
David Crow2-Nov-07 10:07
David Crow2-Nov-07 10:07 
GeneralRe: Entering Negative values in MSVS 6.0 Edit dialogs. Pin
led mike2-Nov-07 10:15
led mike2-Nov-07 10:15 
GeneralRe: Entering Negative values in MSVS 6.0 Edit dialogs. Pin
Ralph_L2-Nov-07 10:40
Ralph_L2-Nov-07 10:40 
GeneralRe: Entering Negative values in MSVS 6.0 Edit dialogs. Pin
David Crow2-Nov-07 14:25
David Crow2-Nov-07 14:25 
AnswerRe: Entering Negative values in MSVS 6.0 Edit dialogs. Pin
pierre_ribery2-Nov-07 12:17
pierre_ribery2-Nov-07 12:17 
GeneralRe: Entering Negative values in MSVS 6.0 Edit dialogs. Pin
Ralph_L2-Nov-07 12:55
Ralph_L2-Nov-07 12:55 
QuestionADO call during DAO process causes error on exit Pin
littleGreenDude2-Nov-07 9:35
littleGreenDude2-Nov-07 9:35 
Lets see if I can describe this clearly without writing a book. I have a DAO process in place that is updating one or more records for a given table. During this process when a certain value change or event occurs I make a call to a stored procedure to update a value (in a different table) thru ADO. When all the editing is done and the user exits the dialog, I get the following DAOexception message; The Microsoft Jet database engine stopped the process because you and another user are attempting to change the same data...

1) Is there a way I can let DAO know that my ADO call is okay to run?

2) What is happening under the hood? Are the DAO changes queued up and made at the end? If so, may these be accessed so the ADO call may be performed after DAO is happy(changes commited)?

Thank you.
AnswerRe: ADO call during DAO process causes error on exit Pin
led mike2-Nov-07 9:45
led mike2-Nov-07 9:45 
GeneralRe: ADO call during DAO process causes error on exit [modified] Pin
littleGreenDude2-Nov-07 10:04
littleGreenDude2-Nov-07 10:04 
GeneralRe: ADO call during DAO process causes error on exit Pin
led mike2-Nov-07 10:34
led mike2-Nov-07 10:34 
QuestionLooking for a VS 2008 tutor (by phone) - C++, C# and VB Pin
EdBerde2-Nov-07 8:19
EdBerde2-Nov-07 8:19 
AnswerRe: Looking for a VS 2008 tutor (by phone) - C++, C# and VB Pin
led mike2-Nov-07 8:44
led mike2-Nov-07 8:44 
AnswerRe: Looking for a VS 2008 tutor (by phone) - C++, C# and VB Pin
Hamid_RT3-Nov-07 0:37
Hamid_RT3-Nov-07 0:37 
QuestionDrag disabled item Pin
Hans Dietrich2-Nov-07 7:26
mentorHans Dietrich2-Nov-07 7:26 
AnswerRe: Drag disabled item Pin
led mike2-Nov-07 8:11
led mike2-Nov-07 8:11 
GeneralRe: Drag disabled item Pin
Hans Dietrich2-Nov-07 8:16
mentorHans Dietrich2-Nov-07 8:16 
GeneralRe: Drag disabled item Pin
Mark Salsbery2-Nov-07 8:37
Mark Salsbery2-Nov-07 8:37 
GeneralRe: Drag disabled item Pin
led mike2-Nov-07 8:42
led mike2-Nov-07 8:42 
GeneralRe: Drag disabled item Pin
Mark Salsbery2-Nov-07 8:55
Mark Salsbery2-Nov-07 8:55 
GeneralRe: Drag disabled item Pin
led mike2-Nov-07 8:40
led mike2-Nov-07 8:40 
GeneralRe: Drag disabled item Pin
Hans Dietrich2-Nov-07 8:53
mentorHans Dietrich2-Nov-07 8:53 
GeneralRe: Drag disabled item Pin
led mike2-Nov-07 9:41
led mike2-Nov-07 9:41 
QuestionQuery Regarding MFC Application Pin
Chirag_kalra2-Nov-07 7:09
Chirag_kalra2-Nov-07 7:09 
AnswerRe: Query Regarding MFC Application Pin
Nathan Holt at EMOM2-Nov-07 7:17
Nathan Holt at EMOM2-Nov-07 7:17 

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.