Skip to Content
0
Former Member
Feb 19, 2009 at 10:37 PM

Getting printer information for Desktop Intelligence (FullClient) object

19 Views

After I query * from CI_INFOOBJECTS for a FullClient object, I am having problems accessing printer info:

IFullClient deski = (IFullClient) obj;

IFullClientPrinterOptions optPrint = deski.getFullClientPrinterOptions();

integer copies = optPrint.getCopies();

raises an exception that SI_COPIES property does not exist.

Please help.