// Bring up the window for adding a nickname.
- int intResult = 0;
-
frmContactEditorNickname *frameCENickname = new frmContactEditorNickname ( this );
frameCENickname->SetEditorMode(FALSE, CE_GENERAL);
- intResult = GetLastInt(&ContactEditorData.GeneralNicknamesList);
frameCENickname->SetupPointers(&ContactEditorData.GeneralNicknamesList,
&ContactEditorData.GeneralNicknamesListAltID,
&ContactEditorData.GeneralNicknamesListPID,
// Bring up the window for adding an address.
- int intResult = 0;
-
frmContactEditorAddress *frameCEAddress = new frmContactEditorAddress ( this );
frameCEAddress->SetEditorMode(FALSE, CE_GENERAL);
- intResult = GetLastInt(&ContactEditorData.GeneralAddressList);
frameCEAddress->SetupPointers(&ContactEditorData.GeneralAddressList,
&ContactEditorData.GeneralAddressListTown,
&ContactEditorData.GeneralAddressListCounty,
// Bring up the window for adding an email.
- int intResult = 0;
-
frmContactEditorEmail *frameCEEmail = new frmContactEditorEmail ( this );
frameCEEmail->SetEditorMode(FALSE, CE_GENERAL);
- intResult = GetLastInt(&ContactEditorData.GeneralAddressList);
frameCEEmail->SetupPointers(&ContactEditorData.GeneralEmailList,
&ContactEditorData.GeneralEmailListAltID,
&ContactEditorData.GeneralEmailListPID,
{
// Bring up the window for adding a IM address.
-
- int intResult = 0;
frmContactEditorIM *frameCEIM = new frmContactEditorIM ( this );
frameCEIM->SetEditorMode(FALSE, CE_GENERAL);
- intResult = GetLastInt(&ContactEditorData.GeneralIMList);
frameCEIM->SetupPointers(&ContactEditorData.GeneralIMList,
&ContactEditorData.GeneralIMListAltID,
&ContactEditorData.GeneralIMListPID,
{
// Bring up the window for adding a telephone.
-
- int intResult = 0;
frmContactEditorTelephone *frameCETel = new frmContactEditorTelephone ( this );
frameCETel->SetEditorMode(FALSE, CE_GENERAL);
- intResult = GetLastInt(&ContactEditorData.GeneralTelephoneList);
frameCETel->SetupPointers(&ContactEditorData.GeneralTelephoneList,
&ContactEditorData.GeneralTelephoneListAltID,
&ContactEditorData.GeneralTelephoneListPID,
{
// Bring up the window for adding a language.
-
- int intResult = 0;
frmContactEditorLanguages *frameCELang = new frmContactEditorLanguages ( this );
frameCELang->SetEditorMode(FALSE, CE_GENERAL);
- intResult = GetLastInt(&ContactEditorData.GeneralLanguageList);
frameCELang->SetupPointers(&ContactEditorData.GeneralLanguageList,
&ContactEditorData.GeneralLanguageListAltID,
&ContactEditorData.GeneralLanguageListPID,
{
// Bring up the window for adding a timezone.
-
- int intResult = 0;
frmContactEditorTimezones *frameCETZ = new frmContactEditorTimezones ( this );
frameCETZ->SetEditorMode(FALSE, CE_GENERAL);
- intResult = GetLastInt(&ContactEditorData.GeneralTZList);
frameCETZ->SetupPointers(&ContactEditorData.GeneralTZList,
&ContactEditorData.GeneralTZListAltID,
&ContactEditorData.GeneralTZListPID,
{
// Bring up the window for adding a geoposition location.
-
- int intResult = 0;
frmContactEditorGeoposition *frameCEGeo = new frmContactEditorGeoposition ( this );
frameCEGeo->SetEditorMode(FALSE, CE_GENERAL);
- intResult = GetLastInt(&ContactEditorData.GeneralGeographyList);
frameCEGeo->SetupPointers(&ContactEditorData.GeneralGeographyList,
&ContactEditorData.GeneralGeographyListAltID,
&ContactEditorData.GeneralGeographyListPID,
{
// Bring up the window for adding a relation.
-
- int intResult = 0;
frmContactEditorRelated *frameCERel = new frmContactEditorRelated ( this );
frameCERel->SetEditorMode(FALSE, CE_GENERAL);
- intResult = GetLastInt(&ContactEditorData.GeneralRelatedList);
frameCERel->SetupPointers(&ContactEditorData.GeneralRelatedList,
&ContactEditorData.GeneralRelatedListRelType,
&ContactEditorData.GeneralRelatedListAltID,
{
// Bring up a window for adding a website.
-
- int intResult = 0;
frmContactEditorWebsites *frameCEWeb = new frmContactEditorWebsites ( this );
frameCEWeb->SetEditorMode(FALSE, CE_GENERAL);
- intResult = GetLastInt(&ContactEditorData.GeneralWebsiteList);
frameCEWeb->SetupPointers(&ContactEditorData.GeneralWebsiteList,
&ContactEditorData.GeneralWebsiteListAltID,
&ContactEditorData.GeneralWebsiteListPID,
{
// Bring up the window for adding a title.
-
- int intResult = 0;
frmContactEditorTitles *frameCETitle = new frmContactEditorTitles ( this );
frameCETitle->SetEditorMode(FALSE, CE_GENERAL);
- intResult = GetLastInt(&ContactEditorData.GeneralTitleList);
frameCETitle->SetupPointers(&ContactEditorData.GeneralTitleList,
&ContactEditorData.GeneralTitleListLanguage,
&ContactEditorData.GeneralTitleListAltID,
{
// Bring up the window for adding a role.
-
- int intResult = 0;
frmContactEditorRoles *frameCERole = new frmContactEditorRoles ( this );
frameCERole->SetEditorMode(FALSE, CE_GENERAL);
- intResult = GetLastInt(&ContactEditorData.GeneralRoleList);
frameCERole->SetupPointers(&ContactEditorData.GeneralRoleList,
&ContactEditorData.GeneralRoleListLanguage,
&ContactEditorData.GeneralRoleListAltID,
{
// Bring up the window for adding an organisation.
-
- int intResult = 0;
frmContactEditorOrganisations *frameCEOrg = new frmContactEditorOrganisations ( this );
frameCEOrg->SetEditorMode(FALSE, CE_GENERAL);
- intResult = GetLastInt(&ContactEditorData.GeneralOrganisationsList);
frameCEOrg->SetupPointers(&ContactEditorData.GeneralOrganisationsList,
&ContactEditorData.GeneralOrganisationsListLanguage,
&ContactEditorData.GeneralOrganisationsListSortAs,
{
// Bring up the window for adding a note.
-
- int intResult = 0;
frmContactEditorNotes *frameCENote = new frmContactEditorNotes ( this );
frameCENote->SetEditorMode(FALSE, CE_GENERAL);
- intResult = GetLastInt(&ContactEditorData.GeneralNoteList);
frameCENote->SetupPointers(&ContactEditorData.GeneralNoteList,
&ContactEditorData.GeneralNoteListLanguage,
&ContactEditorData.GeneralNoteListAltID,