Modyfying Data with CR ?

  • Thread starter Thread starter news.microsoft.com
  • Start date Start date
N

news.microsoft.com

Hello

One of my client has a requirement that once they generate a report, a
boolean field in the database be updated.

Can this be handled by CR ?

Is it possible to be able to update data from CR ?

Thanks
 
Crystal doesn't have the ability to update the db directly, but you can
call a stored procedure to populate the report and in that procedure, you
can have it update the table - although the control you have is somewhat
cumbersome to exert. But Crystal reports, as most reporting engines, are
read only.

HTH,

Bill
 
Back
Top