Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Saving data instead of delete
Message
From
20/05/2008 14:36:26
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Saving data instead of delete
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01318588
Message ID:
01318588
Views:
50
I have this routine for moving data through this inventory program and it works great, however the customer would like to see 1 set or (Module) worth of reports that will work off cumulative numbers and print out averages of data therein. The problem with this is how the program was designed for data transfer.

What I am trying to accomplish is this that the data still moves on to the next stage but that the data is also stored elsewhere for later reports or ??? below is the code for moving the data, maybe it can be stored in a view or ??? I have not done this before.

Here's the code I am now working with
scatter name oRecord MEMO FIELDS EXCEPT lot,location,location2
insert into veg from name oRecord 
delete
Anyone have any ideas???

Thanks,

Fred W.
Next
Reply
Map
View

Click here to load this message in the networking platform