MLO Community,
I have a saved view, that when altered the asterisk shows up. When I
click reset settings to return to previously saved version it corrupts
the query. The only way to return to the saved settings is to exit MLO
and reopen. Anyone experience this or have a solution?
>From MLO help
Tip: The asterisk ( * ) next to the view name indicates the filter
criteria of the view have been edited and require saving. If you wish
to retain the change click "Save Settings" link at the bottom of the
"Filter" panel and the ' * ' will disappear. You can also roll-back to
the View as last saved, by clicking on "Reset Settings" link.
View Filter Query
<?xml version="1.0" encoding="UTF-8"?>
<MLO-ToDoViews-xml ver="1.0">
<ToDoViewsRoot>
<ToDoView Name="Review View 1">
<UI UseAdvFlt="True">
<Cntx>@Personal Time</Cntx>
</UI>
<Group/>
<Sort Srt1="-13" Srt2="1" Srt3="1" Srt4="1" Manual="False"/>
<AdvFlt>
<RootRule>
<Rule Field="Recurrence" ConditionName=">"
DataValue="Daily" DataType="Integer" ConditionID="1203" LinkExpr="OR"/
>
<Rule Field="Recurrence" ConditionName="=" DataValue="None"
DataType="Integer" ConditionID="1201"/>
</RootRule>
</AdvFlt>
<Columns>
<Column ID="0" Pos="2" Width="484"/>
<Column ID="3" Pos="3" Width="100"/>
<Column ID="4" Pos="6" Width="116"/>
<Column ID="7" Pos="19" Width="38"/>
<Column ID="19" Pos="0" Width="102"/>
</Columns>
</ToDoView>
</ToDoViewsRoot>
</MLO-ToDoViews-xml>
Corrupted Query after reset:
<?xml version="1.0" encoding="UTF-8"?>
<MLO-ToDoViews-xml ver="1.0">
<ToDoViewsRoot>
<ToDoView Name="Review View 1">
<UI/>
<Group/>
<Sort Srt1="1" Srt2="1" Srt3="1" Srt4="1" Manual="False"/>
<AdvFlt/>
<Columns>
<Column ID="0" Pos="2" Width="467"/>
<Column ID="3" Pos="3" Width="100"/>
<Column ID="4" Pos="6" Width="116"/>
<Column ID="7" Pos="19" Width="38"/>
<Column ID="19" Pos="0" Width="102"/>
</Columns>
</ToDoView>
</ToDoViewsRoot>
</MLO-ToDoViews-xml>
Thank You,
MLO User 314
--
You received this message because you are subscribed to the Google Groups
"MyLifeOrganized" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/mylifeorganized?hl=en.