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

C / C++ / MFC

 
GeneralRe: CDocument::m_bAutoDelete question ( undocumented ) Pin
Jose Lamas Rios1-Aug-05 17:21
Jose Lamas Rios1-Aug-05 17:21 
GeneralWTL Text Printing Pin
HumanOsc1-Aug-05 8:04
HumanOsc1-Aug-05 8:04 
GeneralRe: WTL Text Printing Pin
HumanOsc1-Aug-05 22:15
HumanOsc1-Aug-05 22:15 
GeneralMFC CFormView and CDoc Pin
Dosin1-Aug-05 6:58
Dosin1-Aug-05 6:58 
GeneralRe: MFC CFormView and CDoc Pin
Chris Losinger1-Aug-05 7:16
professionalChris Losinger1-Aug-05 7:16 
GeneralRe: MFC CFormView and CDoc Pin
Dosin1-Aug-05 7:37
Dosin1-Aug-05 7:37 
GeneralRe: MFC CFormView and CDoc Pin
Chris Losinger1-Aug-05 7:43
professionalChris Losinger1-Aug-05 7:43 
GeneralRe: MFC CFormView and CDoc Pin
Alex_Y1-Aug-05 7:44
Alex_Y1-Aug-05 7:44 
In view in DDX.. fuction call
GetDocument()->SaveName(m_first_name)
or OnKillFocus()
GetDocument()->SaveName(m_first_name)

create respective memer in CDocument derived class add fuction which set mem var
which is comming from your View

Then do what ever you doing in Serialize.

Resume
Only pass to the document value of control which you got in view.

View has controls, document suppose to keep data from that controls.
Ok?


Smile | :)
GeneralRe: MFC CFormView and CDoc Pin
Alex_Y1-Aug-05 7:46
Alex_Y1-Aug-05 7:46 
GeneralRe: MFC CFormView and CDoc Pin
Dosin1-Aug-05 8:25
Dosin1-Aug-05 8:25 
GeneralClass wizard Pin
BicycleTheif1-Aug-05 5:40
BicycleTheif1-Aug-05 5:40 
GeneralRe: Class wizard Pin
RChin1-Aug-05 5:46
RChin1-Aug-05 5:46 
GeneralRe: Class wizard Pin
BicycleTheif1-Aug-05 5:49
BicycleTheif1-Aug-05 5:49 
GeneralRe: Class wizard Pin
RChin1-Aug-05 5:53
RChin1-Aug-05 5:53 
GeneralSmart Pointer Pin
LCI1-Aug-05 5:34
LCI1-Aug-05 5:34 
GeneralRe: Smart Pointer Pin
Marc Soleda1-Aug-05 5:40
Marc Soleda1-Aug-05 5:40 
GeneralRe: Smart Pointer Pin
Alex_Y1-Aug-05 5:42
Alex_Y1-Aug-05 5:42 
GeneralRe: Smart Pointer Pin
David Crow1-Aug-05 5:44
David Crow1-Aug-05 5:44 
GeneralCOM interface weirdity Pin
LCI1-Aug-05 5:31
LCI1-Aug-05 5:31 
GeneralRe: COM interface weirdity Pin
Alex_Y1-Aug-05 5:40
Alex_Y1-Aug-05 5:40 
GeneralRe: COM interface weirdity Pin
Michael Dunn1-Aug-05 6:55
sitebuilderMichael Dunn1-Aug-05 6:55 
GeneralGetQueueStatus Pin
Alex_Y1-Aug-05 4:58
Alex_Y1-Aug-05 4:58 
GeneralRe: GetQueueStatus Pin
David Crow1-Aug-05 5:46
David Crow1-Aug-05 5:46 
GeneralRe: GetQueueStatus Pin
Alex_Y1-Aug-05 6:05
Alex_Y1-Aug-05 6:05 
GeneralRe: GetQueueStatus Pin
David Crow1-Aug-05 6:33
David Crow1-Aug-05 6:33 

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.