Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Small adjustment needed on recycle approach
Message
De
07/05/2003 00:42:08
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Small adjustment needed on recycle approach
Divers
Thread ID:
00785663
Message ID:
00785663
Vues:
66
I need a small adjustment in this recycle approach. Basically, it recycles. It's just that the memo file keeps increasing. I can't seem to find what I'm missing here.
IF NOT tlRecycle
   INSERT INTO (ALIAS()) (Numero) VALUES (GetNumero(ALIAS()))
   ELSE
   SET DELETED OFF
   LOCATE FOR DELETED()
   SET DELETED ON
   llFound=FOUND()
   IF llFound
      RECALL
      BLANK
      REPLACE Numero WITH GetNumero(ALIAS())
      ELSE
      INSERT INTO (ALIAS()) (Numero) VALUES (GetNumero(ALIAS()))
   ENDIF
ENDIF
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform