Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
How to get the latest created qvd name?
Regards.
From server? Please give us some more background.
You can Try something like this
Table:
First 1 LOAD FileTime() as TimeOfCreation,
FileBaseName() as FileName
FROM
[QvdFolderPath \*.qvd]
(qvd);
On front end create Table box and add both fields and sort the TimeOfCreation in descending order to see latest created QVD