Click here to Skip to main content
15,884,298 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: CFileDialog Pin
Nyarlatotep27-Nov-06 6:55
Nyarlatotep27-Nov-06 6:55 
GeneralRe: CFileDialog Pin
Humberto27-Nov-06 8:17
Humberto27-Nov-06 8:17 
AnswerRe: CFileDialog Pin
cje27-Nov-06 7:22
cje27-Nov-06 7:22 
GeneralRe: CFileDialog Pin
Nyarlatotep27-Nov-06 7:29
Nyarlatotep27-Nov-06 7:29 
AnswerRe: CFileDialog Pin
Mark Salsbery27-Nov-06 7:23
Mark Salsbery27-Nov-06 7:23 
GeneralRe: CFileDialog Pin
Nyarlatotep27-Nov-06 7:33
Nyarlatotep27-Nov-06 7:33 
GeneralRe: CFileDialog Pin
Mark Salsbery27-Nov-06 7:43
Mark Salsbery27-Nov-06 7:43 
GeneralRe: CFileDialog Pin
Nyarlatotep27-Nov-06 7:51
Nyarlatotep27-Nov-06 7:51 
Neither of those events would occur.

1) User clickx on button A
2) Dialog A is opened and the database is opened in the OnInitDialog and a query is executed (and closed)
3) A browse button is pressed in Dialog A and CFileDialog (or GetOpenFileName API) is invoked to browse for a file
4) When Dialog A is closed data is saved into the db with an update (but the problems occurs even if no update is done)

5) User now clicks on button B
6) Dialog B is opened and the database is opened in the OnInitDialog and a query is executed ==> Exception

if point 3) is not executed (and file is not selected) no problems arise ...

I'm getting crazy ... Frown | :(

GeneralRe: CFileDialog Pin
Mark Salsbery27-Nov-06 7:58
Mark Salsbery27-Nov-06 7:58 
GeneralRe: CFileDialog Pin
Nyarlatotep27-Nov-06 8:10
Nyarlatotep27-Nov-06 8:10 
GeneralRe: CFileDialog Pin
Mark Salsbery27-Nov-06 8:15
Mark Salsbery27-Nov-06 8:15 
GeneralRe: CFileDialog Pin
Nyarlatotep27-Nov-06 8:24
Nyarlatotep27-Nov-06 8:24 
GeneralRe: CFileDialog Pin
Mark Salsbery27-Nov-06 8:41
Mark Salsbery27-Nov-06 8:41 
GeneralRe: CFileDialog Pin
Nyarlatotep27-Nov-06 8:49
Nyarlatotep27-Nov-06 8:49 
GeneralRe: CFileDialog Pin
Mark Salsbery27-Nov-06 8:53
Mark Salsbery27-Nov-06 8:53 
GeneralRe: CFileDialog Pin
Nyarlatotep27-Nov-06 8:56
Nyarlatotep27-Nov-06 8:56 
GeneralRe: CFileDialog [modified] Pin
Mark Salsbery27-Nov-06 9:22
Mark Salsbery27-Nov-06 9:22 
GeneralRe: CFileDialog Pin
David Crow27-Nov-06 9:58
David Crow27-Nov-06 9:58 
GeneralRe: CFileDialog Pin
Mark Salsbery27-Nov-06 10:12
Mark Salsbery27-Nov-06 10:12 
GeneralRe: CFileDialog Pin
David Crow27-Nov-06 10:22
David Crow27-Nov-06 10:22 
GeneralRe: CFileDialog Pin
Mark Salsbery27-Nov-06 10:28
Mark Salsbery27-Nov-06 10:28 
GeneralRe: CFileDialog Pin
Nyarlatotep27-Nov-06 11:06
Nyarlatotep27-Nov-06 11:06 
AnswerRe: CFileDialog Pin
rp_suman29-Nov-06 19:15
rp_suman29-Nov-06 19:15 
GeneralRe: CFileDialog Pin
Nyarlatotep29-Nov-06 21:20
Nyarlatotep29-Nov-06 21:20 
GeneralRe: CFileDialog Pin
syddy07064-Feb-09 1:15
syddy07064-Feb-09 1:15 

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.