Kbase P145370: Crystal Reports does not update new data
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  9/30/2009 |
|
Status: Unverified
SYMPTOM(s):
Crystal Reports does not update new data
New data in database is not reported
FACT(s) (Environment):
"Save Data with Report" option enabled in design mode
Windows
OpenEdge 10.1A
CAUSE:
When "Save Data with Report" option is used in Crystal Reports during design time, results saved at that time are used to display a new report from a 4GL program.
FIX:
Add this code to erase result set and bring updated data:
chReport:DiscardSavedData.
chReport:ReadRecords.