Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Update Table
Message
De
27/09/2004 13:31:47
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Update Table
Divers
Thread ID:
00946353
Message ID:
00946353
Vues:
44
VFP 8 - I have created a local view(x) that updates a table(y). I have a check box that indicates when I'm completed with the field. I have a commnad button ,what I want, when clicking will update table and refresh my grid to show updates. I'm able to accomplish the ladder (showing updates on grid) but it's not updating my table. It will update my table until I click the command button then the ladder happens. Hears what I have in the command button: Thanks
lcSave = thisform.grid1.RecordSource
thisform.grid1.RecordSource = ""

SELECT * from X WHERE completed <> .t. into CURSOR test readwrite
 
thisform.grid1.RecordSource = "test"
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform