Page 1 of 1
Feature Request: RefreshQuickDatasets
Posted: Wed 12 Jan 2011 15:25
by brace
As you implemented TMSConnection.OpenDatasets it would be good to have the same feature for TMSConnection.RefreshQuickDatasets (I don't use Refresh, but also RefreshDatasets could be usefule for others).
Posted: Thu 13 Jan 2011 12:18
by AndreyZ
We will think about of adding this functionality in the future.
Posted: Fri 28 Jan 2011 06:59
by Lithiumâ„¢
Hi!
Since QuickRefresh is touched... it doesn't work if ReadOnly property of TMSQuery is set to TRUE. This little uncomfortably

If not possible to change such behavior, please describe it in help. Thanks.
Posted: Mon 31 Jan 2011 14:42
by AndreyZ
You can use the RefreshQuick method when the ReadOnly property is set to True. For this you should set the KeyFields property.
Posted: Wed 09 Feb 2011 10:24
by Lithiumâ„¢
Thanks!