Link to home
Start Free TrialLog in
Avatar of pmarkov
pmarkov

asked on

TTAble and CashedUpdates

Heloo

What is the right order if TableSales.CachedUpdates := True?:

    TableSales.EnableControls;
    TableSales.Filtered := True;
    TableSales.Open;
ASKER CERTIFIED SOLUTION
Avatar of Epsylon
Epsylon

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of kretzschmar
? cachedupdates doesn't affect any of the given methods->doesn't matter