// Bring up window to add nickname.
- int intResult = 0;
-
frmContactEditorNickname *frameCENickname = new frmContactEditorNickname ( this );
frameCENickname->SetEditorMode(FALSE, CE_HOME);
- intResult = GetLastInt(&ContactEditorData.HomeNicknamesList);
frameCENickname->SetupPointers(&ContactEditorData.HomeNicknamesList,
&ContactEditorData.HomeNicknamesListAltID,
&ContactEditorData.HomeNicknamesListPID,
// Bring up window to add address.
- int intResult = 0;
-
frmContactEditorAddress *frameCEAddress = new frmContactEditorAddress ( this );
frameCEAddress->SetEditorMode(FALSE, CE_HOME);
- intResult = GetLastInt(&ContactEditorData.HomeAddressList);
frameCEAddress->SetupPointers(&ContactEditorData.HomeAddressList,
&ContactEditorData.HomeAddressListTown,
&ContactEditorData.HomeAddressListCounty,
// Bring up window to add email.
- int intResult = 0;
-
frmContactEditorEmail *frameCEEmail = new frmContactEditorEmail ( this );
frameCEEmail->SetEditorMode(FALSE, CE_HOME);
- intResult = GetLastInt(&ContactEditorData.HomeAddressList);
frameCEEmail->SetupPointers(&ContactEditorData.HomeEmailList,
&ContactEditorData.HomeEmailListAltID,
&ContactEditorData.HomeEmailListPID,
// Bring up window to add IM.
- int intResult = 0;
-
frmContactEditorIM *frameCEIM = new frmContactEditorIM ( this );
frameCEIM->SetEditorMode(FALSE, CE_HOME);
- intResult = GetLastInt(&ContactEditorData.HomeIMList);
frameCEIM->SetupPointers(&ContactEditorData.HomeIMList,
&ContactEditorData.HomeIMListAltID,
&ContactEditorData.HomeIMListPID,
// Bring up window to add telephone.
- int intResult = 0;
-
frmContactEditorTelephone *frameCETel = new frmContactEditorTelephone ( this );
frameCETel->SetEditorMode(FALSE, CE_HOME);
- intResult = GetLastInt(&ContactEditorData.HomeTelephoneList);
frameCETel->SetupPointers(&ContactEditorData.HomeTelephoneList,
&ContactEditorData.HomeTelephoneListAltID,
&ContactEditorData.HomeTelephoneListPID,
// Bring up window to add language.
- int intResult = 0;
-
frmContactEditorLanguages *frameCELang = new frmContactEditorLanguages ( this );
frameCELang->SetEditorMode(FALSE, CE_HOME);
- intResult = GetLastInt(&ContactEditorData.HomeLanguageList);
-
frameCELang->SetupPointers(&ContactEditorData.HomeLanguageList,
&ContactEditorData.HomeLanguageListAltID,
&ContactEditorData.HomeLanguageListPID,
// Bring up window to add timezone.
- int intResult = 0;
-
frmContactEditorTimezones *frameCETZ = new frmContactEditorTimezones ( this );
frameCETZ->SetEditorMode(FALSE, CE_HOME);
- intResult = GetLastInt(&ContactEditorData.HomeTZList);
frameCETZ->SetupPointers(&ContactEditorData.HomeTZList,
&ContactEditorData.HomeTZListAltID,
&ContactEditorData.HomeTZListPID,
// Bring up window to add geoposition.
- int intResult = 0;
-
frmContactEditorGeoposition *frameCEGeo = new frmContactEditorGeoposition ( this );
frameCEGeo->SetEditorMode(FALSE, CE_HOME);
- intResult = GetLastInt(&ContactEditorData.HomeGeographyList);
frameCEGeo->SetupPointers(&ContactEditorData.HomeGeographyList,
&ContactEditorData.HomeGeographyListAltID,
&ContactEditorData.HomeGeographyListPID,
// Bring up window to add website.
- int intResult = 0;
-
frmContactEditorWebsites *frameCEWeb = new frmContactEditorWebsites ( this );
frameCEWeb->SetEditorMode(FALSE, CE_HOME);
- intResult = GetLastInt(&ContactEditorData.HomeWebsiteList);
frameCEWeb->SetupPointers(&ContactEditorData.HomeWebsiteList,
&ContactEditorData.HomeWebsiteListAltID,
&ContactEditorData.HomeWebsiteListPID,
// Bring up window to add title.
- int intResult = 0;
-
frmContactEditorTitles *frameCETitle = new frmContactEditorTitles ( this );
frameCETitle->SetEditorMode(FALSE, CE_HOME);
- intResult = GetLastInt(&ContactEditorData.HomeTitleList);
frameCETitle->SetupPointers(&ContactEditorData.HomeTitleList,
&ContactEditorData.HomeTitleListLanguage,
&ContactEditorData.HomeTitleListAltID,
// Bring up window to add role.
- int intResult = 0;
-
frmContactEditorRoles *frameCERole = new frmContactEditorRoles ( this );
frameCERole->SetEditorMode(FALSE, CE_HOME);
- intResult = GetLastInt(&ContactEditorData.HomeRoleList);
frameCERole->SetupPointers(&ContactEditorData.HomeRoleList,
&ContactEditorData.HomeRoleListLanguage,
&ContactEditorData.HomeRoleListAltID,
// Bring up window to add organisation.
- int intResult = 0;
-
frmContactEditorOrganisations *frameCEOrg = new frmContactEditorOrganisations ( this );
frameCEOrg->SetEditorMode(FALSE, CE_HOME);
- intResult = GetLastInt(&ContactEditorData.HomeOrganisationsList);
frameCEOrg->SetupPointers(&ContactEditorData.HomeOrganisationsList,
&ContactEditorData.HomeOrganisationsListLanguage,
&ContactEditorData.HomeOrganisationsListSortAs,
// Bring up window to add note.
- int intResult = 0;
-
frmContactEditorNotes *frameCENote = new frmContactEditorNotes ( this );
frameCENote->SetEditorMode(FALSE, CE_HOME);
- intResult = GetLastInt(&ContactEditorData.HomeNoteList);
frameCENote->SetupPointers(&ContactEditorData.HomeNoteList,
&ContactEditorData.HomeNoteListLanguage,
&ContactEditorData.HomeNoteListAltID,