Click here to Skip to main content
16,014,677 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Unable to connect to Named Pipe Pin
carrivick12-Sep-07 0:49
carrivick12-Sep-07 0:49 
GeneralRe: Unable to connect to Named Pipe Pin
KarstenK11-Sep-07 20:21
mveKarstenK11-Sep-07 20:21 
Question"Please enter a number" - Dialog Pin
RajiRaghu11-Sep-07 1:43
RajiRaghu11-Sep-07 1:43 
AnswerRe: "Please enter a number" - Dialog Pin
Hamid_RT11-Sep-07 1:54
Hamid_RT11-Sep-07 1:54 
GeneralRe: "Please enter a number" - Dialog Pin
RajiRaghu11-Sep-07 2:21
RajiRaghu11-Sep-07 2:21 
AnswerRe: "Please enter a number" - Dialog Pin
Nishad S11-Sep-07 2:12
Nishad S11-Sep-07 2:12 
GeneralRe: "Please enter a number" - Dialog Pin
RajiRaghu11-Sep-07 2:23
RajiRaghu11-Sep-07 2:23 
GeneralRe: "Please enter a number" - Dialog Pin
Nishad S11-Sep-07 2:39
Nishad S11-Sep-07 2:39 
AfxTextFloatFormat is called by DDX_Text where this message is generated.

I can say another option. Add a member function same as UpdateData(BOOL bSaveAndValidate = TRUE). Remove DDX_Text entry in the DoDataExchange. Convert the window text to double in the new UpdateData if the BOOL bSaveAndValidate is TRUE (if it is NA you can check it also) and do vice versa if FALSE. Also call the CDialog::UpdateData(bSaveAndValidate) so that other control variables will not be affected.

Hope it is OK.

- NS -

AnswerRe: "Please enter a number" - Dialog Pin
David Crow11-Sep-07 3:01
David Crow11-Sep-07 3:01 
QuestionHow to prevent copying a file Pin
nps_ltv11-Sep-07 0:22
nps_ltv11-Sep-07 0:22 
QuestionRe: How to prevent copying a file Pin
Maximilien11-Sep-07 2:45
Maximilien11-Sep-07 2:45 
AnswerRe: How to prevent copying a file Pin
David Crow11-Sep-07 3:02
David Crow11-Sep-07 3:02 
GeneralRe: How to prevent copying a file Pin
carrivick11-Sep-07 10:40
carrivick11-Sep-07 10:40 
GeneralRe: How to prevent copying a file Pin
nps_ltv12-Sep-07 22:45
nps_ltv12-Sep-07 22:45 
GeneralRe: How to prevent copying a file Pin
carrivick13-Sep-07 11:03
carrivick13-Sep-07 11:03 
QuestionEvent Log Question Pin
Programm3r10-Sep-07 23:30
Programm3r10-Sep-07 23:30 
AnswerRe: Event Log Question Pin
Naveen11-Sep-07 0:09
Naveen11-Sep-07 0:09 
GeneralRe: Event Log Question Pin
Programm3r11-Sep-07 1:10
Programm3r11-Sep-07 1:10 
QuestionRe: Event Log Question Pin
Programm3r11-Sep-07 1:14
Programm3r11-Sep-07 1:14 
AnswerRe: Event Log Question Pin
Naveen11-Sep-07 1:17
Naveen11-Sep-07 1:17 
GeneralRe: Event Log Question Pin
Programm3r11-Sep-07 2:19
Programm3r11-Sep-07 2:19 
QuestionRe: Event Log Question Pin
Programm3r11-Sep-07 2:32
Programm3r11-Sep-07 2:32 
AnswerRe: Event Log Question Pin
Naveen11-Sep-07 14:27
Naveen11-Sep-07 14:27 
AnswerRe: Event Log Question Pin
Hamid_RT11-Sep-07 2:22
Hamid_RT11-Sep-07 2:22 
GeneralRe: Event Log Question Pin
Programm3r11-Sep-07 2:36
Programm3r11-Sep-07 2:36 

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.