Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
View updates
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00169084
Message ID:
00169259
Vues:
18
Here's my original code...

lcStatus = "Customer"
SELECT vTest
INSERT INTO vTest (firstname,lastname,status) ;
VALUES ("Joe","Smith","Customer")
= TABLEUPDATE()
= REQUERY('vTest')
BROWSE

Yes, the where clause has test.status = ?lcStatus, which you can see I set to "Customer" and the values of the INSERT INTO is also "Customer".
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform