void frmContactEditor::AddHomeNickname( wxCommandEvent& event )
{
+ // Bring up window to add nickname.
+
int intResult = 0;
frmContactEditorNickname *frameCENickname = new frmContactEditorNickname ( this );
void frmContactEditor::ModifyHomeNickname( wxCommandEvent& event )
{
+ // Bring up window to modify nickname.
+
long longSelected = -1;
int intSelectedData = 0;
void frmContactEditor::DeleteHomeNickname( wxCommandEvent& event )
{
+ // Bring up window to delete nickname.
+
long longSelected = -1;
int intSelectedData = 0;
void frmContactEditor::AddHomeAddress( wxCommandEvent& event )
{
+ // Bring up window to add address.
+
int intResult = 0;
frmContactEditorAddress *frameCEAddress = new frmContactEditorAddress ( this );
void frmContactEditor::ModifyHomeAddress( wxCommandEvent& event )
{
+ // Bring up window to modify address.
+
long longSelected = -1;
int intSelectedData = 0;
void frmContactEditor::DeleteHomeAddress( wxCommandEvent& event )
{
-
+
+ // Bring up window to delete address.
+
long longSelected = -1;
int intSelectedData = 0;
void frmContactEditor::AddHomeEmail( wxCommandEvent& event )
{
+ // Bring up window to add email.
+
int intResult = 0;
frmContactEditorEmail *frameCEEmail = new frmContactEditorEmail ( this );
void frmContactEditor::ModifyHomeEmail( wxCommandEvent& event )
{
+ // Bring up window to modify email.
+
long longSelected = -1;
int intSelectedData = 0;
void frmContactEditor::DeleteHomeEmail( wxCommandEvent& event )
{
+ // Bring up window to delete email.
+
long longSelected = -1;
int intSelectedData = 0;
void frmContactEditor::AddHomeIM( wxCommandEvent& event )
{
+ // Bring up window to add IM.
+
int intResult = 0;
frmContactEditorIM *frameCEIM = new frmContactEditorIM ( this );
void frmContactEditor::ModifyHomeIM( wxCommandEvent& event )
{
+
+ // Bring up window to modify IM.
long longSelected = -1;
int intSelectedData = 0;
void frmContactEditor::DeleteHomeIM( wxCommandEvent& event )
{
+
+ // Bring up window to delete IM.
long longSelected = -1;
int intSelectedData = 0;
void frmContactEditor::AddHomeTelephone( wxCommandEvent& event )
{
+ // Bring up window to add telephone.
+
int intResult = 0;
frmContactEditorTelephone *frameCETel = new frmContactEditorTelephone ( this );
void frmContactEditor::ModifyHomeTelephone( wxCommandEvent& event )
{
+ // Bring up window to modify telephone.
+
long longSelected = -1;
int intSelectedData = 0;
void frmContactEditor::DeleteHomeTelephone( wxCommandEvent& event )
{
+ // Bring up window to delete telephone.
+
long longSelected = -1;
int intSelectedData = 0;
void frmContactEditor::AddHomeLanguage( wxCommandEvent& event )
{
+
+ // Bring up window to add language.
+
int intResult = 0;
frmContactEditorLanguages *frameCELang = new frmContactEditorLanguages ( this );
void frmContactEditor::ModifyHomeLanguage( wxCommandEvent& event )
{
+ // Bring up window to modify language.
+
long longSelected = -1;
int intSelectedData = 0;
void frmContactEditor::DeleteHomeLanguage( wxCommandEvent& event )
{
+ // Bring up window to delete language.
+
long longSelected = -1;
int intSelectedData = 0;
void frmContactEditor::AddHomeTimezone( wxCommandEvent& event )
{
+ // Bring up window to add timezone.
+
int intResult = 0;
frmContactEditorTimezones *frameCETZ = new frmContactEditorTimezones ( this );
void frmContactEditor::ModifyHomeTimezone( wxCommandEvent& event )
{
+ // Bring up window to modify timezone.
+
long longSelected = -1;
int intSelectedData = 0;
void frmContactEditor::DeleteHomeTimezone( wxCommandEvent& event )
{
+
+ // Bring up window to delete timezone.
+
long longSelected = -1;
int intSelectedData = 0;
void frmContactEditor::AddHomeGeoposition( wxCommandEvent& event )
{
+
+ // Bring up window to add geoposition.
int intResult = 0;
void frmContactEditor::ModifyHomeGeoposition( wxCommandEvent& event )
{
+ // Bring up window to modify geoposition.
+
long longSelected = -1;
int intSelectedData = 0;
void frmContactEditor::DeleteHomeGeoposition( wxCommandEvent& event )
{
+ // Bring up window to delete geoposition.
+
long longSelected = -1;
int intSelectedData = 0;
void frmContactEditor::AddHomeWebsite( wxCommandEvent& event )
{
+
+ // Bring up window to add website.
int intResult = 0;
void frmContactEditor::ModifyHomeWebsite( wxCommandEvent& event )
{
+ // Bring up window to modify website.
+
long longSelected = -1;
int intSelectedData = 0;
void frmContactEditor::DeleteHomeWebsite( wxCommandEvent& event )
{
+ // Bring up window to delete website.
+
long longSelected = -1;
int intSelectedData = 0;
void frmContactEditor::AddHomeTitle( wxCommandEvent& event )
{
+ // Bring up window to add title.
+
int intResult = 0;
frmContactEditorTitles *frameCETitle = new frmContactEditorTitles ( this );
void frmContactEditor::ModifyHomeTitle( wxCommandEvent& event )
{
+ // Bring up window to modify title.
+
long longSelected = -1;
int intSelectedData = 0;
void frmContactEditor::DeleteHomeTitle( wxCommandEvent& event )
{
+ // Bring up window to delete title.
+
long longSelected = -1;
int intSelectedData = 0;
void frmContactEditor::AddHomeRole( wxCommandEvent& event )
{
+ // Bring up window to add role.
+
int intResult = 0;
frmContactEditorRoles *frameCERole = new frmContactEditorRoles ( this );
void frmContactEditor::ModifyHomeRole( wxCommandEvent& event )
{
+
+ // Bring up window to modify role.
long longSelected = -1;
int intSelectedData = 0;
void frmContactEditor::DeleteHomeRole( wxCommandEvent& event )
{
+ // Bring up window to delete role.
+
long longSelected = -1;
int intSelectedData = 0;
void frmContactEditor::AddHomeOrganisation( wxCommandEvent& event )
{
+ // Bring up window to add organisation.
+
int intResult = 0;
frmContactEditorOrganisations *frameCEOrg = new frmContactEditorOrganisations ( this );
void frmContactEditor::ModifyHomeOrganisation( wxCommandEvent& event )
{
+ // Bring up window to modify organisation.
+
long longSelected = -1;
int intSelectedData = 0;
void frmContactEditor::DeleteHomeOrganisation( wxCommandEvent& event )
{
+ // Bring up window to delete organisation.
+
long longSelected = -1;
int intSelectedData = 0;
void frmContactEditor::AddHomeNote( wxCommandEvent& event )
{
+ // Bring up window to add note.
+
int intResult = 0;
frmContactEditorNotes *frameCENote = new frmContactEditorNotes ( this );
void frmContactEditor::ModifyHomeNote( wxCommandEvent& event )
{
+ // Bring up window to modify note.
+
long longSelected = -1;
int intSelectedData = 0;
void frmContactEditor::DeleteHomeNote( wxCommandEvent& event )
{
+ // Bring up window to delete note.
+
long longSelected = -1;
int intSelectedData = 0;