0

I'm trying to edit multiple records by cloning ClientDataset cursor. I'm not sure what am I doing wrong here. Each time I edit another record (inside new Form) all cloned cursors are reset?

I'm using C++ Builder XE2.

https://www.box.com/s/h133nfo63tjjdvkc4ays

manlio
  • 18,345
  • 14
  • 76
  • 126
Tracer
  • 2,544
  • 2
  • 23
  • 58

1 Answers1

0

I found it. Clone dataset and it's datasource should be on the separate (editing) form.

Tracer
  • 2,544
  • 2
  • 23
  • 58