Kbase P166394: Error occured while accessing component property/method:PrintOut
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  5/24/2010 |
|
Status: Unverified
SYMPTOM(s):
Error occured while accessing component property/method:PrintOut
Unable to print with the Crystal Report ActiveX
Transaction scope for the data added to the database for the report is at the procedure file level.
FACT(s) (Environment):
OpenEdge 10.x
CAUSE:
The data for the report is not available when the report prints
FIX:
Commit the data to the database before running the report
DO transaction:
<get some data into a table>
End
RUN PrintCR.