Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Programatic table update not updating
Message
From
31/07/2000 13:21:07
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Programatic table update not updating
Miscellaneous
Thread ID:
00398886
Message ID:
00398886
Views:
58
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.
Next
Reply
Map
View

Click here to load this message in the networking platform