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

C / C++ / MFC

 
GeneralExporting a function from a DLL Pin
confalonieri27-Feb-01 3:10
confalonieri27-Feb-01 3:10 
GeneralRe: Exporting a function from a DLL Pin
l a u r e n27-Feb-01 8:02
l a u r e n27-Feb-01 8:02 
GeneralDataGrid column resize - HOW ?! Pin
27-Feb-01 2:57
suss27-Feb-01 2:57 
Questionhow to use autonombers in ODBC Pin
Ariel27-Feb-01 2:30
Ariel27-Feb-01 2:30 
AnswerRe: how to use autonombers in ODBC Pin
l a u r e n27-Feb-01 7:52
l a u r e n27-Feb-01 7:52 
GeneralRe: how to use autonombers in ODBC Pin
Ariel27-Feb-01 8:05
Ariel27-Feb-01 8:05 
GeneralRe: how to use autonombers in ODBC Pin
l a u r e n27-Feb-01 8:11
l a u r e n27-Feb-01 8:11 
GeneralRe: how to use autonombers in ODBC Pin
Ariel2-Mar-01 2:49
Ariel2-Mar-01 2:49 
Hi there,
First thank you for the answer.
Actually i know about the referentail integrity needed in a 1-to-many connection.
The thing is i don't know how to use it in actual user interface of MFC.
Lets Say as you said i have :
Table1.ID - connected in m_T1_ID linked to a CEdit Value : m_edtVal
Table1.Table2ID - connected in m_T1_T2_ID linked to a CComboBox Value : m_cmbVal
How can i put all Table2 Entries in m_cmbVal and put the Actual Table2.ID inside Table1.Table2ID ?

m_pSet->AddNew();
// Somwhere in here i should reference the 1-to-many, but how ???

Thank you for your answer,
Ariel.
Generalstatic_cast Pin
ov27-Feb-01 1:53
ov27-Feb-01 1:53 
GeneralRe: static_cast Pin
27-Feb-01 3:28
suss27-Feb-01 3:28 
GeneralRe: static_cast Pin
Erik Funkenbusch1-Mar-01 13:24
Erik Funkenbusch1-Mar-01 13:24 
GeneralRe: static_cast Pin
ov1-Mar-01 20:39
ov1-Mar-01 20:39 
GeneralClose Pin
27-Feb-01 0:17
suss27-Feb-01 0:17 
GeneralRe: Close Pin
Christian Graus27-Feb-01 0:29
protectorChristian Graus27-Feb-01 0:29 
GeneralOn clicking Pin
26-Feb-01 21:59
suss26-Feb-01 21:59 
GeneralRe: On clicking Pin
l a u r e n27-Feb-01 1:21
l a u r e n27-Feb-01 1:21 
Generalcancel Pin
26-Feb-01 21:54
suss26-Feb-01 21:54 
GeneralRe: cancel Pin
PJ Arends26-Feb-01 22:34
professionalPJ Arends26-Feb-01 22:34 
GeneralI desperately need Pin
26-Feb-01 21:51
suss26-Feb-01 21:51 
GeneralRe: I desperately need Pin
Christian Graus27-Feb-01 0:33
protectorChristian Graus27-Feb-01 0:33 
GeneralRe: I desperately need Pin
27-Feb-01 1:12
suss27-Feb-01 1:12 
GeneralRe: I desperately need Pin
l a u r e n27-Feb-01 1:08
l a u r e n27-Feb-01 1:08 
GeneralProblems with hooking events!! HELP !! Pin
TomK26-Feb-01 21:16
TomK26-Feb-01 21:16 
QuestionHow to make a deque from scratch in C++ Pin
Theo26-Feb-01 15:53
Theo26-Feb-01 15:53 
AnswerRe: How to make a deque from scratch in C++ Pin
l a u r e n26-Feb-01 21:29
l a u r e n26-Feb-01 21:29 

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.