Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Programatic table update not updating
Message
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Programatic table update not updating
Divers
Thread ID:
00398886
Message ID:
00398886
Vues:
48
I have a function run from a button, that for some reason does not do the sole table update called psuedo code:
select messages
scatter memvar
&& a bunch of processing to send an email
&& including two select statements
&& Now tell the database this message has gone bye bye
&& This appears to work in debugger
select messages
m.sent = .T.
gather memvar like sent
&& But browse the table after, and Sent = .F.
I've tried UPDATE messages set sent = .T. where msgkey = lmsgkey
same no result.
While in the form, table messages has filter = sent = .f.
While the form is open, sent does = .T. when I update it in the form, but once the form closes, it goes back to .F.
Any suggestions or possible resolutions will be appreciated.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform