Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to make undo and redo action in a table?
Message
From
16/02/2006 16:11:48
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01096632
Message ID:
01096885
Views:
18
>>>Hi.
>>>I agree with you about that. My problem is redo action that I can not program.
>>>If you have any ideas to solve "redo action", please tell me.
>>>Thanks.
>>
>>Well, let's suppose that you want to undo and redo an entire record. Before doing the "undo" (as part of the function that invokes the TableRevert()), you would have to save the modified record values somewhere. scatter name comes to mind, but I am not sure whether you could scatter to a form property.
>
>Yes, no problem with using form's property.

I tried the following, which gave me an error message (VFP6/SP5):
ThisForm.AddProperty("aNewValues(1)")
scatter name ThisForm.aNewValues && "Syntax error" at runtime
I assume it is necessary to copy to a regular array first.
Difference in opinions hath cost many millions of lives: for instance, whether flesh be bread, or bread be flesh; whether whistling be a vice or a virtue; whether it be better to kiss a post, or throw it into the fire... (from Gulliver's Travels)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform