Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I have a complex app which does the qvd creation. This app generates qvds that will be used to load other apps. The script has numerous pre-calculations so that the qvd will have precalculated dimensions and these can be used in other apps.
The biggest challenge is we are on an oudated HW and has to live with that for some time.
The qvd creation take 12-18 hrs .
What I am trying to do is create a custom status report(txt) and keep apending it.
Is there any way to create/update an existing file using the QVW load script?
ex.
2012-12-10 08:00:00 AM: Load process started
2012-12-10 08:01:00 AM: Order QVD creation started
2012-12-10 08:30:00 AM: Order QVD creation completed
2012-12-10 08:40:00 AM: YTD BIN calc started
2012-12-10 10:40:00 AM: YTD BIN calc finished
2012-12-10 10:45:00 AM: Wrote YTD BIN table to QVD
.
.
.
.
.
and so on
Thanks,
Aji Paul.
Thanks Miguel!
Thats awesome! That will work!