|
| R&Q uses old reports (WD20) |
| Iniciado por guest, 16,jul. 2017 22:31 - No hay respuesta |
| |
| | | |
|
| |
| Publicado el 16,julio 2017 - 22:31 |
Hi Forum,
I need some help .... I did my own database based report management system .... What I do: I deliver a project with reports (example invoices, deliver notes and so on) stored in a memo field in a database. The user can modify this "base report" and store this modified report in the database as well. When printing the report the user can choose which report he wants to use.
If the user modifies the Report I do following steps: - extract the report to a temp directory using HExtractMemo() - open it with runreportsandqueries(sMyTempFile) - after that store the "new" report with HLinkmemo() in the database.
When printing a report I extract the report to a tempfile and print it using iPrintReport(sMyTEmpFile)
Works fine, but sometimes if I modify a report on workstation 1 the changes do not affect workstation 2 .... it seems that WX holds a copy of the old report somewhere.
Maybe someone has an idea what is going on?
Thanks and Best Regards
Stefan. |
| |
| |
| | | |
|
| | | | |
| | |
|