Est-il possible de faire une recherche dans une base de donnee (ClientDataSet->Lookup)
tout en restant en mode Append() ou Insert(), j'explique.
ClientDataSet-> Append();
Variant Recherche = ClientDataSet->Lookup("Employeur","bourin","Ville" );
Variant Chaine = ResultatRecherche.GetElement(0);
EditVille->Text = VarToStr(Chaine);
Le probleme, c qu'il me fait quitter la nouvelle ligne (appelé par Append) pour faire la recherche. Y'a pas une soluce a ca???