Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Record loss wipes related data from another open table

Status
Not open for further replies.

crogec

Programmer
May 10, 2002
16
US
VFP5.0 XP
I have several open tables involved in various parent/child relationships in a food service menu/inventory program.
The user selects products from the inventory table, in a grid, which are stored in a temp table. When product selection is complete, the temp table is then appended to the menu table. I use table buffering. Occasionally, seemingly random, the program will not save the just completed menu and will in addition delete all items contained in the temp table from the product inventory table. This did not happen until there were several hundred records in both the product and menu tables. The only recourse then is to manually re-enter the product inventory information. My client is, to say the least, upset.
The only error message I have been able to capture indicates it is a buffering problem. Since it is a seemingly random problem, I have not been able to duplicate it in the development environment.
Thoughts would be appreciated.
George
 
George,
Are you using SP3 on VFP 5.0? What kind of network is this on? (e.g. NT/2000, Novell, Unix) What protocols are they running and what are the settings on the network client?

Rick
 
Rick, thanks for your response.
I have not installed SP3 yet and the application is running in a single user environment; no network.
Thanks,
George
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top