Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
can someone confirm this?
Please see attached examples. I'm sure this was working with an older version 10..
- Ralf
Affected versions:
10.00.9282.0409 SR4 64-bit
10.00.9284.8 SR4 64-bit
I can confirm the behavior in your samples, but it's not exactly what I expected. The problem sems to occur only with the form
QvdCreateTime('$(vPath)'&'\'&filename())
If you code the full path:
QvdCreateTime('mypath\myqvd.qvd')
it works.
However, the
QvdNoOfRecords('$(vPath)'&'\'&filename())
works, which uses the same syntax, so it's not a problem per se with the calculated path.
-Rob