Bonsoir ;
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
 
Var cond : string ;
begin
cond : ='table1.fieldbyname('nom').asansistring='abcd'' ; 
if cond then traitement
End ;
Comment je peux realiser ca ?