Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
APPEND From FOR clause ignored in VFP6
Message
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00697671
Message ID:
00697694
Vues:
10
This message has been marked as a message which has helped to the initial question of the thread.
Don't specify alias if you want VFP to check every record.
APPEND FROM utemp For (SubStr(Submitter,1,1)="E")
>SELECT estate
>zap
>APPEND FROM utemp For (SubStr(utemp.Submitter,1,1)="E")
>go bottom
>wait window estate.submitter
>
>Why would I get all records from UTEMP? I specified 'E' as first letter of first field!
>
>TIA
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform