void frmContactEditor::AddGeneralNickname( wxCommandEvent& event )
{
+ // Bring up the window for adding a nickname.
+
int intResult = 0;
frmContactEditorNickname *frameCENickname = new frmContactEditorNickname ( this );
void frmContactEditor::ModifyGeneralNickname( wxCommandEvent& event )
{
+ // Bring up the window for modifying a nickname.
+
long longSelected = -1;
int intSelectedData = 0;
void frmContactEditor::DeleteGeneralNickname( wxCommandEvent& event )
{
+ // Bring up the window for deleting a nickname.
+
long longSelected = -1;
int intSelectedData = 0;
void frmContactEditor::AddGeneralAddress( wxCommandEvent& event )
{
+ // Bring up the window for adding an address.
+
int intResult = 0;
frmContactEditorAddress *frameCEAddress = new frmContactEditorAddress ( this );
void frmContactEditor::ModifyGeneralAddress( wxCommandEvent& event )
{
+
+ // Bring up the window for editing an address.
long longSelected = -1;
int intSelectedData = 0;
void frmContactEditor::DeleteGeneralAddress( wxCommandEvent& event )
{
+ // Bring up the window for deleting a nickname.
+
long longSelected = -1;
int intSelectedData = 0;
void frmContactEditor::AddGeneralEmail( wxCommandEvent& event )
{
+ // Bring up the window for adding an email.
+
int intResult = 0;
frmContactEditorEmail *frameCEEmail = new frmContactEditorEmail ( this );
void frmContactEditor::ModifyGeneralEmail( wxCommandEvent& event )
{
+ // Bring up the window for modifying an email.
+
long longSelected = -1;
int intSelectedData = 0;
void frmContactEditor::DeleteGeneralEmail( wxCommandEvent& event )
{
+ // Bring up the window for deleting an email.
+
long longSelected = -1;
int intSelectedData = 0;
void frmContactEditor::AddGeneralIM( wxCommandEvent& event )
{
+ // Bring up the window for adding a IM address.
+
int intResult = 0;
frmContactEditorIM *frameCEIM = new frmContactEditorIM ( this );
void frmContactEditor::ModifyGeneralIM( wxCommandEvent& event )
{
+ // Bring up the window for editing a IM address.
+
long longSelected = -1;
int intSelectedData = 0;
void frmContactEditor::DeleteGeneralIM( wxCommandEvent& event )
{
+ // Bring up the window for deleting an IM address.
+
long longSelected = -1;
int intSelectedData = 0;
void frmContactEditor::AddGeneralTelephone( wxCommandEvent& event )
{
+ // Bring up the window for adding a telephone.
+
int intResult = 0;
frmContactEditorTelephone *frameCETel = new frmContactEditorTelephone ( this );
void frmContactEditor::ModifyGeneralTelephone( wxCommandEvent& event )
{
+ // Bring up the window for editing a telephone.
+
long longSelected = -1;
int intSelectedData = 0;
void frmContactEditor::DeleteGeneralTelephone( wxCommandEvent& event )
{
+ // Bring up the window for deleting a telephone.
+
long longSelected = -1;
int intSelectedData = 0;
void frmContactEditor::AddGeneralLanguages( wxCommandEvent& event )
{
+ // Bring up the window for adding a language.
+
int intResult = 0;
frmContactEditorLanguages *frameCELang = new frmContactEditorLanguages ( this );
void frmContactEditor::ModifyGeneralLanguages( wxCommandEvent& event )
{
+ // Bring up the window for modifying a language.
+
long longSelected = -1;
int intSelectedData = 0;
void frmContactEditor::DeleteGeneralLanguage( wxCommandEvent& event )
{
+ // Bring up the window for deleting a language.
+
long longSelected = -1;
int intSelectedData = 0;
void frmContactEditor::AddGeneralTimezone( wxCommandEvent& event )
{
+ // Bring up the window for adding a timezone.
+
int intResult = 0;
frmContactEditorTimezones *frameCETZ = new frmContactEditorTimezones ( this );
void frmContactEditor::ModifyGeneralTimezone( wxCommandEvent& event )
{
+ // Bring up a window for editing a timezone.
+
long longSelected = -1;
int intSelectedData = 0;
void frmContactEditor::DeleteGeneralTimezone( wxCommandEvent& event )
{
+ // Bring up the window for deleting a timezone.
+
long longSelected = -1;
int intSelectedData = 0;
void frmContactEditor::AddGeneralGeoposition( wxCommandEvent& event )
{
+ // Bring up the window for adding a geoposition location.
+
int intResult = 0;
frmContactEditorGeoposition *frameCEGeo = new frmContactEditorGeoposition ( this );
void frmContactEditor::ModifyGeneralGeoposition( wxCommandEvent& event )
{
+ // Bring up the window for editing a geoposition location.
+
long longSelected = -1;
int intSelectedData = 0;
void frmContactEditor::DeleteGeneralGeoposition( wxCommandEvent& event )
{
+ // Bring up the window for deleting a geoposition location.
+
long longSelected = -1;
int intSelectedData = 0;
void frmContactEditor::AddGeneralRelated( wxCommandEvent& event )
{
+ // Bring up the window for adding a relation.
+
int intResult = 0;
frmContactEditorRelated *frameCERel = new frmContactEditorRelated ( this );
void frmContactEditor::ModifyGeneralRelated( wxCommandEvent& event )
{
+ // Bring up the window for editing a relation.
+
long longSelected = -1;
int intSelectedData = 0;
void frmContactEditor::DeleteGeneralRelated( wxCommandEvent& event )
{
+ // Bring up a window for deleting a relation.
+
long longSelected = -1;
int intSelectedData = 0;
void frmContactEditor::AddGeneralWebsite( wxCommandEvent& event )
{
+ // Bring up a window for adding a website.
+
int intResult = 0;
frmContactEditorWebsites *frameCEWeb = new frmContactEditorWebsites ( this );
void frmContactEditor::ModifyGeneralWebsite( wxCommandEvent& event )
{
+ // Bring up a window for editing a website.
+
long longSelected = -1;
int intSelectedData = 0;
void frmContactEditor::DeleteGeneralWebsite( wxCommandEvent& event )
{
+ // Bring up a window for deleting a website.
+
long longSelected = -1;
int intSelectedData = 0;
void frmContactEditor::AddGeneralTitle( wxCommandEvent& event )
{
+ // Bring up the window for adding a title.
+
int intResult = 0;
frmContactEditorTitles *frameCETitle = new frmContactEditorTitles ( this );
void frmContactEditor::ModifyGeneralTitle( wxCommandEvent& event )
{
+ // Bring up the window for editing a title.
+
long longSelected = -1;
int intSelectedData = 0;
void frmContactEditor::DeleteGeneralTitle( wxCommandEvent& event )
{
+ // Bring up the window for deleting a title.
+
long longSelected = -1;
int intSelectedData = 0;
void frmContactEditor::AddGeneralRole( wxCommandEvent& event )
{
+ // Bring up the window for adding a role.
+
int intResult = 0;
frmContactEditorRoles *frameCERole = new frmContactEditorRoles ( this );
void frmContactEditor::ModifyGeneralRole( wxCommandEvent& event )
{
+ // Bring up the window for editing a role.
+
long longSelected = -1;
int intSelectedData = 0;
void frmContactEditor::DeleteGeneralRole( wxCommandEvent& event )
{
+ // Bring up the window for deleting a role.
+
long longSelected = -1;
int intSelectedData = 0;
void frmContactEditor::AddGeneralOrganisation( wxCommandEvent& event )
{
+ // Bring up the window for adding an organisation.
+
int intResult = 0;
frmContactEditorOrganisations *frameCEOrg = new frmContactEditorOrganisations ( this );
void frmContactEditor::ModifyGeneralOrganisation( wxCommandEvent& event )
{
+ // Bring up the window for editing an organisation.
+
long longSelected = -1;
int intSelectedData = 0;
void frmContactEditor::DeleteGeneralOrganisation( wxCommandEvent& event )
{
+ // Bring up the window for deleting an organisation.
+
long longSelected = -1;
int intSelectedData = 0;
void frmContactEditor::AddGeneralNote( wxCommandEvent& event )
{
+ // Bring up the window for adding a note.
+
int intResult = 0;
frmContactEditorNotes *frameCENote = new frmContactEditorNotes ( this );
void frmContactEditor::ModifyGeneralNote( wxCommandEvent& event )
{
+ // Bring up the window for editing a note.
+
long longSelected = -1;
int intSelectedData = 0;
void frmContactEditor::DeleteGeneralNote( wxCommandEvent& event )
{
+ // Bring up a window for deleting a note.
+
long longSelected = -1;
int intSelectedData = 0;