Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Comparing
Message
 
À
25/06/2001 17:17:30
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00523261
Message ID:
00523302
Vues:
16
Yeah, looks like it should work. I would probably do something like this:
FUNCTION IsDup
LOCAL llDupRec

SELE LOCAL_HIV
SCATTER MEMO NAME oRecOne

SELE CDCHIV
SCATTER MEMO NAME oRecTwo

IF COMPOBJ( oRecOne, oRecTwo )
  *Duplicate
  llDupRec = .T.
ELSE
  *not a duplicate
  llDupRec = .F.
ENDIF

RETURN llDupRec
Good luck,
John
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform