com wrote: Hi Does any concise-conscious programmer (spss) know how to shorten that code preferably including the execute statement in the select command. Wrong newsgroup. -- Now Playing Fire + Ice - Lord Of Secrets Nov 28 '05 #2
.StartFlyoverModal(uc); if (uc.Result == null) { return(null); } var job = uc.Result; // get the output file var dlg = new Microsoft.Win32.SaveFileDialog(); // ReSharper disable EmptyGeneralCatchClause try { dlg.InitialDirectory = System.IO.Path....