On 7/12/10 9:49 PM, Douglas Buchanan wrote:
> I am iterating through my dDataset and setting the reportwriter's Record 
> rather than the Cursor (I have a reason for this). What I have noticed is 
> that there is somewhere in the write process that is attempting to use the 
> Cursor, which is not there, and I'm receiving a "list index out of range" 
> error in the footer. If I set the Cursor to the individual Record, it 
> attempts to iterate through each key/value pair as a Record and does not give 
> the error, but increases the number of pages created equal to the number of 
> fields since it sees each as a new Record.
>
> Any clues what I need to be doing here, or is there something amiss in the 
> way reportwriter uses Cursor v. Record?

You seem to be using report writer in an unintended fashion. Record refers to 
the 
active record in the cursor, and shouldn't be written to, only referred to.

Paul

_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: http://leafe.com/archives/byMID/[email protected]

Reply via email to