void frmContactEditor::AddBusinessNickname( wxCommandEvent& event )
{
+ // Bring up the window for adding a nickname.
+
int intResult = 0;
frmContactEditorNickname *frameCENickname = new frmContactEditorNickname ( this );
void frmContactEditor::ModifyBusinessNickname( wxCommandEvent& event )
{
+ // Bring up the window for modifying a nickname.
+
long longSelected = -1;
int intSelectedData = 0;
void frmContactEditor::DeleteBusinessNickname( wxCommandEvent& event )
{
+ // Bring up the window to delete the nickname.
+
long longSelected = -1;
int intSelectedData = 0;
void frmContactEditor::AddBusinessAddress( wxCommandEvent& event )
{
+ // Bring up the window for adding an address.
+
int intResult = 0;
frmContactEditorAddress *frameCEAddress = new frmContactEditorAddress ( this );
void frmContactEditor::ModifyBusinessAddress( wxCommandEvent& event )
{
+ // Bring up a window for editing an address.
+
long longSelected = -1;
int intSelectedData = 0;
void frmContactEditor::DeleteBusinessAddress( wxCommandEvent& event )
{
+ // Bring up the window for deleting the address.
+
long longSelected = -1;
int intSelectedData = 0;
void frmContactEditor::AddBusinessEmail( wxCommandEvent& event )
{
+ // Bring up the window for adding an email address.
+
int intResult = 0;
frmContactEditorEmail *frameCEEmail = new frmContactEditorEmail ( this );
void frmContactEditor::ModifyBusinessEmail( wxCommandEvent& event )
{
+ // Bring up the window for modifying the email address.
+
long longSelected = -1;
int intSelectedData = 0;
void frmContactEditor::DeleteBusinessEmail( wxCommandEvent& event )
{
+ // Bring up the window to delete the email address.
+
long longSelected = -1;
int intSelectedData = 0;
void frmContactEditor::AddBusinessIM( wxCommandEvent& event )
{
+ // Bring up the window for adding an IM address.
+
int intResult = 0;
frmContactEditorIM *frameCEIM = new frmContactEditorIM ( this );
void frmContactEditor::ModifyBusinessIM( wxCommandEvent& event )
{
+ // Bring up the window for editing an IM address.
+
long longSelected = -1;
int intSelectedData = 0;
void frmContactEditor::DeleteBusinessIM( wxCommandEvent& event )
{
+ // Bring up the window for deleting an IM address.
+
long longSelected = -1;
int intSelectedData = 0;
void frmContactEditor::AddBusinessTelephone( wxCommandEvent& event )
{
+ // Bring up the window for adding a telephone number.
+
int intResult = 0;
frmContactEditorTelephone *frameCETel = new frmContactEditorTelephone ( this );
void frmContactEditor::ModifyBusinessTelephone( wxCommandEvent& event )
{
+ // Bring up the address for editing a telephone number.
+
long longSelected = -1;
int intSelectedData = 0;
void frmContactEditor::DeleteBusinessTelephone( wxCommandEvent& event )
{
+ // Bring up the window for deleting a telephone number.
+
long longSelected = -1;
int intSelectedData = 0;
void frmContactEditor::AddBusinessLanguage( wxCommandEvent& event )
{
+ // Bring up the window for adding a language.
+
int intResult = 0;
frmContactEditorLanguages *frameCELang = new frmContactEditorLanguages ( this );
void frmContactEditor::ModifyBusinessLanguage( wxCommandEvent& event )
{
+ // Bring up the window for editing a language.
+
long longSelected = -1;
int intSelectedData = 0;
void frmContactEditor::DeleteBusinessLanguage( wxCommandEvent& event )
{
+ // Bring up the window for deleting a language.
+
long longSelected = -1;
int intSelectedData = 0;
void frmContactEditor::AddBusinessTimezone( wxCommandEvent& event )
{
+ // Bring up the window for adding a timezone.
+
int intResult = 0;
frmContactEditorTimezones *frameCETZ = new frmContactEditorTimezones ( this );
void frmContactEditor::ModifyBusinessTimezone( wxCommandEvent& event )
{
+ // Bring up the window for modifying a timezone.
+
long longSelected = -1;
int intSelectedData = 0;
void frmContactEditor::DeleteBusinessTimezone( wxCommandEvent& event )
{
+ // Bring up the window for deleting a timezone.
+
long longSelected = -1;
int intSelectedData = 0;
void frmContactEditor::AddBusinessGeoposition( wxCommandEvent& event )
{
+ // Bring up the window for adding a geoposition location.
+
int intResult = 0;
frmContactEditorGeoposition *frameCEGeo = new frmContactEditorGeoposition ( this );
void frmContactEditor::ModifyBusinessGeoposition( wxCommandEvent& event )
{
+ // Bring up the window for editing a geoposition location.
+
long longSelected = -1;
int intSelectedData = 0;
void frmContactEditor::DeleteBusinessGeoposition( wxCommandEvent& event )
{
+ // Bring up the window for deleting a geoposition location.
+
long longSelected = -1;
int intSelectedData = 0;
void frmContactEditor::AddBusinessWebsite( wxCommandEvent& event )
{
+ // Bring up the window for adding a website.
+
int intResult = 0;
frmContactEditorWebsites *frameCEWeb = new frmContactEditorWebsites ( this );
void frmContactEditor::ModifyBusinessWebsite( wxCommandEvent& event )
{
+ // Bring up a window for editing a website.
+
long longSelected = -1;
int intSelectedData = 0;
void frmContactEditor::DeleteBusinessWebsite( wxCommandEvent& event )
{
+ // Bring up the window for deleting a website.
+
long longSelected = -1;
int intSelectedData = 0;
void frmContactEditor::AddBusinessTitle( wxCommandEvent& event )
{
+ // Bring up the window for adding a title.
+
int intResult = 0;
frmContactEditorTitles *frameCETitle = new frmContactEditorTitles ( this );
void frmContactEditor::ModifyBusinessTitle( wxCommandEvent& event )
{
+ // Bring up the window for editing a title.
+
long longSelected = -1;
int intSelectedData = 0;
void frmContactEditor::DeleteBusinessTitle( wxCommandEvent& event )
{
+ // Bring up the window to delete the title.
+
long longSelected = -1;
int intSelectedData = 0;
void frmContactEditor::AddBusinessRole( wxCommandEvent& event )
{
+ // Bring up the window to add a role.
+
int intResult = 0;
frmContactEditorRoles *frameCERole = new frmContactEditorRoles ( this );
void frmContactEditor::ModifyBusinessRole( wxCommandEvent& event )
{
+ // Bring up the window for editing a role.
+
long longSelected = -1;
int intSelectedData = 0;
void frmContactEditor::DeleteBusinessRole( wxCommandEvent& event )
{
+ // Bring up the window to delete a role.
+
long longSelected = -1;
int intSelectedData = 0;
void frmContactEditor::AddBusinessOrganisation( wxCommandEvent& event )
{
+ // Bring up the window to add an organisation.
+
int intResult = 0;
frmContactEditorOrganisations *frameCEOrg = new frmContactEditorOrganisations ( this );
void frmContactEditor::ModifyBusinessOrganisation( wxCommandEvent& event )
{
+ // Bring up the window to edit an organisation.
+
long longSelected = -1;
int intSelectedData = 0;
void frmContactEditor::DeleteBusinessOrganisation( wxCommandEvent& event )
{
+ // Bring up the window to delete a organisation.
+
long longSelected = -1;
int intSelectedData = 0;
void frmContactEditor::AddBusinessNote( wxCommandEvent& event )
{
+ // Bring up the window to add a note.
+
int intResult = 0;
frmContactEditorNotes *frameCENote = new frmContactEditorNotes ( this );
void frmContactEditor::ModifyBusinessNote( wxCommandEvent& event )
{
+ // Bring up the window to edit a note.
+
long longSelected = -1;
int intSelectedData = 0;
void frmContactEditor::DeleteBusinessNote( wxCommandEvent& event )
{
+ // Bring up the window to delete a note.
+
long longSelected = -1;
int intSelectedData = 0;