Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Update problem
Message
 
 
À
05/01/2004 10:14:20
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00863862
Message ID:
00863868
Vues:
9
Hi, Robert.

>there is the code
>
>UPDATE WRHMASTER SET WRHMASTER.INVOICED = .T. AND WRHMASTER.INVOICENUMBER = TEMPORAIREMENT WHERE WRHMASTER.IDENT = CURSOR_FACT.IDENT
>
This should be:
UPDATE WRHMASTER 
 SET WRHMASTER.INVOICED = .T. , && Comma, not AND here
     WRHMASTER.INVOICENUMBER = TEMPORAIREMENT 
 WHERE WRHMASTER.IDENT = CURSOR_FACT.IDENT
See you!
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform