02-05-2011, 06:22 PM
Hi Gintaras,
Having a little trouble with something - just starting to learn working with CSV in QM (thanks!) and could use some help.
In the end of the exec macro...
if xe.RowCount
xe.ToFile(sFile) ;;save failed uploads. Then you can run this macro again to upload them.
...what is the best way to display a notification of the failed file(s)? I can read and display them one at a time using a "for" loop, but I'd prefer something along the lines of this:
The following files were not uploaded and have been requeued:
file1.wav (profile1)
file2.mp3 (profile1)
or a read-only grid like the one used to select the file/ftp profile.
Having a little trouble with something - just starting to learn working with CSV in QM (thanks!) and could use some help.
In the end of the exec macro...
if xe.RowCount
xe.ToFile(sFile) ;;save failed uploads. Then you can run this macro again to upload them.
...what is the best way to display a notification of the failed file(s)? I can read and display them one at a time using a "for" loop, but I'd prefer something along the lines of this:
The following files were not uploaded and have been requeued:
file1.wav (profile1)
file2.mp3 (profile1)
or a read-only grid like the one used to select the file/ftp profile.
