void frmContactEditor::AddBusinessNickname( wxCommandEvent& event )
{
- int intResult = 0;
frmContactEditorNickname *frameCENickname = new frmContactEditorNickname ( this );
frameCENickname->SetEditorMode(FALSE, CE_WORK);
- intResult = GetLastInt(&ContactEditorData.BusinessNicknamesList);
frameCENickname->SetupPointers(&ContactEditorData.BusinessNicknamesList,
&ContactEditorData.BusinessNicknamesListAltID,
&ContactEditorData.BusinessNicknamesListPID,
void frmContactEditor::AddBusinessAddress( wxCommandEvent& event )
{
- int intResult = 0;
frmContactEditorAddress *frameCEAddress = new frmContactEditorAddress ( this );
frameCEAddress->SetEditorMode(FALSE, CE_WORK);
- intResult = GetLastInt(&ContactEditorData.BusinessAddressList);
frameCEAddress->SetupPointers(&ContactEditorData.BusinessAddressList,
&ContactEditorData.BusinessAddressListTown,
&ContactEditorData.BusinessAddressListCounty,
void frmContactEditor::AddBusinessEmail( wxCommandEvent& event )
{
- int intResult = 0;
frmContactEditorEmail *frameCEEmail = new frmContactEditorEmail ( this );
frameCEEmail->SetEditorMode(FALSE, CE_WORK);
- intResult = GetLastInt(&ContactEditorData.BusinessAddressList);
frameCEEmail->SetupPointers(&ContactEditorData.BusinessEmailList,
&ContactEditorData.BusinessEmailListAltID,
&ContactEditorData.BusinessEmailListPID,
void frmContactEditor::AddBusinessIM( wxCommandEvent& event )
{
- int intResult = 0;
frmContactEditorIM *frameCEIM = new frmContactEditorIM ( this );
frameCEIM->SetEditorMode(FALSE, CE_WORK);
- intResult = GetLastInt(&ContactEditorData.BusinessIMList);
frameCEIM->SetupPointers(&ContactEditorData.BusinessIMList,
&ContactEditorData.BusinessIMListAltID,
&ContactEditorData.BusinessIMListPID,
void frmContactEditor::AddBusinessTelephone( wxCommandEvent& event )
{
- int intResult = 0;
frmContactEditorTelephone *frameCETel = new frmContactEditorTelephone ( this );
frameCETel->SetEditorMode(FALSE, CE_WORK);
- intResult = GetLastInt(&ContactEditorData.BusinessTelephoneList);
frameCETel->SetupPointers(&ContactEditorData.BusinessTelephoneList,
&ContactEditorData.BusinessTelephoneListAltID,
&ContactEditorData.BusinessTelephoneListPID,
void frmContactEditor::AddBusinessLanguage( wxCommandEvent& event )
{
- int intResult = 0;
frmContactEditorLanguages *frameCELang = new frmContactEditorLanguages ( this );
frameCELang->SetEditorMode(FALSE, CE_WORK);
- intResult = GetLastInt(&ContactEditorData.BusinessLanguageList);
frameCELang->SetupPointers(&ContactEditorData.BusinessLanguageList,
&ContactEditorData.BusinessLanguageListAltID,
&ContactEditorData.BusinessLanguageListPID,
void frmContactEditor::AddBusinessTimezone( wxCommandEvent& event )
{
- int intResult = 0;
frmContactEditorTimezones *frameCETZ = new frmContactEditorTimezones ( this );
frameCETZ->SetEditorMode(FALSE, CE_WORK);
- intResult = GetLastInt(&ContactEditorData.BusinessTZList);
frameCETZ->SetupPointers(&ContactEditorData.BusinessTZList,
&ContactEditorData.BusinessTZListAltID,
&ContactEditorData.BusinessTZListPID,
void frmContactEditor::AddBusinessGeoposition( wxCommandEvent& event )
{
- int intResult = 0;
-
+
frmContactEditorGeoposition *frameCEGeo = new frmContactEditorGeoposition ( this );
frameCEGeo->SetEditorMode(FALSE, CE_WORK);
- intResult = GetLastInt(&ContactEditorData.BusinessGeographyList);
frameCEGeo->SetupPointers(&ContactEditorData.BusinessGeographyList,
&ContactEditorData.BusinessGeographyListAltID,
&ContactEditorData.BusinessGeographyListPID,
void frmContactEditor::AddBusinessWebsite( wxCommandEvent& event )
{
- int intResult = 0;
frmContactEditorWebsites *frameCEWeb = new frmContactEditorWebsites ( this );
frameCEWeb->SetEditorMode(FALSE, CE_WORK);
- intResult = GetLastInt(&ContactEditorData.BusinessWebsiteList);
frameCEWeb->SetupPointers(&ContactEditorData.BusinessWebsiteList,
&ContactEditorData.BusinessWebsiteListAltID,
&ContactEditorData.BusinessWebsiteListPID,
void frmContactEditor::AddBusinessTitle( wxCommandEvent& event )
{
- int intResult = 0;
frmContactEditorTitles *frameCETitle = new frmContactEditorTitles ( this );
frameCETitle->SetEditorMode(FALSE, CE_WORK);
- intResult = GetLastInt(&ContactEditorData.BusinessTitleList);
frameCETitle->SetupPointers(&ContactEditorData.BusinessTitleList,
&ContactEditorData.BusinessTitleListLanguage,
&ContactEditorData.BusinessTitleListAltID,
void frmContactEditor::AddBusinessRole( wxCommandEvent& event )
{
- int intResult = 0;
frmContactEditorRoles *frameCERole = new frmContactEditorRoles ( this );
frameCERole->SetEditorMode(FALSE, CE_WORK);
- intResult = GetLastInt(&ContactEditorData.BusinessRoleList);
frameCERole->SetupPointers(&ContactEditorData.BusinessRoleList,
&ContactEditorData.BusinessRoleListLanguage,
&ContactEditorData.BusinessRoleListAltID,
void frmContactEditor::AddBusinessOrganisation( wxCommandEvent& event )
{
- int intResult = 0;
frmContactEditorOrganisations *frameCEOrg = new frmContactEditorOrganisations ( this );
frameCEOrg->SetEditorMode(FALSE, CE_WORK);
- intResult = GetLastInt(&ContactEditorData.BusinessOrganisationsList);
frameCEOrg->SetupPointers(&ContactEditorData.BusinessOrganisationsList,
&ContactEditorData.BusinessOrganisationsListLanguage,
&ContactEditorData.BusinessOrganisationsListSortAs,
void frmContactEditor::AddBusinessNote( wxCommandEvent& event )
{
- int intResult = 0;
frmContactEditorNotes *frameCENote = new frmContactEditorNotes ( this );
frameCENote->SetEditorMode(FALSE, CE_WORK);
- intResult = GetLastInt(&ContactEditorData.BusinessNoteList);
frameCENote->SetupPointers(&ContactEditorData.BusinessNoteList,
&ContactEditorData.BusinessNoteListLanguage,
&ContactEditorData.BusinessNoteListAltID,