請問各位高手先進:<br>如何於vb程式中,關掉crystal report的預覽畫面,謝謝<br>
With CrystalReport1 If Option1(0).Value = True Then .PrintFileType = crptExcel50 .Destination = crptToFile '寫入檔案 ElseIf Option1(1).Value = True Then .Destination = crptToWindow '預覽 ElseIf Option1(2).Value = True Then .Destination = crptToPrinter '直接列印 End If end with