Re: Gerer les doublon dans fichier HyperFile

Posté par NC le 22/6/2006 14:16:36
//gere doublon
HLitRecherche(Produit,RefProduit,Produit.RefProduit)
SI HTrouve() ALORS
HModifie(Produit)

SINON
HAjoute(Produit)


// HModifie(Produit)
FIN //gere doublon


HLitRecherche(Produit,RefProduit,Produit.RefProduit)

Ce code ne peut pas fonctionner.
Tu recherche toujours le même enregistrement

Cette contribution était de : http://old.wdforge.org/newbb/viewtopic.php?forum=17&topic_id=4221&post_id=17536