|
-
December 7th, 2002, 04:55 PM
#1
UpdateData not working in vc++.net
i can't get UpdateData to work in vc++.net.... both ways don't work.. what am i doing wrong? if i'm doing anything wrongly
-
December 8th, 2002, 05:59 AM
#2
Haven´t discovered any difficulties.Post some
code.
-
December 8th, 2002, 06:29 AM
#3
Forgot something...
Check DoDataExchange(CDataExchange* pDX)
to see that your control is listed like this
DDX_Control(pDX, IDC_SHOW, m_cShow);
I have had to typed that myself.
-
December 8th, 2002, 01:18 PM
#4
Originally posted by Jesper A
Forgot something...
Check DoDataExchange(CDataExchange* pDX)
to see that your control is listed like this
DDX_Control(pDX, IDC_SHOW, m_cShow);
I have had to typed that myself.
thnx... but how come in vc++6.0 i didn't need to do such thing to use updatedata? can it b automated like in vc++6.0?
-
December 8th, 2002, 03:23 PM
#5
If you rightclick in the resource editor on your control
and choose add variable you get the automation.
As long as you add a controlvariable.It wont work
if you uncheck the Control Variable check box.
-
December 12th, 2002, 07:25 AM
#6
About the automation in adding member variables of non-control type:
I got answer to this problem in Microsoft's forum. They said that they have added this problem to their bug-database, so we'll have to wait until they will publish some service packs...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|