Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all
I want create a qvd for Error's only ?
How can we create a Error QVD ?
Thanks
Madhu
you can try something like
Set ErrorMode=0;
If ScriptErrorCount >0 then
store Table into ..\Qvdname.qvd;
else
other load scripts
end if
I think you need to clarify what you mean by 'error handling'.
If you mean storing an error message or error report, then you can do this in a qvd (although it may not be the best way of storing this information). And the earlier replies may provide some help.
Otherwise, please provide more information along with examples and samples or the errors and what you would like to do while 'handling' them.