Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

'Operation is not allowed in this context' error...

edited June 2003 in General
Hello,

I am trying to generate a report using ADO (OpenForwardOnly) cursor and I
get the following error: "Operation is not allowed in this context" while
generating a report by invoking 'printToDevices' (device being the screen)

Any ideas why? I would like **if possible** to generate this particulare
report using this cursor type (ForwardOnly)

I am using RB 7.02 and the report is one pass only, BTW it does work if I
set the cursortype to anythig other than OpenForwardOnly.

Thanks,

Isi R.

Comments

  • edited June 2003
    Isi,

    ReportBuilder's archetecture does not support the use of a Uni-directional
    dataset. The report engine needs to have the ability to move backward
    through a data set to deal with page and group breaks.

    --
    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
This discussion has been closed.