Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problems with saving data
Message
From
27/11/2000 09:16:57
Errol Saldanha
Muscular Dystrophy Canada
Toronto, Ontario, Canada
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Problems with saving data
Miscellaneous
Thread ID:
00445640
Message ID:
00445640
Views:
35
Hello,
I had the following problem with a form. Data would be entered and the following update procedure would be invoked:

Procedure Update
begin transaction
if !Tableupdate(.T.,.F.,"po_hdr")
wait "Po Header update failed" window
endif
... more tableupdates ...
end transaction
flush


Instead of saving the data, VFP 6/SP3 was clearing the screen. It turned out the the database was corrupt and the po_hdr index had to be rebuilt. I assume that Foxpro did not consider this to be a failed tableupdate since the wait message did not appear. Am I doing something wrong in my code?.

Thanks

Errol Saldanha
Errol Saldanha
Next
Reply
Map
View

Click here to load this message in the networking platform