bpanda
15th April 2015, 13:15
Hello,

If on AFS while setting report using stpapi.set.report(........) can we write something that will open the device selection for user to select the device?

Quick reply please...
Thanks & Regards
Biswajyoti Panda

sachinbaan
15th April 2015, 13:37
hello,

you can use, spool.open (string reportname, string device, string mode)

ex. spooler1 = spool.open("", "", 1)

bpanda
15th April 2015, 13:57
Thanks ....
I had used brp.open() and then after getting the spool.device used brp.close() and used that spool.device in my afs for stpapi.set.report().

Thanks & Regards
Biswa