Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
tablerevert in Grid
Message
From
04/12/1997 17:59:36
 
 
To
03/12/1997 17:09:20
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00063641
Message ID:
00063880
Views:
50
>>I have a pageframe with two pages. Each page has a grid with a combo box inside. I also create a button "Cancel" in which I have the following code for the click method.
>>
>>SELECT Child1
>>=tablerevert(.t.)
>>
>>SELECT Child2
>>=tablerevert(.t.)
>>
>>SELECT Parent
>>=tablerevert(.t.)
>>
>>thisform.refresh()
>>
>>However, everytime when I change something and press the "Cancel" button, only Child1 and the Parent restored to their origin values. Whatever changes to Child2 get stored and cannot be reverted. Does anyone know how I can "revert" all the tables?
>>
>>Thanks
>>
>>
>>Chu
>
>I guess, tablerevert works Ok. The problem that you should refrezh both pages (Thisform.Refresh does it for active page only). The best solution here is to fire This.Refresh from each Page.Activate event.

I tried that also. But still, it doesn't work. The strange thing is if I add a new record in the grid, tablerevert works fine for both tables. However, if I just edit the old record in the grid, I am not be able to revert it.

Chu
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform