Skip to content

Commit

Permalink
Fix for importing from vcf
Browse files Browse the repository at this point in the history
  • Loading branch information
zbyna committed Dec 7, 2018
1 parent 04c0c6d commit b13facd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions unit1.pas
Original file line number Diff line number Diff line change
Expand Up @@ -939,6 +939,12 @@ procedure TForm1.MenuItemImportNormalClick(Sender: TObject); {import z vcf norm
Zquery1.FieldByName('MOBIL').AsString:=pMob;
ZQuery1.Post;// v BeforePost se vytvoří THistoryItem;
multiPolozkaHistorie:=True; // aby přidávalo do té samé položky historie
// je třeba vyčistit všechny použité proměnné pro nalezené texty
pPri:='';
pJme:='';
pDom:='';
pPra:='';
pMob:='';
continue;
end
else
Expand Down

0 comments on commit b13facd

Please # to comment.