*using MFC*
Im taking some inputs for a struct in a 'sub dialog'. After i take the inputs, i want all the records to be availbale in the 'main dialog'. My record consists of CStrings and int variables.
How can I make all the records to be available back in the Main Dialog, so they records can be used there?
Thanks in advance