Ignore:
Timestamp:
Feb 28, 2018, 1:43:45 PM (7 years ago)
Author:
chronos
Message:
  • Added: From Find duplicities form it is possible to open the list of duplicit contacts for further modification/addition/removal.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormGenerate.pas

    r17 r18  
    4949    Contact.FirstName := 'First ' + IntToStr(Random(10000));
    5050    Contact.LastName := 'Last ' + IntToStr(Random(10000));
    51     Contact.FullName := Contact.FirstName + ' ' + Contact.LastName;
     51    Contact.FullName := 'FullName ' + IntToStr(Random(100));
    5252    Contact.TelCell := IntToStr(Random(1000000000));
    5353    Contact.TelHome := IntToStr(Random(1000000000));
Note: See TracChangeset for help on using the changeset viewer.