Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Перестала работать сортировка через IndexFieldNames в отчетах #2171

Closed
gsbelarus opened this issue Jun 30, 2015 · 2 comments

Comments

@gsbelarus
Copy link
Member

Originally reported on Google Code with ID 2171

Потому что IndexFieldNames присваивается только для TClientDataSet:

procedure TgsDataSet.Set_IndexFields(const Value: WideString);
  ...
  if FDataSet is TClientDataSet then
    GetClientDataSet.IndexFieldNames := FIndexFields;
  ...

Раньше все было клиент-датасетом, а теперь нет.

Reported by gs1994 on 2010-10-12 13:02:31

@gsbelarus
Copy link
Member Author

Reported by Alexander.GoldenSoft on 2010-10-12 13:21:01

  • Status changed: Started

@gsbelarus
Copy link
Member Author

Reported by gs1994 on 2010-10-12 14:35:33

  • Status changed: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant